[arch-commits] Commit in java-openjdk/repos (9 files)

2018-10-26 Thread Levente Polyak via arch-commits
Date: Friday, October 26, 2018 @ 22:42:50
  Author: anthraxx
Revision: 337354

archrelease: copy trunk to extra-x86_64

Added:
  java-openjdk/repos/extra-x86_64/
  java-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 337353, java-openjdk/trunk/PKGBUILD)
  java-openjdk/repos/extra-x86_64/freedesktop-java.desktop
(from rev 337353, java-openjdk/trunk/freedesktop-java.desktop)
  java-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
(from rev 337353, java-openjdk/trunk/freedesktop-jconsole.desktop)
  java-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
(from rev 337353, java-openjdk/trunk/freedesktop-jshell.desktop)
  java-openjdk/repos/extra-x86_64/freedesktop-policytool.desktop
(from rev 337353, java-openjdk/trunk/freedesktop-policytool.desktop)
  java-openjdk/repos/extra-x86_64/install_jdk-openjdk.sh
(from rev 337353, java-openjdk/trunk/install_jdk-openjdk.sh)
  java-openjdk/repos/extra-x86_64/install_jre-openjdk-headless.sh
(from rev 337353, java-openjdk/trunk/install_jre-openjdk-headless.sh)
  java-openjdk/repos/extra-x86_64/install_jre-openjdk.sh
(from rev 337353, java-openjdk/trunk/install_jre-openjdk.sh)

-+
 PKGBUILD|  277 ++
 freedesktop-java.desktop|   12 +
 freedesktop-jconsole.desktop|   11 +
 freedesktop-jshell.desktop  |9 +
 freedesktop-policytool.desktop  |   13 +
 install_jdk-openjdk.sh  |   50 ++
 install_jre-openjdk-headless.sh |   48 ++
 install_jre-openjdk.sh  |   35 
 8 files changed, 455 insertions(+)

Copied: java-openjdk/repos/extra-x86_64/PKGBUILD (from rev 337353, 
java-openjdk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-10-26 22:42:50 UTC (rev 337354)
@@ -0,0 +1,277 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Guillaume ALAUX 
+
+# TODO add test, see about packaging jtreg and using it here
+# TODO see about building with OpenJDK10
+# TODO add javazi
+# TODO when IcedTea provides it, package icedtea-web and add it as optdepends
+# TODO package OpenJFX for OpenJDK10 and add it as optdepends
+
+## EXPLORATIONS
+# TODO extract a jmods package from jdk10-openjdk?
+# TODO extract a jdk-headless package?
+
+pkgbase=java-openjdk
+pkgname=('jre-openjdk-headless' 'jre-openjdk' 'jdk-openjdk' 'openjdk-src' 
'openjdk-doc')
+_majorver=11
+_minorver=0
+_securityver=1
+_updatever=13
+pkgrel=1
+pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
+_hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
+arch=('x86_64')
+url='http://openjdk.java.net/'
+license=('custom')
+makedepends=('java-environment>=10' 'cpio' 'unzip' 'zip' 'libelf' 'libcups' 
'libx11'
+ 'libxrender' 'libxtst' 'libxt' 'libxext' 'alsa-lib' 'pandoc'
+ 'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
+ 'libnet' 'bash')
+source=(http://hg.openjdk.java.net/jdk-updates/jdk${_majorver}u/archive/${_hg_tag}.tar.gz
+freedesktop-java.desktop
+freedesktop-jconsole.desktop
+freedesktop-policytool.desktop
+freedesktop-jshell.desktop)
+sha256sums=('55fb9759f11d942431377c39c5efd36d7598efa2d3fac160ef49ef7ccc7623e6'
+'575587ad58dfa9908f046d307b9afc7b0b2eb20a1eb454f8fdbbd539ea7b3d01'
+'2f57b7c7dd671eabe9fa10c4f1283573e99d7f7c36eccd82c95b705979a2e8cb'
+'d8907cefaf87f9afcbf1a2079868c03e0209cc1e7b99fbd4022641802c8cf30c'
+'f271618a8c2a892b554caf26857af41efdf0d8bcb95d57ce7ba535d6979e96da')
+
+case "${CARCH}" in
+  x86_64) _JARCH='x86_64';;
+  i686)   _JARCH='x86';;
+esac
+
+_jvmdir=/usr/lib/jvm/java-${_majorver}-openjdk
+_jdkdir=jdk${_majorver}u-${_hg_tag}
+_imgdir=${_jdkdir}/build/linux-${_JARCH}-normal-server-release/images
+
+_nonheadless=(lib/libawt_xawt.{so,debuginfo}
+  lib/libjawt.{so,debuginfo}
+  lib/libjsound.{so,debuginfo}
+  lib/libsplashscreen.{so,debuginfo})
+
+build() {
+  cd ${_jdkdir}
+
+  NUM_PROC_OPT=''
+  MAKEFLAG_J=$(echo ${MAKEFLAGS} | sed -En 's/.*-j([0-9]+).*/\1/p')
+  if [ -n "${MAKEFLAG_J}" ]; then
+# 
http://hg.openjdk.java.net/jdk10/jdk10/file/85e6cb013b98/make/InitSupport.gmk#l105
+echo "Removing '-j${MAKEFLAG_J}' from MAKEFLAGS to prevent build fail. 
Passing it directly to ./configure."
+export MAKEFLAGS=${MAKEFLAGS/-j${MAKEFLAG_J}/}
+NUM_PROC_OPT="--with-num-cores=${MAKEFLAG_J}"
+  fi
+
+  # We filter out -O flags so that the optimization of HotSpot is not lowered 
from O3 to O2
+  local _CFLAGS="${CFLAGS//-O2} ${CPPFLAGS}"
+  local _CXXFLAGS="${CXXFLAGS//-O2} ${CPPFLAGS}"
+  local _LDFLAGS=${LDFLAGS}
+  if [[ ${CARCH} = i686 ]]; then
+echo "Removing '-fno-plt' from CFLAGS and CXXFLAGS to prevent build fail 
with this architecture"
+_CFLAGS=${CFLAGS/-fno-plt/}
+_CXXFLAGS=${CXXFLAGS/

[arch-commits] Commit in (11 files)

2018-10-26 Thread Levente Polyak via arch-commits
Date: Friday, October 26, 2018 @ 22:41:59
  Author: anthraxx
Revision: 337353

addpkg: java-openjdk 11.0.1.u13-1

Added:
  java-openjdk/
  java-openjdk/repos/
  java-openjdk/trunk/
  java-openjdk/trunk/PKGBUILD
  java-openjdk/trunk/freedesktop-java.desktop
  java-openjdk/trunk/freedesktop-jconsole.desktop
  java-openjdk/trunk/freedesktop-jshell.desktop
  java-openjdk/trunk/freedesktop-policytool.desktop
  java-openjdk/trunk/install_jdk-openjdk.sh
  java-openjdk/trunk/install_jre-openjdk-headless.sh
  java-openjdk/trunk/install_jre-openjdk.sh

-+
 PKGBUILD|  277 ++
 freedesktop-java.desktop|   12 +
 freedesktop-jconsole.desktop|   11 +
 freedesktop-jshell.desktop  |9 +
 freedesktop-policytool.desktop  |   13 +
 install_jdk-openjdk.sh  |   50 ++
 install_jre-openjdk-headless.sh |   48 ++
 install_jre-openjdk.sh  |   35 
 8 files changed, 455 insertions(+)

Added: java-openjdk/trunk/PKGBUILD
===
--- java-openjdk/trunk/PKGBUILD (rev 0)
+++ java-openjdk/trunk/PKGBUILD 2018-10-26 22:41:59 UTC (rev 337353)
@@ -0,0 +1,277 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Guillaume ALAUX 
+
+# TODO add test, see about packaging jtreg and using it here
+# TODO see about building with OpenJDK10
+# TODO add javazi
+# TODO when IcedTea provides it, package icedtea-web and add it as optdepends
+# TODO package OpenJFX for OpenJDK10 and add it as optdepends
+
+## EXPLORATIONS
+# TODO extract a jmods package from jdk10-openjdk?
+# TODO extract a jdk-headless package?
+
+pkgbase=java-openjdk
+pkgname=('jre-openjdk-headless' 'jre-openjdk' 'jdk-openjdk' 'openjdk-src' 
'openjdk-doc')
+_majorver=11
+_minorver=0
+_securityver=1
+_updatever=13
+pkgrel=1
+pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
+_hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
+arch=('x86_64')
+url='http://openjdk.java.net/'
+license=('custom')
+makedepends=('java-environment>=10' 'cpio' 'unzip' 'zip' 'libelf' 'libcups' 
'libx11'
+ 'libxrender' 'libxtst' 'libxt' 'libxext' 'alsa-lib' 'pandoc'
+ 'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
+ 'libnet' 'bash')
+source=(http://hg.openjdk.java.net/jdk-updates/jdk${_majorver}u/archive/${_hg_tag}.tar.gz
+freedesktop-java.desktop
+freedesktop-jconsole.desktop
+freedesktop-policytool.desktop
+freedesktop-jshell.desktop)
+sha256sums=('55fb9759f11d942431377c39c5efd36d7598efa2d3fac160ef49ef7ccc7623e6'
+'575587ad58dfa9908f046d307b9afc7b0b2eb20a1eb454f8fdbbd539ea7b3d01'
+'2f57b7c7dd671eabe9fa10c4f1283573e99d7f7c36eccd82c95b705979a2e8cb'
+'d8907cefaf87f9afcbf1a2079868c03e0209cc1e7b99fbd4022641802c8cf30c'
+'f271618a8c2a892b554caf26857af41efdf0d8bcb95d57ce7ba535d6979e96da')
+
+case "${CARCH}" in
+  x86_64) _JARCH='x86_64';;
+  i686)   _JARCH='x86';;
+esac
+
+_jvmdir=/usr/lib/jvm/java-${_majorver}-openjdk
+_jdkdir=jdk${_majorver}u-${_hg_tag}
+_imgdir=${_jdkdir}/build/linux-${_JARCH}-normal-server-release/images
+
+_nonheadless=(lib/libawt_xawt.{so,debuginfo}
+  lib/libjawt.{so,debuginfo}
+  lib/libjsound.{so,debuginfo}
+  lib/libsplashscreen.{so,debuginfo})
+
+build() {
+  cd ${_jdkdir}
+
+  NUM_PROC_OPT=''
+  MAKEFLAG_J=$(echo ${MAKEFLAGS} | sed -En 's/.*-j([0-9]+).*/\1/p')
+  if [ -n "${MAKEFLAG_J}" ]; then
+# 
http://hg.openjdk.java.net/jdk10/jdk10/file/85e6cb013b98/make/InitSupport.gmk#l105
+echo "Removing '-j${MAKEFLAG_J}' from MAKEFLAGS to prevent build fail. 
Passing it directly to ./configure."
+export MAKEFLAGS=${MAKEFLAGS/-j${MAKEFLAG_J}/}
+NUM_PROC_OPT="--with-num-cores=${MAKEFLAG_J}"
+  fi
+
+  # We filter out -O flags so that the optimization of HotSpot is not lowered 
from O3 to O2
+  local _CFLAGS="${CFLAGS//-O2} ${CPPFLAGS}"
+  local _CXXFLAGS="${CXXFLAGS//-O2} ${CPPFLAGS}"
+  local _LDFLAGS=${LDFLAGS}
+  if [[ ${CARCH} = i686 ]]; then
+echo "Removing '-fno-plt' from CFLAGS and CXXFLAGS to prevent build fail 
with this architecture"
+_CFLAGS=${CFLAGS/-fno-plt/}
+_CXXFLAGS=${CXXFLAGS/-fno-plt/}
+  fi
+
+  # CFLAGS, CXXFLAGS and LDFLAGS are ignored as shown by a warning
+  # in the output of ./configure unless used like such:
+  #  --with-extra-cflags="${CFLAGS}"
+  #  --with-extra-cxxflags="${CXXFLAGS}"
+  #  --with-extra-ldflags="${LDFLAGS}"
+  # See also paragraph "Configure Control Variables from 
"jdk${_majorver}-${_hg_tag}/common/doc/building.md
+  unset CFLAGS
+  unset CXXFLAGS
+  unset LDFLAGS
+
+  bash configure \
+--with-version-build="${_updatever}" \
+--with-version-pre="" \
+--with-version-opt="" \
+--with-stdc++lib=dynamic \
+--with-extra-cflags="${_CFLAGS}" \
+--with-extra-cxxflags="${_CXXFLAGS}" \
+--with-extra

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

2018-10-26 Thread Johannes Löthberg via arch-commits
Date: Friday, October 26, 2018 @ 21:31:34
  Author: demize
Revision: 399172

upgpkg: lib32-rust 1.30.0-1

Modified:
  lib32-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 20:47:43 UTC (rev 399171)
+++ PKGBUILD2018-10-26 21:31:34 UTC (rev 399172)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=lib32-rust
-pkgver=1.29.2
+pkgver=1.30.0
 pkgrel=1
 
 pkgdesc='32-bit libraries for rust'
@@ -15,7 +15,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('5088e796aa2e47478cdf41e7243fc5443fafab0a7c70a11423e57c80c04167c9'
+sha256sums=('cd0ba83fcca55b64c0c9f23130fe731dfc1882b73ae21bef96be8f2362c108ee'
 'SKIP'
 '36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


[arch-commits] Commit in lib32-rust/repos/multilib-testing-x86_64 (4 files)

2018-10-26 Thread Johannes Löthberg via arch-commits
Date: Friday, October 26, 2018 @ 21:31:41
  Author: demize
Revision: 399173

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-rust/repos/multilib-testing-x86_64/PKGBUILD
(from rev 399172, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-testing-x86_64/config.toml
(from rev 399172, lib32-rust/trunk/config.toml)
Deleted:
  lib32-rust/repos/multilib-testing-x86_64/PKGBUILD
  lib32-rust/repos/multilib-testing-x86_64/config.toml

-+
 PKGBUILD|   98 +-
 config.toml |   58 +-
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 21:31:34 UTC (rev 399172)
+++ PKGBUILD2018-10-26 21:31:41 UTC (rev 399173)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=lib32-rust
-pkgver=1.29.2
-pkgrel=1
-
-pkgdesc='32-bit libraries for rust'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('5088e796aa2e47478cdf41e7243fc5443fafab0a7c70a11423e57c80c04167c9'
-'SKIP'
-'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package() {
-  cd "rustc-$pkgver-src"
-
-  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
-  install -d "$target"
-  cp -r \
-build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
-"$target"
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-testing-x86_64/PKGBUILD (from rev 399172, 
lib32-rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 21:31:41 UTC (rev 399173)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.30.0
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('cd0ba83fcca55b64c0c9f23130fe731dfc1882b73ae21bef96be8f2362c108ee'
+'SKIP'
+'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: config.toml
===
--- config.toml 2018-10-26 21:31:34 UTC (rev 399172)
+++ config.toml 2018-10-26 21:31:41 UTC (rev 399173)
@@ -1,29 +0,0 @@
-[llvm]
-link-shared = true
-
-[build]
-target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"
-python = "python2.7"
-extended = true
-sanitizers = false
-local-rebuild = true
-
-[install]
-prefix = "/usr"
-
-[rust]
-# 0 or the new default of 16 is faster, but can result in worse performance
-# https://github.com/rust-lang/rust/issues/47745
-codegen-units = 1
-
-debuginfo = true
-debuginfo-lines = true
-
-channel = "stable"
-
-rpath = false
-
-[target.x86_64-unknown-linux-gnu]
-llvm-config = "/usr/bin/llvm-config"

Copied: lib32-rust/repos/multilib-testing-x86_64/config.toml (from rev 399172, 
lib32-rust/trunk/config.toml)
===
--- config.toml (rev 0)
+++ config.toml 2018-10-26 21:31:41 UTC (rev 399173)
@@ -0,0 +1,29 @@
+[llvm]
+link-shared = true
+
+[build]
+target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
+cargo = "/usr/bin/cargo"
+rustc = "/usr/bin/rustc"
+

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

2018-10-26 Thread Anatol Pomozov via arch-commits
Date: Friday, October 26, 2018 @ 20:47:43
  Author: anatolik
Revision: 399171

archrelease: copy trunk to community-any

Added:
  android-udev/repos/community-any/PKGBUILD
(from rev 399170, android-udev/trunk/PKGBUILD)
Deleted:
  android-udev/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 20:47:18 UTC (rev 399170)
+++ PKGBUILD2018-10-26 20:47:43 UTC (rev 399171)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: M0Rf30
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=20180715
-pkgrel=1
-pkgdesc='Udev rules to connect Android devices to your linux box'
-arch=(any)
-url='https://github.com/M0Rf30/android-udev-rules'
-license=(GPL3)
-depends=(udev libmtp)
-source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-sha1sums=('b199d99b04fdfc28b9507ba826145eacbe3ea93c')
-
-package() {
-  cd android-udev-rules-$pkgver
-  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
-  install -Dm 644 android-udev.conf 
"$pkgdir"/usr/lib/sysusers.d/android-udev.conf
-}

Copied: android-udev/repos/community-any/PKGBUILD (from rev 399170, 
android-udev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 20:47:43 UTC (rev 399171)
@@ -0,0 +1,19 @@
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20181026
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
+sha1sums=('1e021a10464d15c872aae8370bff75a2668eebf0')
+
+package() {
+  cd android-udev-rules-$pkgver
+  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+  install -Dm 644 android-udev.conf 
"$pkgdir"/usr/lib/sysusers.d/android-udev.conf
+}


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

2018-10-26 Thread Anatol Pomozov via arch-commits
Date: Friday, October 26, 2018 @ 20:47:18
  Author: anatolik
Revision: 399170

upgpkg: android-udev 20181026-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 20:34:45 UTC (rev 399169)
+++ PKGBUILD2018-10-26 20:47:18 UTC (rev 399170)
@@ -2,7 +2,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=20180715
+pkgver=20181026
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(udev libmtp)
 
source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-sha1sums=('b199d99b04fdfc28b9507ba826145eacbe3ea93c')
+sha1sums=('1e021a10464d15c872aae8370bff75a2668eebf0')
 
 package() {
   cd android-udev-rules-$pkgver


[arch-commits] Commit in wine/repos/multilib-x86_64 (8 files)

2018-10-26 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 20:34:45
  Author: felixonmars
Revision: 399169

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 399168, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 399168, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine-binfmt.conf
(from rev 399168, wine/trunk/wine-binfmt.conf)
  wine/repos/multilib-x86_64/wine.install
(from rev 399168, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine-binfmt.conf
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  328 
 wine-binfmt.conf  |4 
 wine.install  |   14 +-
 4 files changed, 193 insertions(+), 193 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2018-10-26 20:34:26 UTC (rev 399168)
+++ 30-win32-aliases.conf   2018-10-26 20:34:45 UTC (rev 399169)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 399168, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2018-10-26 20:34:45 UTC (rev 399169)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 20:34:26 UTC (rev 399168)
+++ PKGBUILD2018-10-26 20:34:45 UTC (rev 399169)
@@ -1,164 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=3.18
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/3.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('2137662ea69964a69d77ff5c05f271783bda49af65d605909074d465ed8087d84065156e5c509eae31b4c3a20e83a838fc71bd077b2267640b163acfa5f7366e'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com";
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  vulkan-headers
-  samba
-  opencl-headers
-)
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  

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

2018-10-26 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 20:34:26
  Author: felixonmars
Revision: 399168

upgpkg: wine 3.19-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 20:22:13 UTC (rev 399167)
+++ PKGBUILD2018-10-26 20:34:26 UTC (rev 399168)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=3.18
+pkgver=3.19
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
source=(https://dl.winehq.org/wine/source/3.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('2137662ea69964a69d77ff5c05f271783bda49af65d605909074d465ed8087d84065156e5c509eae31b4c3a20e83a838fc71bd077b2267640b163acfa5f7366e'
+sha512sums=('84a1811b01024191959fd16a86bd532c96f16344feb4241954d0b5819ba1db8073dc7adcf1589b67169fb6089d2d501846f6fcbdc396c804f26c794cc4a1edd1'
 'SKIP'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')


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

2018-10-26 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 20:26:21
  Author: felixonmars
Revision: 337349

upgpkg: perl-libwww 6.36-1

Modified:
  perl-libwww/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 20:14:13 UTC (rev 337348)
+++ PKGBUILD2018-10-26 20:26:21 UTC (rev 337349)
@@ -1,8 +1,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-libwww
-pkgver=6.33
-pkgrel=2
+pkgver=6.36
+pkgrel=1
 pkgdesc="The World-Wide Web library for Perl"
 arch=('any')
 url="https://metacpan.org/release/libwww-perl";
@@ -10,13 +10,12 @@
 depends=('perl' 'perl-encode-locale' 'perl-file-listing'
  'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
  'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
- 'perl-net-http' 'perl-uri' 'perl-www-robotrules'
- 'perl-http-message' 'perl-try-tiny')
+ 'perl-net-http' 'perl-try-tiny' 'perl-uri' 'perl-www-robotrules')
 optdepends=('perl-lwp-protocol-https: for https:// url schemes')
-checkdepends=('perl-test-fatal' 'perl-test-requiresinternet')
+checkdepends=('perl-test-fatal' 'perl-test-needs' 'perl-test-requiresinternet')
 options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-${pkgver}.tar.gz)
-sha1sums=('915f4afeb91269aea3476e408a3af7904c5361e4')
+source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/libwww-perl-${pkgver}.tar.gz)
+sha512sums=('049da6dbd57dbfbceec878c1deb80e9eb3d45c0cc29535eb15804eb5038e0437122cd70ed92ed4313d1f1940cc34baa7a8f367401fb984c0f3688c31adf2c483')
 
 build() {
   cd libwww-perl-${pkgver}


[arch-commits] Commit in perl-libwww/repos/extra-any (PKGBUILD PKGBUILD)

2018-10-26 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 20:26:35
  Author: felixonmars
Revision: 337350

archrelease: copy trunk to extra-any

Added:
  perl-libwww/repos/extra-any/PKGBUILD
(from rev 337349, perl-libwww/trunk/PKGBUILD)
Deleted:
  perl-libwww/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 20:26:21 UTC (rev 337349)
+++ PKGBUILD2018-10-26 20:26:35 UTC (rev 337350)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=perl-libwww
-pkgver=6.33
-pkgrel=2
-pkgdesc="The World-Wide Web library for Perl"
-arch=('any')
-url="https://metacpan.org/release/libwww-perl";
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-encode-locale' 'perl-file-listing'
- 'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
- 'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
- 'perl-net-http' 'perl-uri' 'perl-www-robotrules'
- 'perl-http-message' 'perl-try-tiny')
-optdepends=('perl-lwp-protocol-https: for https:// url schemes')
-checkdepends=('perl-test-fatal' 'perl-test-requiresinternet')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-${pkgver}.tar.gz)
-sha1sums=('915f4afeb91269aea3476e408a3af7904c5361e4')
-
-build() {
-  cd libwww-perl-${pkgver}
-  perl Makefile.PL --aliases INSTALLDIRS=vendor
-  make
-}
-
-check()  {
-  cd libwww-perl-${pkgver}
-  make test
-}
-
-package() {
-  cd libwww-perl-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-libwww/repos/extra-any/PKGBUILD (from rev 337349, 
perl-libwww/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 20:26:35 UTC (rev 337350)
@@ -0,0 +1,34 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-libwww
+pkgver=6.36
+pkgrel=1
+pkgdesc="The World-Wide Web library for Perl"
+arch=('any')
+url="https://metacpan.org/release/libwww-perl";
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-encode-locale' 'perl-file-listing'
+ 'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
+ 'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
+ 'perl-net-http' 'perl-try-tiny' 'perl-uri' 'perl-www-robotrules')
+optdepends=('perl-lwp-protocol-https: for https:// url schemes')
+checkdepends=('perl-test-fatal' 'perl-test-needs' 'perl-test-requiresinternet')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/libwww-perl-${pkgver}.tar.gz)
+sha512sums=('049da6dbd57dbfbceec878c1deb80e9eb3d45c0cc29535eb15804eb5038e0437122cd70ed92ed4313d1f1940cc34baa7a8f367401fb984c0f3688c31adf2c483')
+
+build() {
+  cd libwww-perl-${pkgver}
+  perl Makefile.PL --aliases INSTALLDIRS=vendor
+  make
+}
+
+check()  {
+  cd libwww-perl-${pkgver}
+  make test
+}
+
+package() {
+  cd libwww-perl-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-26 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 20:22:13
  Author: felixonmars
Revision: 399167

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 20:21:43 UTC (rev 399166)
+++ PKGBUILD2018-10-26 20:22:13 UTC (rev 399167)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-awkward
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
-url="https://github.com/scikit-hep/awkward-array";
-license=('BSD')
-arch=('any')
-depends=('python-numpy')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz";)
-sha512sums=('da0528b403293f3e480a2c1fdc353c8cfc9d39cf85aa432ec2f9ece0512648504564a90f811db3118c3c32419780a033994203f59a2949f2e8c0450980f5bb95')
-
-build() {
-  cd awkward-array-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd awkward-array-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd awkward-array-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm "$pkgdir"/usr/README.rst
-}

Copied: python-awkward/repos/community-any/PKGBUILD (from rev 399166, 
python-awkward/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 20:22:13 UTC (rev 399167)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-awkward
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
+url="https://github.com/scikit-hep/awkward-array";
+license=('BSD')
+arch=('any')
+depends=('python-numpy')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz";)
+sha512sums=('97998cf99f88321602bdb673751c04c044f4a850b27a86329f20c89cdec2177336e3151bd00deafc1e09d36736f6cff1417de51101c90e1ec27c058a72226aa4')
+
+build() {
+  cd awkward-array-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd awkward-array-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd awkward-array-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm "$pkgdir"/usr/README.rst
+}


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

2018-10-26 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 20:21:43
  Author: felixonmars
Revision: 399166

upgpkg: python-awkward 0.4.1-1

Modified:
  python-awkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 20:03:42 UTC (rev 399165)
+++ PKGBUILD2018-10-26 20:21:43 UTC (rev 399166)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-awkward
-pkgver=0.3.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
 url="https://github.com/scikit-hep/awkward-array";
@@ -10,7 +10,7 @@
 depends=('python-numpy')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz";)
-sha512sums=('da0528b403293f3e480a2c1fdc353c8cfc9d39cf85aa432ec2f9ece0512648504564a90f811db3118c3c32419780a033994203f59a2949f2e8c0450980f5bb95')
+sha512sums=('97998cf99f88321602bdb673751c04c044f4a850b27a86329f20c89cdec2177336e3151bd00deafc1e09d36736f6cff1417de51101c90e1ec27c058a72226aa4')
 
 build() {
   cd awkward-array-$pkgver


[arch-commits] Commit in kwin/repos/kde-unstable-x86_64 (4 files)

2018-10-26 Thread Antonio Rojas via arch-commits
Date: Friday, October 26, 2018 @ 20:14:13
  Author: arojas
Revision: 337348

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 337347, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/kwin.install
(from rev 337347, kwin/trunk/kwin.install)
Deleted:
  kwin/repos/kde-unstable-x86_64/PKGBUILD
  kwin/repos/kde-unstable-x86_64/kwin.install

--+
 PKGBUILD |   84 -
 kwin.install |   18 ++--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 20:13:55 UTC (rev 337347)
+++ PKGBUILD2018-10-26 20:14:13 UTC (rev 337348)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.14.1
-pkgrel=2
-pkgdesc='An easy to use, but flexible, composited Window Manager'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils breeze kinit 
qt5-sensors)
-makedepends=(extra-cmake-modules qt5-tools kdoctools)
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-install=$pkgname.install
-sha256sums=('9fd29a8b3dd7aa48f99c58c0cd1d25deda8e47a09192c815b760fc179328bbb1'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 337347, 
kwin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 20:14:13 UTC (rev 337348)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.14.2
+pkgrel=2
+pkgdesc='An easy to use, but flexible, composited Window Manager'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils breeze kinit 
qt5-sensors)
+makedepends=(extra-cmake-modules qt5-tools kdoctools)
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('3588a25e5c160aedffa01cec06c513fb3934a117be194d04dcd61d9777440971'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Deleted: kwin.install
===
--- kwin.install2018-10-26 20:13:55 UTC (rev 337347)
+++ kwin.install2018-10-26 20:14:13 UTC (rev 337348)
@@ -1,9 +0,0 @@
-post_install() {
-# this is executed by make install, but doesn't work since setcap can only be 
run as root
-  setcap CAP_SYS_NICE=+ep /usr/bin/kwin_wayland
-}
-
-post_upgrade() {
-  post_install
-}
-

Copied: kwin/repos/kde-unstable-x86_64/kwin.install (from rev 337347, 
kwin/trunk/kwin.install)
===
--- kwin.install(rev 0)
+++ kwin.install2018-10-26 20:14:13 UTC (rev 337348)
@@ -0,0 +1,9 @@
+post_install() {
+# this is executed by make install, but doesn't work since setcap can only be 
run as root
+  setcap CAP_SYS_NICE=+ep /usr/bin/kwin_wayland
+}
+
+post_upgrade() {
+  post_install
+}
+


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

2018-10-26 Thread Antonio Rojas via arch-commits
Date: Friday, October 26, 2018 @ 20:13:55
  Author: arojas
Revision: 337347

Qt 5.12 rebuild

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 20:07:11 UTC (rev 337346)
+++ PKGBUILD2018-10-26 20:13:55 UTC (rev 337347)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


[arch-commits] Commit in plasma-integration/repos/kde-unstable-x86_64 (2 files)

2018-10-26 Thread Antonio Rojas via arch-commits
Date: Friday, October 26, 2018 @ 20:07:11
  Author: arojas
Revision: 337346

archrelease: copy trunk to kde-unstable-x86_64

Added:
  plasma-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 337345, plasma-integration/trunk/PKGBUILD)
Deleted:
  plasma-integration/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 20:06:42 UTC (rev 337345)
+++ PKGBUILD2018-10-26 20:07:11 UTC (rev 337346)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=plasma-integration
-pkgver=5.14.1
-pkgrel=2
-pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
-makedepends=(extra-cmake-modules breeze)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('380e124294a8dee09a20545d0b3b19c59773cfe48e798abe54880edc4b4eb149'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 337345, 
plasma-integration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 20:07:11 UTC (rev 337346)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.14.2
+pkgrel=2
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
+makedepends=(extra-cmake-modules breeze)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('be4d15eb7c8728b8e3c16b539397cdee93c8a87d553d4d781e99334239f4f27a'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-10-26 Thread Antonio Rojas via arch-commits
Date: Friday, October 26, 2018 @ 20:06:42
  Author: arojas
Revision: 337345

Qt 5.12 rebuild

Modified:
  plasma-integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 19:28:42 UTC (rev 337344)
+++ PKGBUILD2018-10-26 20:06:42 UTC (rev 337345)
@@ -3,7 +3,7 @@
 
 pkgname=plasma-integration
 pkgver=5.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2018-10-26 Thread Antonio Rojas via arch-commits
Date: Friday, October 26, 2018 @ 20:03:42
  Author: arojas
Revision: 399165

archrelease: copy trunk to community-x86_64

Added:
  latte-dock/repos/community-x86_64/PKGBUILD
(from rev 399164, latte-dock/trunk/PKGBUILD)
Deleted:
  latte-dock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 20:03:19 UTC (rev 399164)
+++ PKGBUILD2018-10-26 20:03:42 UTC (rev 399165)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Michael Straube 
-
-pkgname=latte-dock
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='A dock based on Plasma Frameworks'
-arch=(x86_64)
-url='https://store.kde.org/p/1169519/'
-license=(GPL)
-depends=(plasma-framework knewstuff hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('989c263727770b3c254b03f0a197649b7c0bc39ae75ded63d433779da10288b8'
-'SKIP')
-validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: latte-dock/repos/community-x86_64/PKGBUILD (from rev 399164, 
latte-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 20:03:42 UTC (rev 399165)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Michael Straube 
+
+pkgname=latte-dock
+pkgver=0.8.2
+pkgrel=1
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(x86_64)
+url='https://store.kde.org/p/1169519/'
+license=(GPL)
+depends=(plasma-framework knewstuff hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bdb98e9bad1762ec98b10bd671f713f0001bbd8f4095b752fcaa729d5e7f9ca9'
+'SKIP')
+validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-26 Thread Antonio Rojas via arch-commits
Date: Friday, October 26, 2018 @ 20:03:19
  Author: arojas
Revision: 399164

Update to 0.8.2

Modified:
  latte-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 19:28:34 UTC (rev 399163)
+++ PKGBUILD2018-10-26 20:03:19 UTC (rev 399164)
@@ -2,7 +2,7 @@
 # Contributor: Michael Straube 
 
 pkgname=latte-dock
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc='A dock based on Plasma Frameworks'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(plasma-framework knewstuff hicolor-icon-theme)
 makedepends=(extra-cmake-modules)
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('989c263727770b3c254b03f0a197649b7c0bc39ae75ded63d433779da10288b8'
+sha256sums=('bdb98e9bad1762ec98b10bd671f713f0001bbd8f4095b752fcaa729d5e7f9ca9'
 'SKIP')
 validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
 


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:28:34
  Author: heftig
Revision: 399163

db-move: moved virtualbox-modules-arch from [community-staging] to 
[community-testing] (x86_64)

Added:
  virtualbox-modules-arch/repos/community-testing-x86_64/
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 399162, 
virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  virtualbox-modules-arch/repos/community-staging-x86_64/

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

Copied: virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD (from 
rev 399162, virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-10-26 19:28:34 UTC (rev 399163)
@@ -0,0 +1,59 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.20
+pkgrel=4
+_linux_major=4
+_linux_minor=19
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:28:28
  Author: heftig
Revision: 399159

db-move: moved broadcom-wl from [community-staging] to [community-testing] 
(x86_64)

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

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

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


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:28:31
  Author: heftig
Revision: 399161

db-move: moved tp_smapi from [community-staging] to [community-testing] (x86_64)

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

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

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


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:28:29
  Author: heftig
Revision: 399160

db-move: moved r8168 from [community-staging] to [community-testing] (x86_64)

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

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 399159, 
r8168/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-10-26 19:28:29 UTC (rev 399160)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.046.00
+pkgrel=20
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b2e66b03b696ba55c9fb7c896db8ac5377233d14120520735d31c33147d0d4c3')
+
+build() {
+   KERNEL_VERSION=$(=4.19" "linux<4.20")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:28:33
  Author: heftig
Revision: 399162

db-move: moved vhba-module from [community-staging] to [community-testing] 
(x86_64)

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

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

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
399161, vhba-module/repos/community-staging-x86_64/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2018-10-26 19:28:33 UTC (rev 
399162)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 399161, 
vhba-module/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-10-26 19:28:33 UTC (rev 399162)
@@ -0,0 +1,51 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=110
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/";
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/dkms.conf (from rev 399161, 
vhba-module/repos/community-staging-x86_64/dkms.conf)
===
--- community-testing-x86_64/dkms.conf  (rev 0)
+++ community-testing-x86_64/dkms.conf  2018-10-26 19:28:33 UTC (rev 399162)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:28:23
  Author: heftig
Revision: 399158

db-move: moved bbswitch from [community-staging] to [community-testing] (x86_64)

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 399157, bbswitch/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  bbswitch/repos/community-staging-x86_64/

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

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


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:28:21
  Author: heftig
Revision: 399157

db-move: moved acpi_call from [community-staging] to [community-testing] 
(x86_64)

Added:
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 399156, acpi_call/repos/community-staging-x86_64/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/dkms.conf
(from rev 399156, acpi_call/repos/community-staging-x86_64/dkms.conf)
Deleted:
  acpi_call/repos/community-staging-x86_64/

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

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

Copied: acpi_call/repos/community-testing-x86_64/dkms.conf (from rev 399156, 
acpi_call/repos/community-staging-x86_64/dkms.conf)
===
--- community-testing-x86_64/dkms.conf  (rev 0)
+++ community-testing-x86_64/dkms.conf  2018-10-26 19:28:21 UTC (rev 399157)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:27:07
  Author: heftig
Revision: 337340

archrelease: copy trunk to staging-x86_64

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

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

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

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 337339, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-10-26 19:27:07 UTC (rev 337340)
@@ -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, &page, vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, &page, vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif
+ {
+ 

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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:26:58
  Author: heftig
Revision: 337339

archrelease: copy trunk to staging-x86_64

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

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

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

Copied: nvidia/repos/staging-x86_64/kernel-4.16.patch (from rev 337338, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-10-26 19:26:58 UTC (rev 337339)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ c

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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:26:49
  Author: heftig
Revision: 337338

archrelease: copy trunk to staging-x86_64

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

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

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

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 337337, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-10-26 19:26:49 UTC (rev 337338)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ stati

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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:26:38
  Author: heftig
Revision: 399156

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

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

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

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 399155, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-10-26 19:26:38 UTC (rev 399156)
@@ -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)

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:26:29
  Author: heftig
Revision: 399155

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

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

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
399154, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-10-26 19:26:29 UTC (rev 
399155)
@@ -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 399154, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-26 19:26:29 UTC (rev 399155)
@@ -0,0 +1,51 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=110
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/";
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 399154, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-10-26 19:26:29 UTC (rev 399155)
@@ -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 (2 files)

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:26:20
  Author: heftig
Revision: 399154

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 399153, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-26 19:26:20 UTC (rev 399154)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.046.00
+pkgrel=20
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b2e66b03b696ba55c9fb7c896db8ac5377233d14120520735d31c33147d0d4c3')
+
+build() {
+   KERNEL_VERSION=$(=4.19" "linux<4.20")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:26:10
  Author: heftig
Revision: 399153

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:25:50
  Author: heftig
Revision: 399151

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:26:00
  Author: heftig
Revision: 399152

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

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 399151, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-26 19:26:00 UTC (rev 399152)
@@ -0,0 +1,59 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.20
+pkgrel=4
+_linux_major=4
+_linux_minor=19
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:25:38
  Author: heftig
Revision: 399150

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

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

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


[arch-commits] Commit in nvidia-390xx/trunk (PKGBUILD kernel-4.19.patch)

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:24:05
  Author: heftig
Revision: 337337

390.87-9

Added:
  nvidia-390xx/trunk/kernel-4.19.patch
Modified:
  nvidia-390xx/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +++
 kernel-4.19.patch |   61 
 2 files changed, 70 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 19:17:11 UTC (rev 337336)
+++ PKGBUILD2018-10-26 19:24:05 UTC (rev 337337)
@@ -6,19 +6,20 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.87
 _extramodules=extramodules-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/";
-makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 
'linux-headers>=4.18' 'linux-headers<4.19')
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 
'linux-headers>=4.19' 'linux-headers<4.20')
 conflicts=('nvidia')
 license=('custom')
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";
-kernel-4.16.patch)
+kernel-4.16.patch kernel-4.19.patch)
 sha256sums=('c7c07151e17f610af11f7870560d96c3a3ee9bb91ba1bb82fcc7b5d473d40b66'
-'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385'
+'97b392ce8a193ee64d3a3d0655936a02c5d7623730b69e5119664d01c3df8392')
 
 prepare() {
 sh "${_pkg}.run" --extract-only
@@ -28,6 +29,9 @@
 # https://bugs.archlinux.org/task/58074
 patch -Np1 -i ../kernel-4.16.patch
 
+# Ad-hoc patch
+patch -Np1 -i ../kernel-4.19.patch
+
 cp -a kernel kernel-dkms
 cd kernel-dkms
 sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
@@ -54,7 +58,7 @@
 
 package_nvidia-390xx() {
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
-depends=('linux>=4.18' 'linux<4.19' "nvidia-390xx-utils=${pkgver}" 
'libglvnd')
+depends=('linux>=4.19' 'linux<4.20' "nvidia-390xx-utils=${pkgver}" 
'libglvnd')
 
 install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
   "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko

Added: kernel-4.19.patch
===
--- kernel-4.19.patch   (rev 0)
+++ kernel-4.19.patch   2018-10-26 19:24:05 UTC (rev 337337)
@@ -0,0 +1,61 @@
+diff -u -r a/kernel/conftest.sh b/kernel/conftest.sh
+--- a/kernel/conftest.sh   2018-10-26 21:12:23.587468332 +0200
 b/kernel/conftest.sh   2018-10-26 21:15:22.541274337 +0200
+@@ -2363,17 +2363,17 @@
+ 
+ ;;
+ 
+-drm_mode_connector_list_update_has_merge_type_bits_arg)
++drm_connector_list_update_has_merge_type_bits_arg)
+ #
+-# Detect if drm_mode_connector_list_update() has a
++# Detect if drm_connector_list_update() has a
+ # 'merge_type_bits' second argument.  This argument was
+ # remove by:
+ #   2015-12-03  6af3e6561243f167dabc03f732d27ff5365cd4a4
+ #
+ CODE="
+ #include 
+-void 
conftest_drm_mode_connector_list_update_has_merge_type_bits_arg(void) {
+-drm_mode_connector_list_update(
++void 
conftest_drm_connector_list_update_has_merge_type_bits_arg(void) {
++drm_connector_list_update(
+ NULL,  /* struct drm_connector *connector */
+ true); /* bool merge_type_bits */
+ }"
+diff -u -r a/kernel/nvidia-drm/nvidia-drm-connector.c 
b/kernel/nvidia-drm/nvidia-drm-connector.c
+--- a/kernel/nvidia-drm/nvidia-drm-connector.c 2018-08-22 02:55:29.0 
+0200
 b/kernel/nvidia-drm/nvidia-drm-connector.c 2018-10-26 21:14:14.891095557 
+0200
+@@ -226,7 +226,7 @@
+ 
+ 
+ if (nv_connector->edid != NULL) {
+-drm_mode_connector_update_edid_property(
++drm_connector_update_edid_property(
+ connector, nv_connector->edid);
+ }
+ 
+diff -u -r a/kernel/nvidia-drm/nvidia-drm-encoder.c 
b/kernel/nvidia-drm/nvidia-drm-encoder.c
+--- a/kernel/nvidia-drm/nvidia-drm-encoder.c   2018-08-22 02:55:29.0 
+0200
 b/kernel/nvidia-drm/nvidia-drm-encoder.c   2018-10-26 21:13:46.644354274 
+0200
+@@ -216,7 +216,7 @@
+ 
+ /* Attach encoder and connector */
+ 
+-ret = drm_mode_connector_attach_encoder(connector, encoder);
++ret = drm_connector_attach_encoder(connector, encoder);
+ 
+ if (ret != 0) {
+ NV_DRM_DEV_LOG_ERR(
+diff -u -r a/kernel/nvidia-drm/nvidia-drm.Kbuild 
b/kernel/nvidia-drm/nvidia-drm.Kbuild
+--- a/kernel/nvidia-drm/nvidia-drm.Kbuild  2018-08-21 23:45:43.0 
+0200
 b/kernel/nvidia-drm/nvidia-drm.Kbuild  2018-10-26 21:15:39.911320257 
+0200
+@@ -74,7 +74,7 @

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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:17:11
  Author: heftig
Revision: 337336

340.107-38: linux 4.19

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 19:11:24 UTC (rev 337335)
+++ PKGBUILD2018-10-26 19:17:11 UTC (rev 337336)
@@ -6,11 +6,11 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-ARCH
-pkgrel=37
+pkgrel=38
 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.18' 
'linux-headers<4.19')
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
 conflicts=('nvidia')
 license=('custom')
 options=('!strip')
@@ -42,7 +42,7 @@
 
 package_nvidia-340xx() {
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.18' 'linux<4.19' "nvidia-340xx-utils=${pkgver}" 'libgl')
+depends=('linux>=4.19' 'linux<4.20' "nvidia-340xx-utils=${pkgver}" 'libgl')
 
 install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
   "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:11:24
  Author: heftig
Revision: 337335

410.66-4: linux 4.19

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 19:04:33 UTC (rev 337334)
+++ PKGBUILD2018-10-26 19:11:24 UTC (rev 337335)
@@ -6,11 +6,11 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=410.66
 _extramodules=extramodules-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/";
-makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.18' 
'linux-headers<4.19')
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
 license=('custom')
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
@@ -53,7 +53,7 @@
 
 package_nvidia() {
 pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.18' 'linux<4.19' "nvidia-utils=${pkgver}" 'libglvnd')
+depends=('linux>=4.19' 'linux<4.20' "nvidia-utils=${pkgver}" 'libglvnd')
 
 install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
   "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:09:54
  Author: heftig
Revision: 399149

5.2.20-4: linux 4.19

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 19:08:07 UTC (rev 399148)
+++ PKGBUILD2018-10-26 19:09:54 UTC (rev 399149)
@@ -4,9 +4,9 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.20
-pkgrel=3
+pkgrel=4
 _linux_major=4
-_linux_minor=18
+_linux_minor=19
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:08:05
  Author: heftig
Revision: 399147

20170610-110

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 19:06:14 UTC (rev 399146)
+++ PKGBUILD2018-10-26 19:08:05 UTC (rev 399147)
@@ -5,13 +5,13 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=109
+pkgrel=110
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/";
 arch=(x86_64)
 license=(GPL)
-depends=('linux>=4.18' 'linux<4.19')
-makedepends=('linux-headers>=4.18' 'linux-headers<4.19')
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
 _extramodules=extramodules-ARCH
 source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
 60-vhba.rules dkms.conf)


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:08:07
  Author: heftig
Revision: 399148

0.43-63

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 19:08:05 UTC (rev 399147)
+++ PKGBUILD2018-10-26 19:08:07 UTC (rev 399148)
@@ -9,13 +9,13 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=62
+pkgrel=63
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux>=4.18' 'linux<4.19')
-makedepends=('linux-headers>=4.18' 'linux-headers<4.19' 'git')
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20' 'git')
 _extradir=/usr/lib/modules/extramodules-ARCH
 _commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
 source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:06:14
  Author: heftig
Revision: 399146

8.046.00-20

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 19:03:02 UTC (rev 399145)
+++ PKGBUILD2018-10-26 19:06:14 UTC (rev 399146)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.046.00
-pkgrel=19
+pkgrel=20
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")
@@ -28,7 +28,7 @@
 }
 
 package() {
-   depends=("linux>=4.18" "linux<4.19")
+   depends=("linux>=4.19" "linux<4.20")
 
cd "$pkgname-$pkgver"
install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:04:33
  Author: heftig
Revision: 337334

FS#60520 Enable LEDS_SYSCON

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 18:47:25 UTC (rev 337333)
+++ PKGBUILD2018-10-26 19:04:33 UTC (rev 337334)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'bfd9035968a3cbe709f13ed5d81313575cd24dc5b8b66b5208988ed0d2df1434'
+'62e42c43bdffa74694ce99d369bb2b7f7991bd5ab500eb84341b66b38f8d6d7b'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-10-26 18:47:25 UTC (rev 337333)
+++ config  2018-10-26 19:04:33 UTC (rev 337334)
@@ -7258,7 +7258,7 @@
 CONFIG_MEMSTICK_REALTEK_PCI=m
 CONFIG_MEMSTICK_REALTEK_USB=m
 CONFIG_NEW_LEDS=y
-CONFIG_LEDS_CLASS=m
+CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_CLASS_FLASH=m
 CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y
 
@@ -7321,6 +7321,7 @@
 # LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
 #
 CONFIG_LEDS_BLINKM=m
+CONFIG_LEDS_SYSCON=y
 CONFIG_LEDS_MLXCPLD=m
 CONFIG_LEDS_MLXREG=m
 CONFIG_LEDS_USER=m


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 19:03:02
  Author: heftig
Revision: 399145

6.30.223.271-56

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 18:57:07 UTC (rev 399144)
+++ PKGBUILD2018-10-26 19:03:02 UTC (rev 399145)
@@ -4,7 +4,7 @@
 #pkgname=broadcom-wl-custom# Build agains kernel with a different name
 _kernelname=${pkgname#broadcom-wl}
 pkgver=6.30.223.271
-pkgrel=55
+pkgrel=56
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 18:57:07
  Author: heftig
Revision: 399144

0.8-175

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 18:53:27 UTC (rev 399143)
+++ PKGBUILD2018-10-26 18:57:07 UTC (rev 399144)
@@ -5,13 +5,13 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=174
+pkgrel=175
 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.18' 'linux<4.19')
-makedepends=('linux-headers>=4.18' 'linux-headers<4.19')
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
 _extramodules=extramodules-ARCH
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 18:53:27
  Author: heftig
Revision: 399143

1.1.0-169: linux 4.19

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 18:32:55 UTC (rev 399142)
+++ PKGBUILD2018-10-26 18:53:27 UTC (rev 399143)
@@ -5,13 +5,13 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=168
+pkgrel=169
 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.18' 'linux<4.19')
-makedepends=('linux-headers>=4.18' 'linux-headers<4.19')
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
 _extramodules=extramodules-ARCH
 
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";
 dkms.conf)


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 18:47:25
  Author: heftig
Revision: 337333

archrelease: copy trunk to staging-x86_64

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

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

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


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 18:46:07
  Author: heftig
Revision: 337332

4.19.arch1-1

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

--+
 PKGBUILD |4 
 config   | 1503 -
 2 files changed, 815 insertions(+), 692 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 16:49:43 UTC (rev 337331)
+++ PKGBUILD2018-10-26 18:46:07 UTC (rev 337332)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.18.16-arch1
+_srcver=4.19-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'8a4cd4ce29da74ce7d465416a6224ab64614ca106682c7908e50196b36fbd4a9'
+'bfd9035968a3cbe709f13ed5d81313575cd24dc5b8b66b5208988ed0d2df1434'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-10-26 16:49:43 UTC (rev 337331)
+++ config  2018-10-26 18:46:07 UTC (rev 337332)
@@ -1,51 +1,11 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.18.16-arch1 Kernel Configuration
+# Linux/x86 4.19.0-arch1 Kernel Configuration
 #
 
 #
 # Compiler: gcc (GCC) 8.2.1 20180831
 #
-CONFIG_64BIT=y
-CONFIG_X86_64=y
-CONFIG_X86=y
-CONFIG_INSTRUCTION_DECODER=y
-CONFIG_OUTPUT_FORMAT="elf64-x86-64"
-CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
-CONFIG_LOCKDEP_SUPPORT=y
-CONFIG_STACKTRACE_SUPPORT=y
-CONFIG_MMU=y
-CONFIG_ARCH_MMAP_RND_BITS_MIN=28
-CONFIG_ARCH_MMAP_RND_BITS_MAX=32
-CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
-CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
-CONFIG_GENERIC_ISA_DMA=y
-CONFIG_GENERIC_BUG=y
-CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
-CONFIG_GENERIC_HWEIGHT=y
-CONFIG_ARCH_MAY_HAVE_PC_FDC=y
-CONFIG_RWSEM_XCHGADD_ALGORITHM=y
-CONFIG_GENERIC_CALIBRATE_DELAY=y
-CONFIG_ARCH_HAS_CPU_RELAX=y
-CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
-CONFIG_ARCH_HAS_FILTER_PGPROT=y
-CONFIG_HAVE_SETUP_PER_CPU_AREA=y
-CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
-CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
-CONFIG_ARCH_HIBERNATION_POSSIBLE=y
-CONFIG_ARCH_SUSPEND_POSSIBLE=y
-CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
-CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
-CONFIG_ZONE_DMA32=y
-CONFIG_AUDIT_ARCH=y
-CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
-CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
-CONFIG_HAVE_INTEL_TXT=y
-CONFIG_X86_64_SMP=y
-CONFIG_ARCH_SUPPORTS_UPROBES=y
-CONFIG_FIX_EARLYCON_MEM=y
-CONFIG_DYNAMIC_PHYSICAL_MASK=y
-CONFIG_PGTABLE_LEVELS=4
 CONFIG_CC_IS_GCC=y
 CONFIG_GCC_VERSION=80201
 CONFIG_CLANG_VERSION=0
@@ -60,6 +20,7 @@
 # CONFIG_COMPILE_TEST is not set
 CONFIG_LOCALVERSION=""
 CONFIG_LOCALVERSION_AUTO=y
+CONFIG_BUILD_SALT=""
 CONFIG_HAVE_KERNEL_GZIP=y
 CONFIG_HAVE_KERNEL_BZIP2=y
 CONFIG_HAVE_KERNEL_LZMA=y
@@ -124,6 +85,10 @@
 CONFIG_NO_HZ_FULL=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
+# CONFIG_PREEMPT_NONE is not set
+# CONFIG_PREEMPT_VOLUNTARY is not set
+CONFIG_PREEMPT=y
+CONFIG_PREEMPT_COUNT=y
 
 #
 # CPU/Task time and stats accounting
@@ -174,6 +139,7 @@
 CONFIG_MEMCG=y
 CONFIG_MEMCG_SWAP=y
 CONFIG_MEMCG_SWAP_ENABLED=y
+CONFIG_MEMCG_KMEM=y
 CONFIG_BLK_CGROUP=y
 # CONFIG_DEBUG_BLK_CGROUP is not set
 CONFIG_CGROUP_WRITEBACK=y
@@ -199,6 +165,7 @@
 CONFIG_USER_NS=y
 CONFIG_PID_NS=y
 CONFIG_NET_NS=y
+CONFIG_CHECKPOINT_RESTORE=y
 CONFIG_SCHED_AUTOGROUP=y
 # CONFIG_SYSFS_DEPRECATED is not set
 CONFIG_RELAY=y
@@ -242,7 +209,6 @@
 CONFIG_AIO=y
 CONFIG_ADVISE_SYSCALLS=y
 CONFIG_MEMBARRIER=y
-CONFIG_CHECKPOINT_RESTORE=y
 CONFIG_KALLSYMS=y
 CONFIG_KALLSYMS_ALL=y
 CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
@@ -276,199 +242,47 @@
 CONFIG_SYSTEM_DATA_VERIFICATION=y
 CONFIG_PROFILING=y
 CONFIG_TRACEPOINTS=y
-CONFIG_CRASH_CORE=y
-CONFIG_KEXEC_CORE=y
-CONFIG_HOTPLUG_SMT=y
-CONFIG_OPROFILE=m
-# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
-CONFIG_HAVE_OPROFILE=y
-CONFIG_OPROFILE_NMI_TIMER=y
-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_EFFICIENT_UNALIGNED_ACCESS=y
-CONFIG_ARCH_USE_BUILTIN_BSWAP=y
-CONFIG_KRETPROBES=y
-CONFIG_USER_RETURN_NOTIFIER=y
-CONFIG_HAVE_IOREMAP_PROT=y
-CONFIG_HAVE_KPROBES=y
-CONFIG_HAVE_KRETPROBES=y
-CONFIG_HAVE_OPTPROBES=y
-CONFIG_HAVE_KPROBES_ON_FTRACE=y
-CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y
-CONFIG_HAVE_NMI=y
-CONFIG_HAVE_ARCH_TRACEHOOK=y
-CONFIG_HAVE_DMA_CONTIGUOUS=y
-CONFIG_GENERIC_SMP_IDLE_THREAD=y
-CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
-CONFIG_ARCH_HAS_SET_MEMORY=y
-CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
-CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
-CONFIG_HAVE_REGS_A

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

2018-10-26 Thread Andrew Crerar via arch-commits
Date: Friday, October 26, 2018 @ 18:32:55
  Author: andrewsc
Revision: 399142

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

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

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

2018-10-26 Thread Andrew Crerar via arch-commits
Date: Friday, October 26, 2018 @ 18:32:23
  Author: andrewsc
Revision: 399141

upgpkg: firefox-developer-edition-i18n 64.0b4-1

firefox-developer-edition-i18n: Updating to 64.0b4

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

--+
 PKGBUILD |  196 ++---
 1 file changed, 98 insertions(+), 98 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 18:20:56 UTC (rev 399140)
+++ PKGBUILD2018-10-26 18:32:23 UTC (rev 399141)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=64.0b3
+pkgver=64.0b4
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('4f35baf59f257130973ea4356b0c5e5c506d9d593e975eef2639daf4fc4d08c4ae5f40d8b38814ce640e2f37ab7e2f1ae54f626385f4890d54409eef9dff688e'
-
'5d3793f179f763268e68a6b270d31326def2653f6a3d5415929abe6b4c2ef9806d3922b42c34c350a166e769d78081b5d64b3a6ca586f98694f83b98c9074657'
-
'69a8dbefddf9e97b01759ba68a90a8900874fe3f5c3b6be75c50c439fb2a9de7aeb1dc515a967418510cee8b7440a5d798e291dcfb7e07593a536faa313d9609'
-
'8ddae2a0ce71b79314944cce3ff55c5bf0ec6c448869e04ecffa72fc1f28e40471c8cf309eb0d1b1d1cc32b873b58ce16e4d6eaca9550ede502c153c5580e7bd'
-
'9afa58874fbf5ceb520f8badc1da25ceddffe04f9d7b7540da7bb2d168273b7ab9b1aaf67c01cbc9ae9014f26f29975a4bd4d058e2edd66bdbe9163e692705ea'
-
'5b400064f33509688a670ce5e51b57c404e4221541f0f84132affd73a75931845ab6c43e18c1dabbdcf7f33dd2061456fa88a8e9a7ceb66934868989ba30aa0a'
-
'f661613abbb13c3d529a0f10e63f19ef569a5faca044e45ef95f690e50a8554b0633b07aab5edc33f40cec46d71a7765d3db68bc3fe71cbf404a50923ab939fb'
-
'acc3beecd0ecbc1d2a9c17cd6677d7d653499b5512ff9dd948f1a883a676e3bef0d70668411013f941a34993f4bfde9fcb3f9b8bad3b126b55c878bca827fb4d'
-
'0078c4becc258f33e19de4fe9e1d52df00e8fdc225749e3ef5dded49f943ab4b4bc655f1497428cb69fe10ae5c3a707542ab6cdab45c8ffaf5ef3d39484baa6b'
-
'e88693fbfd5571cdef19551f7990433b4183a0c92c455d21a2c576f7f28492a98ecfcfbb3fec200fc0d5db4dc3a75c005cff1cfd71c872e175393bdbcd8d'
-
'd6cdcee2d7de76fc667592b7d3f5037ec717ae65fc2656fd34c183dfcfc9e57164dc04af754cf18b436d474c0dbe04ec5cd0395fdd19b7a54d67b23eca2d4ff1'
-
'bebd258b6e4790c181bca54ca4b55e1a1e4e8ddd5df3108a8fdc5b921642e4e5578d3bda8c4f5a6c5051e94ffe8aeb1ffb9b2eee1d608f9074947961b1118fcd'
-
'23057f9d30b179e94eeebc20620b805482637f1aba13bbd709bbb8eaad6db4aaf15c8fb23a621fa6c04ee8dc6848a91177615f1d9b923607d514cb6b4266e582'
-
'e624b0a9260d0315289d43c273cf3e5e405a092913a64a8f185f193cad22c3bf61dd61d6d7ad5669d39522f1b50dd4a3cc88a72cc7dd7de7d8f470627b871bee'
-
'05ebea9b04b35b330da9d04bec31bf0a61797206c4b6e6c2de31cbcc83beb39827fe68223e68fc56e5b45f71272dfafedf1527e3986689c51822ed451b398022'
-
'791ee84146c46290bb65af1420d85c5549cac0fdba7f8e9550cce298056db20b6130477ac6280b1432cb17ce758bac94596f4d99974cb3fd522df3d5c789ff45'
-
'11eedecba44b99bc054213bb217d4e51da646102f5a1c882640351143745301f21fcff07412daa9c9e5d6f26175288cc8e89e5b8b7a38214b8e5cc3a20bef55c'
-
'0fec126fb39ecd91ae9902c49b7e7dd0243059744d81b198bd5c210dde7b8dc7bcba8f3b99292e4012a797fdd8fc6c4c98816df5ab68224c1fc5a52259f9edfc'
-
'44f00a74a576676df1f5026279c6af41a3c5dbaf6f323e00ed7b53557c6806f17b27c34728635c74e84e007885196bda2544d85d014d3361e4ea2d02cf8adb57'
-
'c227e330fb0a262e551a22bdc17ab9443633e70b95487eefd6957164a48f39d24bd8d008af513cf87929edc8a9ad3ce5c87b5970ec35b53c028f3021768eafbf'
-
'b893722d20ca66717b3118e20a785a6b1646dc6afaf65856e5d67d8cfaf972785014a2103412da3d5692b4974b1cc81824b265bd66f827fd968e51212f1057e1'
-
'a8bdf66240e0e49d9be3652210d5791fe43409dcf6ea44a972a44d69d1ec92c3e9115f2f9581555a0001cea7c12ea9ade9664cbc17849e8aca927c9df06f6edd'
-
'e43531ec1ae5d79985e5c9951df5a0cb68d463c7b67a8e23555ba20d850a48dc9398a95653f052abdd1bda1f8ab0c03d612d36e8343367800ec8aa923499462c'
-
'e9c1047d527895dbc636972ef8e277a6344b241bd788e088317a0bd02ab7390e5e97cd50f36288c9da98a6db257a4e692d058929f90fbe5038bb0942b677a867'
-
'826392933df123f4ff6bac2c8e0ca05505ecbf38d89c21e689465bc1ed77ee99821afde89573e3d450a914bf0eaeebf96fc0243e137c2c3d5cf7c8e9d7e6'
-
'e9023b1bd99d0e7a6ed3ca4bf6f1b71df5793230643a1d5a64ce99f18306fa619c07469b59b60b36bc652b0c2a6e29653f079f30b61f3f33f32c9d1824ad90b1'
-
'66ef4707aa4956475c4217c686780268f0a3c1b09cbefbdce0deaab738b4762998be9d37504988edf65424b13d03e25bd447b915d7487b61ab49392ca2e9083c'
-
'264737a326ea490006467009b6fe44e0ae9f7a7c7311a085d09b6b012ca82305fb965b4644a5ca5dfa6f57561c7f85be42c34d98c93a1d30db54b252b615f55e'
-
'd8397b85f

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

2018-10-26 Thread Andrew Crerar via arch-commits
Date: Friday, October 26, 2018 @ 18:20:56
  Author: andrewsc
Revision: 399140

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 18:20:19 UTC (rev 399139)
+++ PKGBUILD2018-10-26 18:20:56 UTC (rev 399140)
@@ -1,174 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=64.0b3
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer";
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell-en_US' 'sqlite' 'ttf-font' 
'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil')
-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=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cargo install cbindgen
-
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-ac_add_options --enable-lto
-export CC=clang
-export CXX=clang++
-export AR=llvm-ar
-export NM=llvm-nm
-export RANLIB=llvm-ranlib
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# 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 --

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

2018-10-26 Thread Andrew Crerar via arch-commits
Date: Friday, October 26, 2018 @ 18:20:19
  Author: andrewsc
Revision: 399139

upgpkg: firefox-developer-edition 64.0b4-1

firefox-developer-edition: Updating to 64.0b4

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 17:29:51 UTC (rev 399138)
+++ PKGBUILD2018-10-26 18:20:19 UTC (rev 399139)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=64.0b3
+pkgver=64.0b4
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2018-10-26 Thread Johannes Löthberg via arch-commits
Date: Friday, October 26, 2018 @ 17:29:51
  Author: demize
Revision: 399138

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 17:28:51 UTC (rev 399137)
+++ PKGBUILD2018-10-26 17:29:51 UTC (rev 399138)
@@ -1,57 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgbase=python-bleach
-pkgname=(python-bleach python2-bleach)
-pkgver=3.0.2
-pkgrel=2
-
-pkgdesc="An easy whitelist-based HTML-sanitizing tool"
-url="https://pypi.org/project/bleach/";
-arch=('any')
-license=('Apache')
-makedepends=('python'
- 'python-setuptools'
- 'python2'
- 'python2-setuptools')
-checkdepends=('python-pytest'
-  'python-webencodings'
-  'python2-pytest'
-  'python2-webencodings')
-
-source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
-
-sha256sums=('48d39675b80a75f6d1c3bdbffec791cf0bbbab665cf01e20da701c77de278718')
-
-prepare() {
-   cp -a bleach-$pkgver{,-python2}
-}
-
-build() {
-   cd "$srcdir"/bleach-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/bleach-$pkgver-python2
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir"/bleach-$pkgver
-   python -m pytest
-
-   cd "$srcdir"/bleach-$pkgver-python2
-   python2 -m pytest
-}
-
-package_python-bleach() {
-   depends=('python-webencodings')
-
-   cd "$srcdir"/bleach-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-bleach() {
-   depends=('python2-webencodings')
-
-   cd "$srcdir"/bleach-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-bleach/repos/community-any/PKGBUILD (from rev 399137, 
python-bleach/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 17:29:51 UTC (rev 399138)
@@ -0,0 +1,57 @@
+# Maintainer: Johannes Löthberg 
+
+pkgbase=python-bleach
+pkgname=(python-bleach python2-bleach)
+pkgver=3.0.2
+pkgrel=3
+
+pkgdesc="An easy whitelist-based HTML-sanitizing tool"
+url="https://pypi.org/project/bleach/";
+arch=('any')
+license=('Apache')
+makedepends=('python'
+ 'python-setuptools'
+ 'python-webencodings'
+ 'python2'
+ 'python2-setuptools'
+  'python2-webencodings')
+checkdepends=('python-pytest'
+  'python2-pytest')
+
+source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
+
+sha256sums=('48d39675b80a75f6d1c3bdbffec791cf0bbbab665cf01e20da701c77de278718')
+
+prepare() {
+   cp -a bleach-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir"/bleach-$pkgver
+   python -m pytest
+
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 -m pytest
+}
+
+package_python-bleach() {
+   depends=('python-webencodings')
+
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-bleach() {
+   depends=('python2-webencodings')
+
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-10-26 Thread Johannes Löthberg via arch-commits
Date: Friday, October 26, 2018 @ 17:28:51
  Author: demize
Revision: 399137

upgpkg: python-bleach 3.0.2-3

Modified:
  python-bleach/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 17:25:21 UTC (rev 399136)
+++ PKGBUILD2018-10-26 17:28:51 UTC (rev 399137)
@@ -3,7 +3,7 @@
 pkgbase=python-bleach
 pkgname=(python-bleach python2-bleach)
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 
 pkgdesc="An easy whitelist-based HTML-sanitizing tool"
 url="https://pypi.org/project/bleach/";
@@ -11,12 +11,12 @@
 license=('Apache')
 makedepends=('python'
  'python-setuptools'
+ 'python-webencodings'
  'python2'
- 'python2-setuptools')
+ 'python2-setuptools'
+  'python2-webencodings')
 checkdepends=('python-pytest'
-  'python-webencodings'
-  'python2-pytest'
-  'python2-webencodings')
+  'python2-pytest')
 
 source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
 


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

2018-10-26 Thread Johannes Löthberg via arch-commits
Date: Friday, October 26, 2018 @ 17:25:21
  Author: demize
Revision: 399136

archrelease: copy trunk to community-testing-x86_64

Added:
  rust/repos/community-testing-x86_64/PKGBUILD
(from rev 399135, rust/trunk/PKGBUILD)
  rust/repos/community-testing-x86_64/config.toml
(from rev 399135, rust/trunk/config.toml)
Deleted:
  rust/repos/community-testing-x86_64/PKGBUILD
  rust/repos/community-testing-x86_64/config.toml

-+
 PKGBUILD|  154 +-
 config.toml |   54 ++--
 2 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 17:25:16 UTC (rev 399135)
+++ PKGBUILD2018-10-26 17:25:21 UTC (rev 399136)
@@ -1,77 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-# Remember to bump lib32-rust as well!
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.29.2
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-checkdepends=('procps-ng' 'gdb')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('5088e796aa2e47478cdf41e7243fc5443fafab0a7c70a11423e57c80c04167c9'
-'SKIP'
-'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  python2 ./x.py build -j"$(nproc)"
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
-  provides=('cargo' 'rustfmt')
-  conflicts=('cargo' 'rustfmt')
-  replaces=('cargo' 'rustfmt')
-
-  cd "rustc-$pkgver-src"
-
-  DESTDIR="$pkgdir" python2 ./x.py install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the way for splitting
-  mv "$pkgdir"/usr/share/doc "$srcdir"
-
-  install -d "$pkgdir"/usr/share/bash-completion
-  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
-}
-
-package_rust-docs() {
-  install -d "$pkgdir/usr/share/doc/"
-  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
-
-  msg2 "Packaging license files for the documentation"
-  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-testing-x86_64/PKGBUILD (from rev 399135, 
rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 17:25:21 UTC (rev 399136)
@@ -0,0 +1,77 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.30.0
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+checkdepends=('procps-ng' 'gdb')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('cd0ba83fcca55b64c0c9f23130fe731dfc1882b73ae21bef96be8f2362c108ee'
+'SKIP'
+'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python2 ./x.py build -j"$(nproc)"
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
+  provides=('cargo' 'rustfmt')
+  conflicts=('cargo' 'rustfmt')
+  replaces=('cargo' 'rustfmt')
+
+  cd "rustc-$pkgver-src"
+
+  DESTDIR="$pkgdir" python2 ./x.py install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+
+  cd "$pkgdir/usr/lib"
+
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+
+  # move docs out of the way for splitting
+  mv "$pkgdir"/usr/

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

2018-10-26 Thread Johannes Löthberg via arch-commits
Date: Friday, October 26, 2018 @ 17:25:16
  Author: demize
Revision: 399135

upgpkg: rust 1:1.30.0-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 16:49:38 UTC (rev 399134)
+++ PKGBUILD2018-10-26 17:25:16 UTC (rev 399135)
@@ -7,7 +7,7 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.29.2
+pkgver=1.30.0
 pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
@@ -23,7 +23,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('5088e796aa2e47478cdf41e7243fc5443fafab0a7c70a11423e57c80c04167c9'
+sha256sums=('cd0ba83fcca55b64c0c9f23130fe731dfc1882b73ae21bef96be8f2362c108ee'
 'SKIP'
 'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


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

2018-10-26 Thread Antonio Rojas via arch-commits
Date: Friday, October 26, 2018 @ 16:49:43
  Author: arojas
Revision: 337331

Add missing python makedepends (FS#60493)

Modified:
  telepathy-salut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 16:48:06 UTC (rev 337330)
+++ PKGBUILD2018-10-26 16:49:43 UTC (rev 337331)
@@ -1,4 +1,5 @@
-# Maintainer:  Ionut Biru 
+# Maintainer:
+# Contributor:  Ionut Biru 
 # Contributor: Daniel Balieiro 
 
 pkgname=telepathy-salut
@@ -10,7 +11,7 @@
 groups=('telepathy')
 license=('LGPL')
 depends=('telepathy-glib' 'avahi' 'libsoup' 'util-linux')
-makedepends=('libxslt' 'python2' 'xmldiff')
+makedepends=('libxslt' 'python2' 'python' 'xmldiff')
 install=telepathy-salut.install
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('7516e6f6fa56a61054413a03642b938d')
@@ -17,7 +18,7 @@
 
 build() {
 cd "$pkgname-$pkgver"
-./configure --prefix=/usr \
+PYTHON=python2 ./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy \
 --disable-plugins --disable-Werror \
 --with-tls=gnutls \


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

2018-10-26 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 16:49:38
  Author: felixonmars
Revision: 399134

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 399133, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 16:49:17 UTC (rev 399133)
+++ PKGBUILD2018-10-26 16:49:38 UTC (rev 399134)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=5.7.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('cd809e1506a1b317df1a5f3b536689ec33f21fc09b5a0c410b6d7763cf9309a9e15137f6804bdfab710aa47984728cd32f23e619ef4b65d300c02fc2a4904ce4')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 399133, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 16:49:38 UTC (rev 399134)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=5.8.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('66893a06bbb7cb6269aea4cd9b5e26810d79610bbf48c0e459d9e61df160efbd0321496630577f82aab30877a4c738c7649c57bf7b664e91f40b589c69826c45')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2018-10-26 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 16:49:17
  Author: felixonmars
Revision: 399133

upgpkg: eslint 5.8.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 15:20:02 UTC (rev 399132)
+++ PKGBUILD2018-10-26 16:49:17 UTC (rev 399133)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=5.7.0
+pkgver=5.8.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('cd809e1506a1b317df1a5f3b536689ec33f21fc09b5a0c410b6d7763cf9309a9e15137f6804bdfab710aa47984728cd32f23e619ef4b65d300c02fc2a4904ce4')
+sha512sums=('66893a06bbb7cb6269aea4cd9b5e26810d79610bbf48c0e459d9e61df160efbd0321496630577f82aab30877a4c738c7649c57bf7b664e91f40b589c69826c45')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2018-10-26 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 16:48:06
  Author: felixonmars
Revision: 337330

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 337329, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 16:47:32 UTC (rev 337329)
+++ PKGBUILD2018-10-26 16:48:06 UTC (rev 337330)
@@ -1,107 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.4.3
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="https://pypi.org/project/setuptools/";
-_deps=('appdirs' 'packaging')
-makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 'git')
-_checkdeps=('mock' 'pip' 'pytest-fixture-config' 'pytest-flake8'
-'pytest-runner' 'pytest-virtualenv' 'wheel')
-checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
-sha512sums=('750df326a149c2308971582d8a77b757c5dedb2251673826a8cb8860576700ee8d82a061c6a93075eb06307fdf324466e3b2941686059a45520951269e6e70b9')
-
-export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-
-prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
-
-  # Upstream devendoring logic is badly broken, see:
-  # https://bugs.archlinux.org/task/58670
-  # https://github.com/pypa/pip/issues/5429
-  # https://github.com/pypa/setuptools/issues/1383
-  # The simplest fix is to simply rewrite import paths to use the canonical
-  # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver/$_module -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'./from /' \
-  -e 's/import '$_module.extern'./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  {} +
-done
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i import 
pytest\n\n...@pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  cp -a setuptools-$pkgver{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=("${_deps[@]/#/python-}")
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=("${_deps[@]/#/python2-}")
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 337329, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 16:48:06 UTC (rev 337330)
@@ -0,0 +1,107 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Eli Schwartz 
+
+pkgbas

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

2018-10-26 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 16:47:32
  Author: felixonmars
Revision: 337329

upgpkg: python-setuptools 1:40.5.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 14:01:30 UTC (rev 337328)
+++ PKGBUILD2018-10-26 16:47:32 UTC (rev 337329)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.4.3
+pkgver=40.5.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
-sha512sums=('750df326a149c2308971582d8a77b757c5dedb2251673826a8cb8860576700ee8d82a061c6a93075eb06307fdf324466e3b2941686059a45520951269e6e70b9')
+sha512sums=('5f6aef2b99dc17e57a34130c6e68dbcb3c79af9df102775779b64e77174d55f119a5a75eb2e6838023c564f6a725814e34548e31c4f591b8e1e6bafbb0c788b6')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2018-10-26 Thread Florian Pritz via arch-commits
Date: Friday, October 26, 2018 @ 15:20:02
  Author: bluewind
Revision: 399132

archrelease: copy trunk to community-x86_64

Added:
  filezilla/repos/community-x86_64/PKGBUILD
(from rev 399131, filezilla/trunk/PKGBUILD)
Deleted:
  filezilla/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 15:19:58 UTC (rev 399131)
+++ PKGBUILD2018-10-26 15:20:02 UTC (rev 399132)
@@ -1,35 +0,0 @@
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.37.4
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('x86_64')
-url="http://filezilla-project.org/";
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
-md5sums=('0c8d36d6f8d3445c28583339eaea2618')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 399131, 
filezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 15:20:02 UTC (rev 399132)
@@ -0,0 +1,35 @@
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('x86_64')
+url="http://filezilla-project.org/";
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
+source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
+md5sums=('4f9706adbb2c3168be68b15dd79151f0')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--with-pugixml=builtin \
+--with-wx-config=/usr/bin/wx-config-gtk3
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2018-10-26 Thread Florian Pritz via arch-commits
Date: Friday, October 26, 2018 @ 15:19:58
  Author: bluewind
Revision: 399131

upgpkg: filezilla 3.38.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 15:14:26 UTC (rev 399130)
+++ PKGBUILD2018-10-26 15:19:58 UTC (rev 399131)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.37.4
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
 
source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
-md5sums=('0c8d36d6f8d3445c28583339eaea2618')
+md5sums=('4f9706adbb2c3168be68b15dd79151f0')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2018-10-26 Thread Florian Pritz via arch-commits
Date: Friday, October 26, 2018 @ 15:14:21
  Author: bluewind
Revision: 399129

upgpkg: libfilezilla 0.15.0-1

upstream update

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 13:39:44 UTC (rev 399128)
+++ PKGBUILD2018-10-26 15:14:21 UTC (rev 399129)
@@ -2,7 +2,7 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
 arch=('x86_64')
@@ -33,4 +33,4 @@
   cd "${srcdir}/$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install
 }
-sha512sums=('f20932e14ab81df9562e030ce10009b9ab55b6798f7bfff7249e9f472fc8cae4278eb142a655dffb63fec53894783874973eb33444bfdacdb06fa682c2dd66a6')
+sha512sums=('64b0e2a8dd4dd06a1c2daf52f3036fcaed60b95240672f28032ec390361ddb1a59cd26a91b7b7c525cfc8262381db09a081a29c723f487cc5b41454ce4e9d47e')


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

2018-10-26 Thread Florian Pritz via arch-commits
Date: Friday, October 26, 2018 @ 15:14:26
  Author: bluewind
Revision: 399130

archrelease: copy trunk to community-x86_64

Added:
  libfilezilla/repos/community-x86_64/PKGBUILD
(from rev 399129, libfilezilla/trunk/PKGBUILD)
Deleted:
  libfilezilla/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 15:14:21 UTC (rev 399129)
+++ PKGBUILD2018-10-26 15:14:26 UTC (rev 399130)
@@ -1,36 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('x86_64')
-url="https://lib.filezilla-project.org/";
-license=('GPL')
-depends=('gcc-libs')
-makedepends=(clang)
-checkdepends=('cppunit')
-source=("https://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2";)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  export CXX=clang++
-  export CC=clang
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-sha512sums=('f20932e14ab81df9562e030ce10009b9ab55b6798f7bfff7249e9f472fc8cae4278eb142a655dffb63fec53894783874973eb33444bfdacdb06fa682c2dd66a6')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 399129, 
libfilezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 15:14:26 UTC (rev 399130)
@@ -0,0 +1,36 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('x86_64')
+url="https://lib.filezilla-project.org/";
+license=('GPL')
+depends=('gcc-libs')
+makedepends=(clang)
+checkdepends=('cppunit')
+source=("https://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2";)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  export CXX=clang++
+  export CC=clang
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+sha512sums=('64b0e2a8dd4dd06a1c2daf52f3036fcaed60b95240672f28032ec390361ddb1a59cd26a91b7b7c525cfc8262381db09a081a29c723f487cc5b41454ce4e9d47e')


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

2018-10-26 Thread Sébastien Luttringer via arch-commits
Date: Friday, October 26, 2018 @ 13:41:34
  Author: seblu
Revision: 337323

Work on 2.6

Added:
  dkms/trunk/0002-Revert-Fix-to-run-under-BusyBox-shell.patch
  dkms/trunk/0003-Fix-version-check-when-installing-modules.patch
  dkms/trunk/PKGBUILD.26

--+
 0002-Revert-Fix-to-run-under-BusyBox-shell.patch |   35 
 0003-Fix-version-check-when-installing-modules.patch |   31 +++
 PKGBUILD.26  |   69 +
 3 files changed, 135 insertions(+)

Added: 0002-Revert-Fix-to-run-under-BusyBox-shell.patch
===
--- 0002-Revert-Fix-to-run-under-BusyBox-shell.patch
(rev 0)
+++ 0002-Revert-Fix-to-run-under-BusyBox-shell.patch2018-10-26 13:41:34 UTC 
(rev 337323)
@@ -0,0 +1,35 @@
+From ba9057a93a47d1107836a920ed158422e9fdf9d0 Mon Sep 17 00:00:00 2001
+From: Michael Niewoehner 
+Date: Mon, 1 Oct 2018 16:51:27 +0200
+Subject: [PATCH 2/3] Revert "Fix to run under BusyBox shell"
+To: dkms-de...@dell.com
+
+This reverts commit 5da213828e2a208216f51d9ae82867bae5c040f7.
+
+Looks like m-emelchenkov wanted to fix the missing rmdir option
+ignore-fail-on-non-empty (issue #43) but that commit made it even worse:
+1. errors about deleting non-empty directories (issue #57)
+2. the directories contents get deleted by "rm -rf" in any case
+
+This option is now implemented so revert the commit to fix the newly
+introduced problems.
+---
+ dkms | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/dkms b/dkms
+index be00118..f1c1498 100644
+--- a/dkms
 b/dkms
+@@ -1756,7 +1756,7 @@ do_uninstall()
+ while [ "${dir_to_remove}" != "${dir_to_remove#/}" ]; do
+ dir_to_remove="${dir_to_remove#/}"
+ done
+-(cd "$install_tree/$1" && rm -rf "${dir_to_remove}/*" && rmdir -p 
"${dir_to_remove}" || true)
++(cd "$install_tree/$1" && rmdir --parents --ignore-fail-on-non-empty 
"${dir_to_remove}" || true)
+ echo $" - Original module"
+ local origmod=$(compressed_or_uncompressed 
"$dkms_tree/$module/original_module/$1/$2" "${dest_module_name[$count]}")
+ if [[ -n "$origmod" ]]; then
+-- 
+Sébastien "Seblu" Luttringer
+

Added: 0003-Fix-version-check-when-installing-modules.patch
===
--- 0003-Fix-version-check-when-installing-modules.patch
(rev 0)
+++ 0003-Fix-version-check-when-installing-modules.patch2018-10-26 
13:41:34 UTC (rev 337323)
@@ -0,0 +1,31 @@
+From ffc0feec3da1c914b3c5bd72dea53d19c3beefe5 Mon Sep 17 00:00:00 2001
+From: Tony Hutter 
+Date: Mon, 17 Sep 2018 11:39:26 -0700
+Subject: [PATCH 1/3] Fix version check when installing modules
+To: dkms-de...@dell.com
+
+DKMS wasn't checking the module version when installing newer
+kernel modules.  This fixes the issue.
+
+Fixes: #14
+---
+ dkms | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/dkms b/dkms
+index be00118..fa1ed1c 100644
+--- a/dkms
 b/dkms
+@@ -822,7 +822,8 @@ check_version_sanity()
+ kernels_info[1]=${kernels_info[2]}
+ fi
+ 
+-if [[ ${kernels_info[1]} && ${dkms_info[1]} && ${kernels_info[1]} = 
${dkms_info[1]} && ! $force ]]; then
++if [[ ${kernels_info[1]} && ${dkms_info[1]} && ${kernels_info[1]} = 
${dkms_info[1]} &&
++-n "${kernels_info[0]}" && -n "${dkms_info[0]}" && ${kernels_info[0]} 
= ${dkms_info[0]} && ! $force ]]; then
+ echo $"" >&2
+ echo $"Good news! Module version $dkms_info for ${4}$module_suffix" 
>&2
+ echo $"exactly matches what is already found in kernel $1." >&2
+-- 
+Sébastien "Seblu" Luttringer
+

Added: PKGBUILD.26
===
--- PKGBUILD.26 (rev 0)
+++ PKGBUILD.26 2018-10-26 13:41:34 UTC (rev 337323)
@@ -0,0 +1,69 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
+
+pkgname=dkms
+pkgver=2.6.1
+pkgrel=1
+pkgdesc='Dynamic Kernel Modules System'
+arch=('any')
+url='https://github.com/dell/dkms'
+license=('GPL2')
+depends=('bash' 'kmod' 'gcc' 'make' 'patch')
+makedepends=('git')
+optdepends=('linux-headers: build modules against the Arch kernel'
+'linux-lts-headers: build modules against the LTS kernel'
+'linux-zen-headers: build modules against the ZEN kernel'
+'linux-hardened-headers: build modules against the HARDENED 
kernel')
+backup=('etc/dkms/framework.conf')
+install=$pkgname.install
+source=("git+https://github.com/dell/dkms.git#tag=v$pkgver";
+'hook.install'
+'hook.remove'
+'hook.sh'
+'0001-Revert-Make-newly-installed-modules-available-immedi.patch'
+'0002-Revert-Fix-to-run-under-BusyBox-shell.patch'
+'0003-Fix-version-check-when-installing-modules.patch')
+

[arch-commits] Commit in dkms/repos/extra-any (12 files)

2018-10-26 Thread Sébastien Luttringer via arch-commits
Date: Friday, October 26, 2018 @ 13:40:36
  Author: seblu
Revision: 337322

archrelease: copy trunk to extra-any

Added:
  
dkms/repos/extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch
(from rev 337321, 
dkms/trunk/0001-Revert-Make-newly-installed-modules-available-immedi.patch)
  dkms/repos/extra-any/PKGBUILD
(from rev 337321, dkms/trunk/PKGBUILD)
  dkms/repos/extra-any/dkms.install
(from rev 337321, dkms/trunk/dkms.install)
  dkms/repos/extra-any/hook.install
(from rev 337321, dkms/trunk/hook.install)
  dkms/repos/extra-any/hook.remove
(from rev 337321, dkms/trunk/hook.remove)
  dkms/repos/extra-any/hook.sh
(from rev 337321, dkms/trunk/hook.sh)
Deleted:
  
dkms/repos/extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch
  dkms/repos/extra-any/PKGBUILD
  dkms/repos/extra-any/dkms.install
  dkms/repos/extra-any/hook.install
  dkms/repos/extra-any/hook.remove
  dkms/repos/extra-any/hook.sh

-+
 0001-Revert-Make-newly-installed-modules-available-immedi.patch |   62 -
 PKGBUILD|  131 +--
 dkms.install|   26 
 hook.install|   28 
 hook.remove |   32 
 hook.sh |  392 
--
 6 files changed, 333 insertions(+), 338 deletions(-)

Deleted: 0001-Revert-Make-newly-installed-modules-available-immedi.patch
===
--- 0001-Revert-Make-newly-installed-modules-available-immedi.patch 
2018-10-26 13:40:27 UTC (rev 337321)
+++ 0001-Revert-Make-newly-installed-modules-available-immedi.patch 
2018-10-26 13:40:36 UTC (rev 337322)
@@ -1,31 +0,0 @@
-From ca38ccd38c69a096dafa51c426ee3548980d5e2a Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= 
-Date: Sat, 8 Jul 2017 15:50:55 +0200
-Subject: [PATCH] Revert "Make newly installed modules available immediately"
-To: dkms-de...@dell.com
-
-This reverts commit f5bfb12fef1fc06e56355cdba500eaa98d4e6aa8.

- dkms | 6 --
- 1 file changed, 6 deletions(-)
-
-diff --git a/dkms b/dkms
-index a6cedc8..3ff71d5 100644
 a/dkms
-+++ b/dkms
-@@ -1522,12 +1522,6 @@ install_module()
- exit 6
- }
- 
--# Make the newly installed modules available immediately
--find /sys/devices -name modalias -print0 | xargs -0 cat | xargs modprobe 
-a -b -q
--if [ -f /lib/systemd/system/systemd-modules-load.service ]; then
--systemctl restart systemd-modules-load.service
--fi
--
- # Do remake_initrd things (save old initrd)
- [[ $remake_initrd ]] && ! make_initrd "$kernelver" "$arch" && {
- do_uninstall "$kernelver" "$arch"
--- 
-Sébastien "Seblu" Luttringer
-

Copied: 
dkms/repos/extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch
 (from rev 337321, 
dkms/trunk/0001-Revert-Make-newly-installed-modules-available-immedi.patch)
===
--- 0001-Revert-Make-newly-installed-modules-available-immedi.patch 
(rev 0)
+++ 0001-Revert-Make-newly-installed-modules-available-immedi.patch 
2018-10-26 13:40:36 UTC (rev 337322)
@@ -0,0 +1,31 @@
+From ca38ccd38c69a096dafa51c426ee3548980d5e2a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= 
+Date: Sat, 8 Jul 2017 15:50:55 +0200
+Subject: [PATCH] Revert "Make newly installed modules available immediately"
+To: dkms-de...@dell.com
+
+This reverts commit f5bfb12fef1fc06e56355cdba500eaa98d4e6aa8.
+---
+ dkms | 6 --
+ 1 file changed, 6 deletions(-)
+
+diff --git a/dkms b/dkms
+index a6cedc8..3ff71d5 100644
+--- a/dkms
 b/dkms
+@@ -1522,12 +1522,6 @@ install_module()
+ exit 6
+ }
+ 
+-# Make the newly installed modules available immediately
+-find /sys/devices -name modalias -print0 | xargs -0 cat | xargs modprobe 
-a -b -q
+-if [ -f /lib/systemd/system/systemd-modules-load.service ]; then
+-systemctl restart systemd-modules-load.service
+-fi
+-
+ # Do remake_initrd things (save old initrd)
+ [[ $remake_initrd ]] && ! make_initrd "$kernelver" "$arch" && {
+ do_uninstall "$kernelver" "$arch"
+-- 
+Sébastien "Seblu" Luttringer
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 13:40:27 UTC (rev 337321)
+++ PKGBUILD2018-10-26 13:40:36 UTC (rev 337322)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
-
-pkgname=dkms
-pkgver=2.5
-pkgrel=3
-pkgdesc='Dynamic Kernel Modules System'
-arch=('any')
-url='https://github.com/dell/dkms'
-license=('GPL2')
-depends=('bash' 'kmod' 'gcc' 'make' 'patch')
-make

[arch-commits] Commit in dkms/trunk (PKGBUILD hook.sh)

2018-10-26 Thread Sébastien Luttringer via arch-commits
Date: Friday, October 26, 2018 @ 13:40:27
  Author: seblu
Revision: 337321

upgpkg: dkms 2.5-4

Modified:
  dkms/trunk/PKGBUILD
  dkms/trunk/hook.sh

--+
 PKGBUILD |4 ++--
 hook.sh  |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 13:05:21 UTC (rev 337320)
+++ PKGBUILD2018-10-26 13:40:27 UTC (rev 337321)
@@ -3,7 +3,7 @@
 
 pkgname=dkms
 pkgver=2.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='https://github.com/dell/dkms'
@@ -24,7 +24,7 @@
 md5sums=('SKIP'
  '90f1486e0af9aab85e8c60d456802c63'
  '2e8ffd0c2ddec02872d0234befd129fd'
- '0dd4819d19fcafc817a96dd5b0a60fd8'
+ '80632f6a454b35bcade2bed287f13c7b'
  'd3b91ef709f567a375f4bbdbd3291d2b')
 
 prepare() {

Modified: hook.sh
===
--- hook.sh 2018-10-26 13:05:21 UTC (rev 337320)
+++ hook.sh 2018-10-26 13:40:27 UTC (rev 337321)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 #
-# Copyright © 2017 Sébastien Luttringer
+# Copyright © 2018 Sébastien Luttringer
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:39:32
  Author: foxboron
Revision: 399127

upgpkg: python-autobahn 18.10.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 13:34:04 UTC (rev 399126)
+++ PKGBUILD2018-10-26 13:39:32 UTC (rev 399127)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.9.2
+pkgver=18.10.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('d98b924f06865700116ee616027e4a6d678004a7b44e0d01cb262eab333112d6')
+sha256sums=('b5767bebd94ba13fc286604f889f208e7babc77d72d9f372d331bc14c89c5a40')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:39:44
  Author: foxboron
Revision: 399128

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 13:39:32 UTC (rev 399127)
+++ PKGBUILD2018-10-26 13:39:44 UTC (rev 399128)
@@ -1,52 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-autobahn
-pkgname=(python-autobahn python2-autobahn)
-pkgver=18.9.2
-pkgrel=1
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(any)
-url='http://autobahn.ws/python/'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
-checkdepends=(python2-unittest2)
-source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('d98b924f06865700116ee616027e4a6d678004a7b44e0d01cb262eab333112d6')
-
-prepare() {
-  cp -a autobahn-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  #It requires python-unittest2 in [community]
-  #python setup.py test
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  #python2 setup.py test
-}
-
-package_python-autobahn() {
-  depends=(python python-twisted python-six python-txaio)
-
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-autobahn() {
-  depends=(python2 python2-twisted python2-six python2-txaio)
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-any/PKGBUILD (from rev 399127, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 13:39:44 UTC (rev 399128)
@@ -0,0 +1,52 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-autobahn
+pkgname=(python-autobahn python2-autobahn)
+pkgver=18.10.1
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(any)
+url='http://autobahn.ws/python/'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
+checkdepends=(python2-unittest2)
+source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha256sums=('b5767bebd94ba13fc286604f889f208e7babc77d72d9f372d331bc14c89c5a40')
+
+prepare() {
+  cp -a autobahn-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  #It requires python-unittest2 in [community]
+  #python setup.py test
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  #python2 setup.py test
+}
+
+package_python-autobahn() {
+  depends=(python python-twisted python-six python-txaio)
+
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-autobahn() {
+  depends=(python2 python2-twisted python2-six python2-txaio)
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:33:53
  Author: foxboron
Revision: 399125

upgpkg: python-pywal 3.2.0-1

Modified:
  python-pywal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 13:32:33 UTC (rev 399124)
+++ PKGBUILD2018-10-26 13:33:53 UTC (rev 399125)
@@ -2,8 +2,8 @@
 # Contributor: Sean Haugh 
 
 pkgname=python-pywal
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
 url="https://github.com/dylanaraps/pywal/";
@@ -14,7 +14,7 @@
 'nitrogen: set wallpaper'
'python2: reload gtk2 themes on the fly')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz";)
-sha256sums=('2d17982b5803de3da09a0678523c009d9154f2a53cfe643f727445e758d6f4ba')
+sha256sums=('6b5f6cb6a18690afd5446148440f559d2887187e19be7334b535635f4c88eaa8')
 
 build(){
   cd "pywal-${pkgver}"


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:34:04
  Author: foxboron
Revision: 399126

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 13:33:53 UTC (rev 399125)
+++ PKGBUILD2018-10-26 13:34:04 UTC (rev 399126)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Sean Haugh 
-
-pkgname=python-pywal
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="Generate and change colorschemes on the fly"
-arch=('any')
-url="https://github.com/dylanaraps/pywal/";
-license=('MIT')
-depends=('python' 'imagemagick')
-makedepends=('python-setuptools')
-optdepends=('feh: set wallpaper'
-'nitrogen: set wallpaper'
-   'python2: reload gtk2 themes on the fly')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz";)
-sha256sums=('2d17982b5803de3da09a0678523c009d9154f2a53cfe643f727445e758d6f4ba')
-
-build(){
-  cd "pywal-${pkgver}"
-  python setup.py build
-}
-
-check(){
-  cd "pywal-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "pywal-${pkgver}"
-  python setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1 
--skip-build
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pywal/repos/community-any/PKGBUILD (from rev 399125, 
python-pywal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 13:34:04 UTC (rev 399126)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud  
+# Contributor: Sean Haugh 
+
+pkgname=python-pywal
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Generate and change colorschemes on the fly"
+arch=('any')
+url="https://github.com/dylanaraps/pywal/";
+license=('MIT')
+depends=('python' 'imagemagick')
+makedepends=('python-setuptools')
+optdepends=('feh: set wallpaper'
+'nitrogen: set wallpaper'
+   'python2: reload gtk2 themes on the fly')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz";)
+sha256sums=('6b5f6cb6a18690afd5446148440f559d2887187e19be7334b535635f4c88eaa8')
+
+build(){
+  cd "pywal-${pkgver}"
+  python setup.py build
+}
+
+check(){
+  cd "pywal-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "pywal-${pkgver}"
+  python setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1 
--skip-build
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:32:33
  Author: foxboron
Revision: 399124

archrelease: copy trunk to community-x86_64

Added:
  restic/repos/community-x86_64/PKGBUILD
(from rev 399123, restic/trunk/PKGBUILD)
Deleted:
  restic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 13:32:17 UTC (rev 399123)
+++ PKGBUILD2018-10-26 13:32:33 UTC (rev 399124)
@@ -1,35 +0,0 @@
-# Maintainer: Morten Linderud 
-pkgname=restic
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="Fast, secure, efficient backup program"
-arch=('x86_64')
-url="https://restic.net";
-license=('BSD')
-makedepends=('go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz";)
-sha256sums=('8f8eee3e9651b9f7384a323ba3c26a5667a6388ab2ef8e6d869d3cd69b9f7c95')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/restic
-  #mv "${pkgname}-${pkgver}"/vendor/* src/
-  ln -rTsf "${pkgname}-${pkgver}" src/github.com/restic/restic
-}
-
-build(){
-  cd "src/github.com/restic/restic"
-  export GOPATH="${srcdir}"
-  go install -ldflags "-X 'main.version=${pkgver}'" -gcflags 
"all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" ./cmd/...
-}
-
-package() {
-  install -Dm755 bin/restic "${pkgdir}/usr/bin/restic"
-
-  cd "${pkgname}-${pkgver}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
-  install -Dm644 doc/zsh-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_restic"
-  install -Dm644 doc/bash-completion.sh 
"$pkgdir/usr/share/bash-completion/completions/restic"
-
-}

Copied: restic/repos/community-x86_64/PKGBUILD (from rev 399123, 
restic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 13:32:33 UTC (rev 399124)
@@ -0,0 +1,36 @@
+# Maintainer: Morten Linderud 
+pkgname=restic
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="Fast, secure, efficient backup program"
+arch=('x86_64')
+url="https://restic.net";
+license=('BSD')
+makedepends=('go-pie')
+optdepends=('fuse2: mount archive')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz";)
+sha256sums=('b95a258099aee9a56e620ccebcecabc246ee7f8390e3937ccedadd609c6d2dd0')
+
+prepare(){
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/restic
+  #mv "${pkgname}-${pkgver}"/vendor/* src/
+  ln -rTsf "${pkgname}-${pkgver}" src/github.com/restic/restic
+}
+
+build(){
+  cd "src/github.com/restic/restic"
+  export GOPATH="${srcdir}"
+  go install -ldflags "-X 'main.version=${pkgver}'" -gcflags 
"all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" ./cmd/...
+}
+
+package() {
+  install -Dm755 bin/restic "${pkgdir}/usr/bin/restic"
+
+  cd "${pkgname}-${pkgver}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
+  install -Dm644 doc/zsh-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_restic"
+  install -Dm644 doc/bash-completion.sh 
"$pkgdir/usr/share/bash-completion/completions/restic"
+
+}


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:32:17
  Author: foxboron
Revision: 399123

upgpkg: restic 0.9.3-1

Modified:
  restic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 13:26:49 UTC (rev 399122)
+++ PKGBUILD2018-10-26 13:32:17 UTC (rev 399123)
@@ -1,6 +1,6 @@
 # Maintainer: Morten Linderud 
 pkgname=restic
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="Fast, secure, efficient backup program"
 arch=('x86_64')
@@ -7,8 +7,9 @@
 url="https://restic.net";
 license=('BSD')
 makedepends=('go-pie')
+optdepends=('fuse2: mount archive')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz";)
-sha256sums=('8f8eee3e9651b9f7384a323ba3c26a5667a6388ab2ef8e6d869d3cd69b9f7c95')
+sha256sums=('b95a258099aee9a56e620ccebcecabc246ee7f8390e3937ccedadd609c6d2dd0')
 
 prepare(){
   export GOPATH="${srcdir}"


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:26:49
  Author: foxboron
Revision: 399122

archrelease: copy trunk to community-any

Added:
  font-awesome/repos/community-any/PKGBUILD
(from rev 399121, font-awesome/trunk/PKGBUILD)
Deleted:
  font-awesome/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 13:26:36 UTC (rev 399121)
+++ PKGBUILD2018-10-26 13:26:49 UTC (rev 399122)
@@ -1,28 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Alad Wenter 

-
-pkgbase=font-awesome
-pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.4.0
-pkgrel=1
-pkgdesc="Iconic font designed for Bootstrap"
-url="http://fontawesome.com";
-license=('custom:OFL')
-arch=('any')
-depends=('fontconfig')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz";)
-sha256sums=('d7ae0e60bc16bfc5ec7827c799502b725367762cbd7c924c3b35cc9dc6618d31')
-
-package_ttf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/TTF"
-  install -m644 ./web-fonts-with-css/webfonts/*.ttf 
"$pkgdir/usr/share/fonts/TTF"
-}
-
-package_otf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/OTF"
-  install -m644 ./use-on-desktop/*.otf "$pkgdir/usr/share/fonts/OTF"
-}

Copied: font-awesome/repos/community-any/PKGBUILD (from rev 399121, 
font-awesome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 13:26:49 UTC (rev 399122)
@@ -0,0 +1,28 @@
+# Maintainer: Morten Linderud  
+# Contributor: Alad Wenter 

+
+pkgbase=font-awesome
+pkgname=(ttf-font-awesome otf-font-awesome)
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="Iconic font designed for Bootstrap"
+url="http://fontawesome.com";
+license=('custom:OFL')
+arch=('any')
+depends=('fontconfig')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz";)
+sha256sums=('013e3ba91896bad45a9c05499335eb229d95dbf47ccdfb4b766d5158405e3961')
+
+package_ttf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/TTF"
+  install -m644 ./web-fonts-with-css/webfonts/*.ttf 
"$pkgdir/usr/share/fonts/TTF"
+}
+
+package_otf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/OTF"
+  install -m644 ./use-on-desktop/*.otf "$pkgdir/usr/share/fonts/OTF"
+}


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:26:36
  Author: foxboron
Revision: 399121

upgpkg: font-awesome 5.4.1-1

Modified:
  font-awesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 13:23:34 UTC (rev 399120)
+++ PKGBUILD2018-10-26 13:26:36 UTC (rev 399121)
@@ -3,7 +3,7 @@
 
 pkgbase=font-awesome
 pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc="Iconic font designed for Bootstrap"
 url="http://fontawesome.com";
@@ -11,7 +11,7 @@
 arch=('any')
 depends=('fontconfig')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz";)
-sha256sums=('d7ae0e60bc16bfc5ec7827c799502b725367762cbd7c924c3b35cc9dc6618d31')
+sha256sums=('013e3ba91896bad45a9c05499335eb229d95dbf47ccdfb4b766d5158405e3961')
 
 package_ttf-font-awesome() {
   cd "Font-Awesome-${pkgver}"


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:23:34
  Author: foxboron
Revision: 399120

archrelease: copy trunk to community-any

Added:
  mypy/repos/community-any/PKGBUILD
(from rev 399119, mypy/trunk/PKGBUILD)
Deleted:
  mypy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 13:23:20 UTC (rev 399119)
+++ PKGBUILD2018-10-26 13:23:34 UTC (rev 399120)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: icasdri 
-# Contributor: hexchain 
-
-pkgname=mypy
-pkgver=0.630
-pkgrel=2
-pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
-url="http://www.mypy-lang.org/";
-arch=('any')
-license=('MIT')
-depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions')
-makedepends=('python-setuptools' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('6704586b4c2bf7dfa5e87a422be9ca57db622bab65008245759f3d4baeb219dd')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: mypy/repos/community-any/PKGBUILD (from rev 399119, mypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 13:23:34 UTC (rev 399120)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Contributor: icasdri 
+# Contributor: hexchain 
+
+pkgname=mypy
+pkgver=0.641
+pkgrel=1
+pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
+url="http://www.mypy-lang.org/";
+arch=('any')
+license=('MIT')
+depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions')
+makedepends=('python-setuptools' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('8e071ec32cc226e948a34bbb3d196eb0fd96f3ac69b6843a5aff9bd4efa14455')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:23:20
  Author: foxboron
Revision: 399119

upgpkg: mypy 0.641-1

Modified:
  mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 13:11:39 UTC (rev 399118)
+++ PKGBUILD2018-10-26 13:23:20 UTC (rev 399119)
@@ -3,8 +3,8 @@
 # Contributor: hexchain 
 
 pkgname=mypy
-pkgver=0.630
-pkgrel=2
+pkgver=0.641
+pkgrel=1
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/";
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions')
 makedepends=('python-setuptools' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('6704586b4c2bf7dfa5e87a422be9ca57db622bab65008245759f3d4baeb219dd')
+sha256sums=('8e071ec32cc226e948a34bbb3d196eb0fd96f3ac69b6843a5aff9bd4efa14455')
 
 build() {
 cd "$pkgname-$pkgver"


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:11:39
  Author: foxboron
Revision: 399118

archrelease: copy trunk to community-x86_64

Added:
  jgmenu/repos/community-x86_64/PKGBUILD
(from rev 399117, jgmenu/trunk/PKGBUILD)
Deleted:
  jgmenu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 13:11:25 UTC (rev 399117)
+++ PKGBUILD2018-10-26 13:11:39 UTC (rev 399118)
@@ -1,29 +0,0 @@
-# Maintainer: Mortne Linderu 
-# Contributor: Johan Malm 
-
-pkgname=jgmenu
-pkgver=1.3
-pkgrel=1
-pkgdesc="Small X11 menu intended to be used with openbox and tint2"
-arch=('i686' 'x86_64')
-url="http://www.github.com/johanmalm/jgmenu";
-license=('GPL')
-depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
-source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz";)
-sha256sums=('92520bdf2f953fc76203b3eb916ac60fa968907f4b038346da7a96449cac1549')
-
-build() {
-   cd "$pkgname-$pkgver"
-   make
-}
-
-check(){
-   cd "$pkgname-$pkgver"
-   make check
-   make test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 399117, 
jgmenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 13:11:39 UTC (rev 399118)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu 
+# Contributor: Johan Malm 
+
+pkgname=jgmenu
+pkgver=1.4
+pkgrel=1
+pkgdesc="Small X11 menu intended to be used with openbox and tint2"
+arch=('i686' 'x86_64')
+url="http://www.github.com/johanmalm/jgmenu";
+license=('GPL')
+depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz";)
+sha256sums=('e3807488c4ce20add4c5c9a68016a72ab1ec6a984615698ee1d3ff8c9600611d')
+
+build() {
+   cd "$pkgname-$pkgver"
+   make
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   make check
+   make test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:11:25
  Author: foxboron
Revision: 399117

upgpkg: jgmenu 1.4-1

Modified:
  jgmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 12:49:15 UTC (rev 399116)
+++ PKGBUILD2018-10-26 13:11:25 UTC (rev 399117)
@@ -2,7 +2,7 @@
 # Contributor: Johan Malm 
 
 pkgname=jgmenu
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc="Small X11 menu intended to be used with openbox and tint2"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
 
source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz";)
-sha256sums=('92520bdf2f953fc76203b3eb916ac60fa968907f4b038346da7a96449cac1549')
+sha256sums=('e3807488c4ce20add4c5c9a68016a72ab1ec6a984615698ee1d3ff8c9600611d')
 
 build() {
cd "$pkgname-$pkgver"


[arch-commits] Commit in dkms/trunk (PKGBUILD hook.sh)

2018-10-26 Thread Sébastien Luttringer via arch-commits
Date: Friday, October 26, 2018 @ 13:05:21
  Author: seblu
Revision: 337320

hook.sh: Improve check_dependency and check_buildexclusive

>From 9069728e4ba60df6ada86610818baff11fdabf8f Mon Sep 17 00:00:00 2001
From: Eli Schwartz 
Date: Wed, 6 Jun 2018 12:35:42 -0400
Subject: [PATCH 1/2] simplify the hook script

Instead of copying the BUILD_DEPENDS array from a subshell that sources
the dkms.conf and uses a herestring to pass that to readarray, run the
whole function in a subshell. It needs one subshell either way, and
heredocs use a temporary file which is just totally unnecessary albeit
minimal overhead in this case.

Heredocs also invoke command substitution which strips newlines, and do
not support \0 which means readarray needs to re-split the content based
on newlines instead. Neither of these are likely to matter in this
case... but why not just avoid it, if it is free to do so?
Both of these could be solved by using < <(commands) which communicates
via a file instead of command substitution. But that still results in an
unnecessary temporary file.

Instead of copying the BUILD_EXCLUSIVE_KERNEL variable from a subshell
that sources the dkms.conf and uses a herestring to pass that to
readarray, simply use command substitution to assign the value to the
variable. The herestring is once again inefficiently opening a temporary
file, except this time it is totally unnecessary as the value in the
dkms.conf is not an array and does not need to be split into one

Modified:
  dkms/trunk/PKGBUILD
  dkms/trunk/hook.sh

--+
 PKGBUILD |2 +-
 hook.sh  |   20 
 2 files changed, 9 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 12:06:56 UTC (rev 337319)
+++ PKGBUILD2018-10-26 13:05:21 UTC (rev 337320)
@@ -24,7 +24,7 @@
 md5sums=('SKIP'
  '90f1486e0af9aab85e8c60d456802c63'
  '2e8ffd0c2ddec02872d0234befd129fd'
- 'a71fcf1bfb037047c4d9321e189e06a2'
+ '0dd4819d19fcafc817a96dd5b0a60fd8'
  'd3b91ef709f567a375f4bbdbd3291d2b')
 
 prepare() {

Modified: hook.sh
===
--- hook.sh 2018-10-26 12:06:56 UTC (rev 337319)
+++ hook.sh 2018-10-26 13:05:21 UTC (rev 337320)
@@ -26,25 +26,21 @@
 # check whether the dependencies of a module are installed
 # $1: module name/module version
 # $2: kernel version
-check_dependency() {
-   local -a BUILD_DEPENDS
-   readarray -t BUILD_DEPENDS <<<$(source 
"$source_tree/${1/\//-}/dkms.conf"; printf '%s\n' "${BUILD_DEPENDS[@]}")
-   [[ -z ${BUILD_DEPENDS[@]} ]] && unset BUILD_DEPENDS
-   local mod
-   for mod in "${BUILD_DEPENDS[@]}"; do
-   if ! [[ "$(dkms status -m "$mod" -k "$2")" =~ 
:[[:space:]]installed$ ]]; then
-   return 1
+check_dependency() { (
+   source "$source_tree/${1/\//-}/dkms.conf"
+   for dep in "${BUILD_DEPENDS[@]}"; do
+   if ! [[ "$(dkms status -m "$dep" -k "$2")" =~ 
:[[:space:]]installed$ ]]; then
+   exit 1
fi
done
-   return 0
-}
+   exit 0
+) }
 
 # check whether the modules should be built with this kernel version
 # $1: module name/module version
 # $2: kernel version
 check_buildexclusive() {
-   local BUILD_EXCLUSIVE_KERNEL
-   readarray -t BUILD_EXCLUSIVE_KERNEL <<<$(source 
"$source_tree/${1/\//-}/dkms.conf"; printf '%s\n' "$BUILD_EXCLUSIVE_KERNEL")
+   local BUILD_EXCLUSIVE_KERNEL=$(source 
"$source_tree/${1/\//-}/dkms.conf"; printf '%s\n' "$BUILD_EXCLUSIVE_KERNEL")
[[ "$2" =~ $BUILD_EXCLUSIVE_KERNEL ]]
 }
 


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

2018-10-26 Thread Massimiliano Torromeo via arch-commits
Date: Friday, October 26, 2018 @ 12:49:15
  Author: mtorromeo
Revision: 399116

archrelease: copy trunk to community-x86_64

Added:
  rng-tools/repos/community-x86_64/PKGBUILD
(from rev 399115, rng-tools/trunk/PKGBUILD)
  rng-tools/repos/community-x86_64/rngd-test-signal-in-loop.patch
(from rev 399115, rng-tools/trunk/rngd-test-signal-in-loop.patch)
  rng-tools/repos/community-x86_64/rngd.conf
(from rev 399115, rng-tools/trunk/rngd.conf)
  rng-tools/repos/community-x86_64/rngd.service
(from rev 399115, rng-tools/trunk/rngd.service)
Deleted:
  rng-tools/repos/community-x86_64/PKGBUILD
  rng-tools/repos/community-x86_64/rngd-test-signal-in-loop.patch
  rng-tools/repos/community-x86_64/rngd.conf
  rng-tools/repos/community-x86_64/rngd.service

+
 PKGBUILD   |   84 +++
 rngd-test-signal-in-loop.patch |   72 -
 rngd.conf  |2 
 rngd.service   |   28 ++---
 4 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 12:48:47 UTC (rev 399115)
+++ PKGBUILD2018-10-26 12:49:15 UTC (rev 399116)
@@ -1,42 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Alasdair Haswell 
-
-pkgname=rng-tools
-pkgver=6.5
-pkgrel=1
-pkgdesc="Random number generator related utilities"
-arch=('x86_64')
-url="https://github.com/nhorman/rng-tools";
-license=('GPL')
-depends=('libgcrypt' 'curl' 'libxml2' 'sysfsutils')
-backup=(etc/conf.d/rngd)
-source=(https://github.com/nhorman/rng-tools/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-rngd.conf
-rngd.service)
-sha256sums=('5fecd904f7d01262b3209ff78dd3b9594aac8daa41badd5a1e6438658e80c36e'
-'f4fd197dd682cdab07ddeabe8d3b73b1bc2e1cf322237be238a26b49a7dcb047'
-'653224f7a3294618069c78b9d87e8cdeb0f6d00a97f180fba8849a499fdbe726')
-
-prepare() {
-   cd "$srcdir"/$pkgname-$pkgver
-   mv README{.md,}
-
-   libtoolize --force
-   aclocal
-   autoheader
-   automake --force-missing --add-missing
-   autoconf
-}
-
-build() {
-   cd "$srcdir"/$pkgname-$pkgver
-   ./configure --prefix=/usr --sbindir=/usr/bin
-   make
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   install -Dm0644 "$srcdir"/rngd.service 
"$pkgdir"/usr/lib/systemd/system/rngd.service
-   install -Dm0644 "$srcdir"/rngd.conf "$pkgdir"/etc/conf.d/rngd
-}

Copied: rng-tools/repos/community-x86_64/PKGBUILD (from rev 399115, 
rng-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 12:49:15 UTC (rev 399116)
@@ -0,0 +1,42 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Alasdair Haswell 
+
+pkgname=rng-tools
+pkgver=6.6
+pkgrel=1
+pkgdesc="Random number generator related utilities"
+arch=('x86_64')
+url="https://github.com/nhorman/rng-tools";
+license=('GPL')
+depends=('libgcrypt' 'curl' 'libxml2' 'sysfsutils')
+backup=(etc/conf.d/rngd)
+source=(https://github.com/nhorman/rng-tools/archive/v$pkgver/$pkgname-$pkgver.tar.gz
+rngd.conf
+rngd.service)
+sha256sums=('201d15e9e5ae8468b14a7a2f3a7fa714c4e83380f4468b80893148bf700c2efe'
+'f4fd197dd682cdab07ddeabe8d3b73b1bc2e1cf322237be238a26b49a7dcb047'
+'653224f7a3294618069c78b9d87e8cdeb0f6d00a97f180fba8849a499fdbe726')
+
+prepare() {
+   cd "$srcdir"/$pkgname-$pkgver
+   mv README{.md,}
+
+   libtoolize --force
+   aclocal
+   autoheader
+   automake --force-missing --add-missing
+   autoconf
+}
+
+build() {
+   cd "$srcdir"/$pkgname-$pkgver
+   ./configure --prefix=/usr --sbindir=/usr/bin
+   make
+}
+
+package() {
+   cd "$srcdir"/$pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+   install -Dm0644 "$srcdir"/rngd.service 
"$pkgdir"/usr/lib/systemd/system/rngd.service
+   install -Dm0644 "$srcdir"/rngd.conf "$pkgdir"/etc/conf.d/rngd
+}

Deleted: rngd-test-signal-in-loop.patch
===
--- rngd-test-signal-in-loop.patch  2018-10-26 12:48:47 UTC (rev 399115)
+++ rngd-test-signal-in-loop.patch  2018-10-26 12:49:15 UTC (rev 399116)
@@ -1,36 +0,0 @@
-From: Leonardo Chiquitto 
-Subject: Check for signals in update_kernel_random()
-
-When running as a daemon, a signal handler is installed to catch
-SIGINT/SIGTERM. This handler sets a flag that's tested in the main
-loop. However, rngd loops in update_kernel_random() as well, where
-the flag was not tested.
-
-This patch adds the check to update_kernel_random() so that the
-daemon exits properly after receiving a SIGINT/SIGTERM signal.
-
-Index: rng-tools-5/rngd.c
-===
 rng-tools-5.or

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

2018-10-26 Thread Massimiliano Torromeo via arch-commits
Date: Friday, October 26, 2018 @ 12:48:47
  Author: mtorromeo
Revision: 399115

upgpkg: rng-tools 6.6-1

Modified:
  rng-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 12:31:59 UTC (rev 399114)
+++ PKGBUILD2018-10-26 12:48:47 UTC (rev 399115)
@@ -2,7 +2,7 @@
 # Contributor: Alasdair Haswell 
 
 pkgname=rng-tools
-pkgver=6.5
+pkgver=6.6
 pkgrel=1
 pkgdesc="Random number generator related utilities"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 
source=(https://github.com/nhorman/rng-tools/archive/v$pkgver/$pkgname-$pkgver.tar.gz
 rngd.conf
 rngd.service)
-sha256sums=('5fecd904f7d01262b3209ff78dd3b9594aac8daa41badd5a1e6438658e80c36e'
+sha256sums=('201d15e9e5ae8468b14a7a2f3a7fa714c4e83380f4468b80893148bf700c2efe'
 'f4fd197dd682cdab07ddeabe8d3b73b1bc2e1cf322237be238a26b49a7dcb047'
 '653224f7a3294618069c78b9d87e8cdeb0f6d00a97f180fba8849a499fdbe726')
 


[arch-commits] Commit in perl-test-mockobject/repos/community-any (PKGBUILD PKGBUILD)

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 12:31:59
  Author: spupykin
Revision: 399114

archrelease: copy trunk to community-any

Added:
  perl-test-mockobject/repos/community-any/PKGBUILD
(from rev 399113, perl-test-mockobject/trunk/PKGBUILD)
Deleted:
  perl-test-mockobject/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 12:31:44 UTC (rev 399113)
+++ PKGBUILD2018-10-26 12:31:59 UTC (rev 399114)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-test-mockobject
-pkgver=1.20161202
-pkgrel=2
-pkgdesc="Perl extension for emulating troublesome interfaces "
-arch=('any')
-url="http://search.cpan.org/dist/Test-MockObject";
-license=('GPL' 'PerlArtistic')
-depends=('perl-universal-can>=1.11' 'perl-universal-isa>=0.06')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-$pkgver.tar.gz)
-sha256sums=('14b225fff3645338697976dbbe2c39e44c1c93536855b78b3bbc6e9bfe94a0a2')
-
-build() {
-  cd  "$srcdir"/Test-MockObject-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/Test-MockObject-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-test-mockobject/repos/community-any/PKGBUILD (from rev 399113, 
perl-test-mockobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 12:31:59 UTC (rev 399114)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-test-mockobject
+pkgver=1.20180705
+pkgrel=1
+pkgdesc="Perl extension for emulating troublesome interfaces "
+arch=('any')
+url="http://search.cpan.org/dist/Test-MockObject";
+license=('GPL' 'PerlArtistic')
+depends=('perl-universal-can>=1.11' 'perl-universal-isa>=0.06')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-$pkgver.tar.gz)
+sha256sums=('4516058d5d511155c1c462dab4027d762d6a474b99f73bf7da20b5ffbd024518')
+
+build() {
+  cd  "$srcdir"/Test-MockObject-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Test-MockObject-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-test-manifest/trunk (PKGBUILD)

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 12:31:22
  Author: spupykin
Revision: 399111

upgpkg: perl-test-manifest 2.021-1

Modified:
  perl-test-manifest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 12:31:16 UTC (rev 399110)
+++ PKGBUILD2018-10-26 12:31:22 UTC (rev 399111)
@@ -3,8 +3,8 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-test-manifest
-pkgver=2.02
-pkgrel=2
+pkgver=2.021
+pkgrel=1
 pkgdesc="configure which test files to run"
 arch=('any')
 url="http://search.cpan.org/dist/Test-Manifest";
@@ -12,7 +12,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(https://www.cpan.org/authors/id/B/BD/BDFOY/Test-Manifest-$pkgver.tar.gz)
-sha256sums=('064783ceaf7dd569a5724d40900a3f9d92168ee4c613f7a3cb99a99aa8283396')
+sha256sums=('a47aaad71c580e16e6e63d8c037cdddcd919876754beb2c95d9a88682dd332d9')
 
 build() {
   cd  "$srcdir"/Test-Manifest-$pkgver


[arch-commits] Commit in perl-test-manifest/repos/community-any (PKGBUILD PKGBUILD)

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 12:31:38
  Author: spupykin
Revision: 399112

archrelease: copy trunk to community-any

Added:
  perl-test-manifest/repos/community-any/PKGBUILD
(from rev 399111, perl-test-manifest/trunk/PKGBUILD)
Deleted:
  perl-test-manifest/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 12:31:22 UTC (rev 399111)
+++ PKGBUILD2018-10-26 12:31:38 UTC (rev 399112)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Contributor: Francois Charette 
-
-pkgname=perl-test-manifest
-pkgver=2.02
-pkgrel=2
-pkgdesc="configure which test files to run"
-arch=('any')
-url="http://search.cpan.org/dist/Test-Manifest";
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Manifest-$pkgver.tar.gz)
-md5sums=('fdd832e160cacf1496db3adf57515ad9')
-
-build() {
-  cd  "$srcdir"/Test-Manifest-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/Test-Manifest-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-test-manifest/repos/community-any/PKGBUILD (from rev 399111, 
perl-test-manifest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 12:31:38 UTC (rev 399112)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: Francois Charette 
+
+pkgname=perl-test-manifest
+pkgver=2.021
+pkgrel=1
+pkgdesc="configure which test files to run"
+arch=('any')
+url="http://search.cpan.org/dist/Test-Manifest";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/B/BD/BDFOY/Test-Manifest-$pkgver.tar.gz)
+sha256sums=('a47aaad71c580e16e6e63d8c037cdddcd919876754beb2c95d9a88682dd332d9')
+
+build() {
+  cd  "$srcdir"/Test-Manifest-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Test-Manifest-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 12:31:16
  Author: spupykin
Revision: 399110

archrelease: copy trunk to community-any

Added:
  perl-pegex/repos/community-any/PKGBUILD
(from rev 399109, perl-pegex/trunk/PKGBUILD)
Deleted:
  perl-pegex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 12:31:04 UTC (rev 399109)
+++ PKGBUILD2018-10-26 12:31:16 UTC (rev 399110)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: John D Jones III AKA jnbek 
-# Generator  : CPANPLUS::Dist::Arch 1.32
-
-pkgname='perl-pegex'
-pkgver=0.64
-pkgrel=2
-pkgdesc="Acmeist PEG Parser Framework"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-yaml-libyaml' 'perl-file-sharedir-install')
-makedepends=()
-url='https://metacpan.org/release/Pegex'
-source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-$pkgver.tar.gz";)
-sha256sums=('27e00264bdafb9c2109212b9654542032617fecf7b7814915d2bdac198f067cd')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-  MODULEBUILDRC=/dev/null
-cd "$srcdir/Pegex-$pkgver"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Pegex-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/Pegex-$pkgver"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-pegex/repos/community-any/PKGBUILD (from rev 399109, 
perl-pegex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 12:31:16 UTC (rev 399110)
@@ -0,0 +1,41 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname='perl-pegex'
+pkgver=0.67
+pkgrel=1
+pkgdesc="Acmeist PEG Parser Framework"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-yaml-libyaml' 'perl-file-sharedir-install')
+makedepends=()
+url='https://metacpan.org/release/Pegex'
+source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-$pkgver.tar.gz";)
+sha256sums=('3cb9df73aece2a5fa769a89bd74daaac302cc077e2489b3b552f3aa172092091')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+cd "$srcdir/Pegex-$pkgver"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Pegex-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/Pegex-$pkgver"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 12:31:04
  Author: spupykin
Revision: 399109

upgpkg: perl-pegex 0.67-1

Modified:
  perl-pegex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 12:30:57 UTC (rev 399108)
+++ PKGBUILD2018-10-26 12:31:04 UTC (rev 399109)
@@ -3,8 +3,8 @@
 # Generator  : CPANPLUS::Dist::Arch 1.32
 
 pkgname='perl-pegex'
-pkgver=0.64
-pkgrel=2
+pkgver=0.67
+pkgrel=1
 pkgdesc="Acmeist PEG Parser Framework"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -13,7 +13,7 @@
 makedepends=()
 url='https://metacpan.org/release/Pegex'
 
source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-$pkgver.tar.gz";)
-sha256sums=('27e00264bdafb9c2109212b9654542032617fecf7b7814915d2bdac198f067cd')
+sha256sums=('3cb9df73aece2a5fa769a89bd74daaac302cc077e2489b3b552f3aa172092091')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


[arch-commits] Commit in perl-test-mockobject/trunk (PKGBUILD)

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 12:31:44
  Author: spupykin
Revision: 399113

upgpkg: perl-test-mockobject 1.20180705-1

Modified:
  perl-test-mockobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 12:31:38 UTC (rev 399112)
+++ PKGBUILD2018-10-26 12:31:44 UTC (rev 399113)
@@ -2,8 +2,8 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-test-mockobject
-pkgver=1.20161202
-pkgrel=2
+pkgver=1.20180705
+pkgrel=1
 pkgdesc="Perl extension for emulating troublesome interfaces "
 arch=('any')
 url="http://search.cpan.org/dist/Test-MockObject";
@@ -11,7 +11,7 @@
 depends=('perl-universal-can>=1.11' 'perl-universal-isa>=0.06')
 options=('!emptydirs')
 
source=(https://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-$pkgver.tar.gz)
-sha256sums=('14b225fff3645338697976dbbe2c39e44c1c93536855b78b3bbc6e9bfe94a0a2')
+sha256sums=('4516058d5d511155c1c462dab4027d762d6a474b99f73bf7da20b5ffbd024518')
 
 build() {
   cd  "$srcdir"/Test-MockObject-$pkgver


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

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 12:30:57
  Author: spupykin
Revision: 399108

archrelease: copy trunk to community-any

Added:
  perl-moo/repos/community-any/PKGBUILD
(from rev 399107, perl-moo/trunk/PKGBUILD)
Deleted:
  perl-moo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 12:30:37 UTC (rev 399107)
+++ PKGBUILD2018-10-26 12:30:57 UTC (rev 399108)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Moritz Bunkus 
-
-pkgname='perl-moo'
-pkgver=2.003000
-pkgrel=5
-pkgdesc="Minimalist Object Orientation (with Moose compatiblity)"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-class-method-modifiers>=1.1' 
'perl-devel-globaldestruction>=0.11' 'perl-import-into>=1.002'
- 'perl-module-runtime>=0.014' 'perl-role-tiny>=2' 'perl-sub-quote')
-makedepends=('perl-test-fatal>=0.003')
-url='https://metacpan.org/release/Moo'
-source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-${pkgver}.tar.gz";)
-sha256sums=('ccab84b1377e52922026b24b2ed51d83c439757f2b0783fffa73ac22b4fb3dd2')
-
-build() {
-  cd "$srcdir"/Moo-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps \
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-  MODULEBUILDRC=/dev/null
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir"/Moo-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-#  make test
-}
-
-package() {
-  cd "$srcdir"/Moo-$pkgver
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-moo/repos/community-any/PKGBUILD (from rev 399107, 
perl-moo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 12:30:57 UTC (rev 399108)
@@ -0,0 +1,39 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Moritz Bunkus 
+
+pkgname='perl-moo'
+pkgver=2.003004
+pkgrel=1
+pkgdesc="Minimalist Object Orientation (with Moose compatiblity)"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-class-method-modifiers>=1.1' 
'perl-devel-globaldestruction>=0.11' 'perl-import-into>=1.002'
+ 'perl-module-runtime>=0.014' 'perl-role-tiny>=2' 'perl-sub-quote')
+makedepends=('perl-test-fatal>=0.003')
+url='https://metacpan.org/release/Moo'
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-${pkgver}.tar.gz";)
+sha256sums=('f8bbb625f8e963eabe05cff9048fdd72bdd26777404ff2c40bc690f558be91e1')
+
+build() {
+  cd "$srcdir"/Moo-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps \
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir"/Moo-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+#  make test
+}
+
+package() {
+  cd "$srcdir"/Moo-$pkgver
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 12:30:37
  Author: spupykin
Revision: 399107

upgpkg: perl-moo 2.003004-1

Modified:
  perl-moo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 11:41:25 UTC (rev 399106)
+++ PKGBUILD2018-10-26 12:30:37 UTC (rev 399107)
@@ -2,8 +2,8 @@
 # Maintainer: Moritz Bunkus 
 
 pkgname='perl-moo'
-pkgver=2.003000
-pkgrel=5
+pkgver=2.003004
+pkgrel=1
 pkgdesc="Minimalist Object Orientation (with Moose compatiblity)"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -13,7 +13,7 @@
 makedepends=('perl-test-fatal>=0.003')
 url='https://metacpan.org/release/Moo'
 source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-${pkgver}.tar.gz";)
-sha256sums=('ccab84b1377e52922026b24b2ed51d83c439757f2b0783fffa73ac22b4fb3dd2')
+sha256sums=('f8bbb625f8e963eabe05cff9048fdd72bdd26777404ff2c40bc690f558be91e1')
 
 build() {
   cd "$srcdir"/Moo-$pkgver


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

2018-10-26 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 12:06:56
  Author: heftig
Revision: 337319

FS#46505 Minimal config for USB serial console support

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

--+
 PKGBUILD |2 +-
 config   |   41 -
 2 files changed, 25 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 11:55:28 UTC (rev 337318)
+++ PKGBUILD2018-10-26 12:06:56 UTC (rev 337319)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'0e0d831763f080c65c07e06389007ada9f7d77f8148859ac5a2223263cc966e7'
+'8a4cd4ce29da74ce7d465416a6224ab64614ca106682c7908e50196b36fbd4a9'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-10-26 11:55:28 UTC (rev 337318)
+++ config  2018-10-26 12:06:56 UTC (rev 337319)
@@ -6543,11 +6543,11 @@
 #
 # HID support
 #
-CONFIG_HID=y
+CONFIG_HID=m
 CONFIG_HID_BATTERY_STRENGTH=y
 CONFIG_HIDRAW=y
 CONFIG_UHID=m
-CONFIG_HID_GENERIC=y
+CONFIG_HID_GENERIC=m
 
 #
 # Special HID drivers
@@ -6658,11 +6658,17 @@
 #
 # USB HID support
 #
-CONFIG_USB_HID=y
+CONFIG_USB_HID=m
 CONFIG_HID_PID=y
 CONFIG_USB_HIDDEV=y
 
 #
+# USB HID Boot Protocol drivers
+#
+# CONFIG_USB_KBD is not set
+# CONFIG_USB_MOUSE is not set
+
+#
 # I2C HID support
 #
 CONFIG_I2C_HID=m
@@ -6697,23 +6703,24 @@
 # USB Host Controller Drivers
 #
 CONFIG_USB_C67X00_HCD=m
-CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_HCD=m
 # CONFIG_USB_XHCI_DBGCAP is not set
-CONFIG_USB_XHCI_PCI=y
+CONFIG_USB_XHCI_PCI=m
 CONFIG_USB_XHCI_PLATFORM=m
-CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_HCD=m
 CONFIG_USB_EHCI_ROOT_HUB_TT=y
 CONFIG_USB_EHCI_TT_NEWSCHED=y
-CONFIG_USB_EHCI_PCI=y
+CONFIG_USB_EHCI_PCI=m
 CONFIG_USB_EHCI_HCD_PLATFORM=m
 CONFIG_USB_OXU210HP_HCD=m
 CONFIG_USB_ISP116X_HCD=m
 CONFIG_USB_FOTG210_HCD=m
 CONFIG_USB_MAX3421_HCD=m
-CONFIG_USB_OHCI_HCD=y
-CONFIG_USB_OHCI_HCD_PCI=y
+CONFIG_USB_OHCI_HCD=m
+CONFIG_USB_OHCI_HCD_PCI=m
+# CONFIG_USB_OHCI_HCD_SSB is not set
 CONFIG_USB_OHCI_HCD_PLATFORM=m
-CONFIG_USB_UHCI_HCD=y
+CONFIG_USB_UHCI_HCD=m
 CONFIG_USB_U132_HCD=m
 CONFIG_USB_SL811_HCD=m
 # CONFIG_USB_SL811_HCD_ISO is not set
@@ -7471,18 +7478,18 @@
 CONFIG_UIO_PRUSS=m
 CONFIG_UIO_MF624=m
 CONFIG_UIO_HV_GENERIC=m
-CONFIG_VFIO_IOMMU_TYPE1=y
-CONFIG_VFIO_VIRQFD=y
-CONFIG_VFIO=y
+CONFIG_VFIO_IOMMU_TYPE1=m
+CONFIG_VFIO_VIRQFD=m
+CONFIG_VFIO=m
 # CONFIG_VFIO_NOIOMMU is not set
-CONFIG_VFIO_PCI=y
+CONFIG_VFIO_PCI=m
 CONFIG_VFIO_PCI_VGA=y
 CONFIG_VFIO_PCI_MMAP=y
 CONFIG_VFIO_PCI_INTX=y
 CONFIG_VFIO_PCI_IGD=y
-CONFIG_VFIO_MDEV=y
-CONFIG_VFIO_MDEV_DEVICE=y
-CONFIG_IRQ_BYPASS_MANAGER=y
+CONFIG_VFIO_MDEV=m
+CONFIG_VFIO_MDEV_DEVICE=m
+CONFIG_IRQ_BYPASS_MANAGER=m
 CONFIG_VIRT_DRIVERS=y
 CONFIG_VBOXGUEST=m
 CONFIG_VIRTIO=m


[arch-commits] Commit in dkms/trunk (hook.sh)

2018-10-26 Thread Sébastien Luttringer via arch-commits
Date: Friday, October 26, 2018 @ 11:55:28
  Author: seblu
Revision: 337318

Fix typo

Big up to Eli Schwartz (eschwartz)

Modified:
  dkms/trunk/hook.sh

-+
 hook.sh |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: hook.sh
===
--- hook.sh 2018-10-26 10:31:16 UTC (rev 337317)
+++ hook.sh 2018-10-26 11:55:28 UTC (rev 337318)
@@ -101,7 +101,7 @@
elif [[ ! -d "$install_tree/$kver/kernel" ]]; then
DKMS_MODULES[$nvk]="Missing kernel modules tree"
continue
-   # postone modules with missing dependencies
+   # postpone modules with missing dependencies
elif ! check_dependency "$mod" "$kver"; then
DKMS_MODULES[$nvk]="Missing dependency"
continue
@@ -143,7 +143,7 @@
 main() {
[[ -n "$DKMS_ALPM_HOOK_DEBUG" ]] && set -x
 
-   # prevent to have all each dkms call to fail
+   # prevent each dkms call from failing with authorization errors
if (( EUID )); then
echo 'You must be root to use this hook' >&2
exit 1


[arch-commits] Commit in perl-www-mechanize/trunk (PKGBUILD)

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 11:40:53
  Author: spupykin
Revision: 399103

upgpkg: perl-www-mechanize 1.89-1

Modified:
  perl-www-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 11:40:47 UTC (rev 399102)
+++ PKGBUILD2018-10-26 11:40:53 UTC (rev 399103)
@@ -2,7 +2,7 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-www-mechanize
-pkgver=1.88
+pkgver=1.89
 pkgrel=1
 pkgdesc="Automates web page form & link interaction"
 arch=(any)
@@ -12,7 +12,7 @@
 'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
-sha256sums=('36d97e778ab911ab5a762d551541686cbf3463c571f474322f7b5da77f50a879')
+sha256sums=('b09e88254b5f9a1b3ea38b3998a308e0e8b0d23e724c1337e2d146bc8519bdd7')
 
 build() {
   cd  "$srcdir"/WWW-Mechanize-$pkgver


[arch-commits] Commit in perl-test-warn/trunk (PKGBUILD)

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 11:40:32
  Author: spupykin
Revision: 399101

upgpkg: perl-test-warn 0.36-1

Modified:
  perl-test-warn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 11:40:27 UTC (rev 399100)
+++ PKGBUILD2018-10-26 11:40:32 UTC (rev 399101)
@@ -3,7 +3,7 @@
 # Contributor: Firmicus 
 
 pkgname=perl-test-warn
-pkgver=0.34
+pkgver=0.36
 pkgrel=1
 pkgdesc="Perl extension to test methods for warnings "
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('perl-tree-dag-node' 'perl-sub-uplevel>=0.12' 'perl>=5.10.0')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/Test-Warn-$pkgver.tar.gz";)
-sha256sums=('817a11ec7c1e840e7c98576b11a4c400decbae4fb45b7af953c30f7a0875f8ff')
+sha256sums=('ecbca346d379cef8d3c0e4ac0c8eb3b2613d737ffaaeae52271c38d7bf3c6cda')
 
 build() {
   cd  "$srcdir"/Test-Warn-$pkgver


[arch-commits] Commit in perl-local-lib/repos/community-any (PKGBUILD PKGBUILD)

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 11:40:27
  Author: spupykin
Revision: 399100

archrelease: copy trunk to community-any

Added:
  perl-local-lib/repos/community-any/PKGBUILD
(from rev 399099, perl-local-lib/trunk/PKGBUILD)
Deleted:
  perl-local-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 11:40:15 UTC (rev 399099)
+++ PKGBUILD2018-10-26 11:40:27 UTC (rev 399100)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-local-lib
-pkgver=2.19
-pkgrel=4
-pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
-arch=('any')
-url="http://search.cpan.org/dist/local-lib/";
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz";)
-md5sums=('98b6d973b7962b68ecf1479a5b12a159')
-
-build() {
-  cd local-lib-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd local-lib-${pkgver}
-  make test
-}
-
-package() {
-  cd local-lib-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-local-lib/repos/community-any/PKGBUILD (from rev 399099, 
perl-local-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 11:40:27 UTC (rev 399100)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-local-lib
+pkgver=2.24
+pkgrel=1
+pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
+arch=('any')
+url="http://search.cpan.org/dist/local-lib/";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz";)
+sha256sums=('2e9b917bd48a0615e42633b2a327494e04610d8f710765b9493d306cead98a05')
+
+build() {
+  cd local-lib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd local-lib-${pkgver}
+  make test
+}
+
+package() {
+  cd local-lib-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-local-lib/trunk (PKGBUILD)

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 11:40:15
  Author: spupykin
Revision: 399099

upgpkg: perl-local-lib 2.24-1

Modified:
  perl-local-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 11:40:08 UTC (rev 399098)
+++ PKGBUILD2018-10-26 11:40:15 UTC (rev 399099)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=perl-local-lib
-pkgver=2.19
-pkgrel=4
+pkgver=2.24
+pkgrel=1
 pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
 arch=('any')
 url="http://search.cpan.org/dist/local-lib/";
@@ -10,7 +10,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz";)
-md5sums=('98b6d973b7962b68ecf1479a5b12a159')
+sha256sums=('2e9b917bd48a0615e42633b2a327494e04610d8f710765b9493d306cead98a05')
 
 build() {
   cd local-lib-${pkgver}


[arch-commits] Commit in perl-test-warn/repos/community-any (PKGBUILD PKGBUILD)

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 11:40:47
  Author: spupykin
Revision: 399102

archrelease: copy trunk to community-any

Added:
  perl-test-warn/repos/community-any/PKGBUILD
(from rev 399101, perl-test-warn/trunk/PKGBUILD)
Deleted:
  perl-test-warn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 11:40:32 UTC (rev 399101)
+++ PKGBUILD2018-10-26 11:40:47 UTC (rev 399102)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-# Contributor: Firmicus 
-
-pkgname=perl-test-warn
-pkgver=0.34
-pkgrel=1
-pkgdesc="Perl extension to test methods for warnings "
-arch=(any)
-url="http://search.cpan.org/dist/Test-Warn/";
-license=('GPL' 'PerlArtistic')
-depends=('perl-tree-dag-node' 'perl-sub-uplevel>=0.12' 'perl>=5.10.0')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/Test-Warn-$pkgver.tar.gz";)
-sha256sums=('817a11ec7c1e840e7c98576b11a4c400decbae4fb45b7af953c30f7a0875f8ff')
-
-build() {
-  cd  "$srcdir"/Test-Warn-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/Test-Warn-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-test-warn/repos/community-any/PKGBUILD (from rev 399101, 
perl-test-warn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 11:40:47 UTC (rev 399102)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+# Contributor: Firmicus 
+
+pkgname=perl-test-warn
+pkgver=0.36
+pkgrel=1
+pkgdesc="Perl extension to test methods for warnings "
+arch=(any)
+url="http://search.cpan.org/dist/Test-Warn/";
+license=('GPL' 'PerlArtistic')
+depends=('perl-tree-dag-node' 'perl-sub-uplevel>=0.12' 'perl>=5.10.0')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/Test-Warn-$pkgver.tar.gz";)
+sha256sums=('ecbca346d379cef8d3c0e4ac0c8eb3b2613d737ffaaeae52271c38d7bf3c6cda')
+
+build() {
+  cd  "$srcdir"/Test-Warn-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Test-Warn-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-xml-xpath/trunk (PKGBUILD)

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 11:41:13
  Author: spupykin
Revision: 399105

upgpkg: perl-xml-xpath 1.44-1

Modified:
  perl-xml-xpath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 11:41:04 UTC (rev 399104)
+++ PKGBUILD2018-10-26 11:41:13 UTC (rev 399105)
@@ -1,8 +1,8 @@
 #Maintainer:
 
 pkgname=perl-xml-xpath
-pkgver=1.42
-pkgrel=2
+pkgver=1.44
+pkgrel=1
 pkgdesc="A set of modules for parsing and evaluating XPath statements"
 arch=('any')
 url="https://metacpan.org/release/XML-XPath";
@@ -10,7 +10,7 @@
 depends=('perl' 'perl-xml-parser')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/XML-XPath-$pkgver.tar.gz";)
-sha1sums=('addb3668a25ba45b7242bd2ff78a1f704d6edf14')
+sha1sums=('5eacae3028a3c250a5667d4b56ba3678ccbd0ab9')
 
 build() {
   cd "${srcdir}/XML-XPath-${pkgver}"


[arch-commits] Commit in perl-www-mechanize/repos/community-any (PKGBUILD PKGBUILD)

2018-10-26 Thread Sergej Pupykin via arch-commits
Date: Friday, October 26, 2018 @ 11:41:04
  Author: spupykin
Revision: 399104

archrelease: copy trunk to community-any

Added:
  perl-www-mechanize/repos/community-any/PKGBUILD
(from rev 399103, perl-www-mechanize/trunk/PKGBUILD)
Deleted:
  perl-www-mechanize/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 11:40:53 UTC (rev 399103)
+++ PKGBUILD2018-10-26 11:41:04 UTC (rev 399104)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-www-mechanize
-pkgver=1.88
-pkgrel=1
-pkgdesc="Automates web page form & link interaction"
-arch=(any)
-url="http://search.cpan.org/dist/WWW-Mechanize";
-license=('GPL' 'PerlArtistic')
-depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
-'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
-sha256sums=('36d97e778ab911ab5a762d551541686cbf3463c571f474322f7b5da77f50a879')
-
-build() {
-  cd  "$srcdir"/WWW-Mechanize-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/WWW-Mechanize-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-www-mechanize/repos/community-any/PKGBUILD (from rev 399103, 
perl-www-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 11:41:04 UTC (rev 399104)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-www-mechanize
+pkgver=1.89
+pkgrel=1
+pkgdesc="Automates web page form & link interaction"
+arch=(any)
+url="http://search.cpan.org/dist/WWW-Mechanize";
+license=('GPL' 'PerlArtistic')
+depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
+'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
+sha256sums=('b09e88254b5f9a1b3ea38b3998a308e0e8b0d23e724c1337e2d146bc8519bdd7')
+
+build() {
+  cd  "$srcdir"/WWW-Mechanize-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/WWW-Mechanize-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


  1   2   >