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

2017-07-13 Thread Felix Yan
Date: Friday, July 14, 2017 @ 05:39:24
  Author: felixonmars
Revision: 245041

upgpkg: deepin-help 15.4.7-1

Modified:
  deepin-help/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-14 03:33:56 UTC (rev 245040)
+++ PKGBUILD2017-07-14 05:39:24 UTC (rev 245041)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-help
-pkgver=15.4.6
+pkgver=15.4.7
 pkgrel=1
 pkgdesc='Help files for DDE'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('deepin-manual')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-help/archive/$pkgver.tar.gz;)
-sha512sums=('b6b486acfbd1d9022fe109d02f06db6464446072e34baab13b97f5d8fbc4568a56e85bfd432b10b70eb32d6b831eda160739b02bf5ad188047bdc5e05fb02b0d')
+sha512sums=('1413a072bd7046e30e32d0b8ae9a091bafefaa115f2a2a0ad98f816ba06c577c30efe51c7b386744cc4dafd3f8fb8e06ec105e4c2f9130f8838e91ab815367b0')
 
 package() {
   cd dde-help-$pkgver


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

2017-07-13 Thread Felix Yan
Date: Friday, July 14, 2017 @ 05:39:42
  Author: felixonmars
Revision: 245042

archrelease: copy trunk to community-any

Added:
  deepin-help/repos/community-any/PKGBUILD
(from rev 245041, deepin-help/trunk/PKGBUILD)
Deleted:
  deepin-help/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-14 05:39:24 UTC (rev 245041)
+++ PKGBUILD2017-07-14 05:39:42 UTC (rev 245042)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-help
-pkgver=15.4.6
-pkgrel=1
-pkgdesc='Help files for DDE'
-arch=('any')
-url="https://github.com/linuxdeepin/dde-help;
-license=('GPL3')
-depends=('deepin-manual')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-help/archive/$pkgver.tar.gz;)
-sha512sums=('b6b486acfbd1d9022fe109d02f06db6464446072e34baab13b97f5d8fbc4568a56e85bfd432b10b70eb32d6b831eda160739b02bf5ad188047bdc5e05fb02b0d')
-
-package() {
-  cd dde-help-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-help/repos/community-any/PKGBUILD (from rev 245041, 
deepin-help/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-14 05:39:42 UTC (rev 245042)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-help
+pkgver=15.4.7
+pkgrel=1
+pkgdesc='Help files for DDE'
+arch=('any')
+url="https://github.com/linuxdeepin/dde-help;
+license=('GPL3')
+depends=('deepin-manual')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-help/archive/$pkgver.tar.gz;)
+sha512sums=('1413a072bd7046e30e32d0b8ae9a091bafefaa115f2a2a0ad98f816ba06c577c30efe51c7b386744cc4dafd3f8fb8e06ec105e4c2f9130f8838e91ab815367b0')
+
+package() {
+  cd dde-help-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-07-13 Thread Felix Yan
Date: Friday, July 14, 2017 @ 04:29:24
  Author: felixonmars
Revision: 300521

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  170 ++---
 1 file changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-14 04:29:06 UTC (rev 300520)
+++ PKGBUILD2017-07-14 04:29:24 UTC (rev 300521)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=36.0.1
-pkgrel=2
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
- 'python2-pip')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('f56da02d41e98dee954b6f08d4d97906f1f7d1edacd88f3a6c547c93e76fc8f90bf8d63013f3a2b8309a8f6e4c7e427c6271030af2d5854768c73fe45a0d06ca')
-
-prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
-
-  rm -r setuptools-$pkgver/pkg_resources/_vendor
-
-  # 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
-
-  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
-  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-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=('python-packaging' 'python-appdirs')
-  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=('python2-packaging' 'python2-appdirs')
-  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 300520, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-14 04:29:24 UTC (rev 300521)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=36.2.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+ 'python2-pip')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
+sha512sums=('579e63feb9f5ea33e29f4ae3a2736a2cfd18e83927775a56553dbe34bcfa32f325457204333d4f183759dbcd57e4ad7f8b166fcfbf626db597b18e14bbcd9ea4')
+
+prepare() {
+  # Don't download and install deps
+  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
+
+  rm -r setuptools-$pkgver/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i 

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

2017-07-13 Thread Felix Yan
Date: Friday, July 14, 2017 @ 04:29:06
  Author: felixonmars
Revision: 300520

upgpkg: python-setuptools 1:36.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 21:15:57 UTC (rev 300519)
+++ PKGBUILD2017-07-14 04:29:06 UTC (rev 300520)
@@ -4,8 +4,8 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=36.0.1
-pkgrel=2
+pkgver=36.2.0
+pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')
@@ -16,7 +16,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
   'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('f56da02d41e98dee954b6f08d4d97906f1f7d1edacd88f3a6c547c93e76fc8f90bf8d63013f3a2b8309a8f6e4c7e427c6271030af2d5854768c73fe45a0d06ca')
+sha512sums=('579e63feb9f5ea33e29f4ae3a2736a2cfd18e83927775a56553dbe34bcfa32f325457204333d4f183759dbcd57e4ad7f8b166fcfbf626db597b18e14bbcd9ea4')
 
 prepare() {
   # Don't download and install deps


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

2017-07-13 Thread Kyle Keen
Date: Friday, July 14, 2017 @ 03:33:56
  Author: kkeen
Revision: 245040

archrelease: copy trunk to community-i686, community-x86_64

Added:
  zeromq/repos/community-i686/PKGBUILD
(from rev 245039, zeromq/trunk/PKGBUILD)
  zeromq/repos/community-x86_64/PKGBUILD
(from rev 245039, zeromq/trunk/PKGBUILD)
Deleted:
  zeromq/repos/community-i686/PKGBUILD
  zeromq/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  108 
 community-i686/PKGBUILD   |   53 -
 community-x86_64/PKGBUILD |   53 -
 3 files changed, 108 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-14 03:33:36 UTC (rev 245039)
+++ community-i686/PKGBUILD 2017-07-14 03:33:56 UTC (rev 245040)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=zeromq
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
-arch=('i686' 'x86_64')
-url="http://www.zeromq.org;
-license=('LGPL')
-depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
-makedepends=('asciidoc' 'xmlto')
-options=('staticlibs')
-# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
-source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
-'https://raw.githubusercontent.com/zeromq/cppzmq/1fdf3d1/zmq.hpp')
-sha256sums=('27d1e82a099228ee85a7ddb2260f40830212402c605a4a10b5e5498a7e0e9d03'
-'88d5978e7c7220e71aa7aa255081e7e01502d18d89f2eb9d42b96a43bb642293')
-
-prepare() {
-  # Needed for new libsodium
-  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr --with-pgm --with-libsodium \
---with-documentation --enable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # this will fail if zmq.hpp is out of date
-  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
-  rm -f test.o
-
-  # 10/63 tests fail on the build server
-  # 100% pass on my local box?
-  return 0
-  if [[ $CARCH == 'i686' ]]; then
-return 0
-  fi
-  make -k check
-}
-
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
-}
-

Copied: zeromq/repos/community-i686/PKGBUILD (from rev 245039, 
zeromq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-14 03:33:56 UTC (rev 245040)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=zeromq
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
+arch=('i686' 'x86_64')
+url="http://www.zeromq.org;
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
+makedepends=('asciidoc' 'xmlto')
+options=('staticlibs')
+# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
+source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
+
"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp;)
+sha256sums=('5b23f4ca9ef545d5bd3af55d305765e3ee06b986263b31967435d285a3e6df6b'
+'02b73219656df3ffe3b231c7d0326e754a738ef2a83c8e94cd1e47d22cdd9535')
+
+prepare() {
+  # Needed for new libsodium
+  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
+  cp zmq.hpp.$pkgver zmq.hpp
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium \
+--with-documentation --enable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # this will fail if zmq.hpp is out of date
+  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
+  rm -f test.o
+
+  # 10/63 tests fail on the build server
+  # 100% pass on my local box?
+  return 0
+  if [[ $CARCH == 'i686' ]]; then
+return 0
+  fi
+  make -k check
+}
+
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-14 03:33:36 UTC (rev 245039)
+++ community-x86_64/PKGBUILD   2017-07-14 03:33:56 UTC (rev 245040)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=zeromq
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
-arch=('i686' 'x86_64')
-url="http://www.zeromq.org;
-license=('LGPL')
-depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
-makedepends=('asciidoc' 'xmlto')
-options=('staticlibs')
-# 

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

2017-07-13 Thread Kyle Keen
Date: Friday, July 14, 2017 @ 03:33:36
  Author: kkeen
Revision: 245039

upgpkg: zeromq 4.2.2-1 and PIE rebuild

Modified:
  zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-14 02:37:43 UTC (rev 245038)
+++ PKGBUILD2017-07-14 03:33:36 UTC (rev 245039)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Kyle Keen 
 pkgname=zeromq
-pkgver=4.2.1
+pkgver=4.2.2
 pkgrel=1
 pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
 arch=('i686' 'x86_64')
@@ -12,13 +12,14 @@
 options=('staticlibs')
 # "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
 
source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
-'https://raw.githubusercontent.com/zeromq/cppzmq/1fdf3d1/zmq.hpp')
-sha256sums=('27d1e82a099228ee85a7ddb2260f40830212402c605a4a10b5e5498a7e0e9d03'
-'88d5978e7c7220e71aa7aa255081e7e01502d18d89f2eb9d42b96a43bb642293')
+
"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp;)
+sha256sums=('5b23f4ca9ef545d5bd3af55d305765e3ee06b986263b31967435d285a3e6df6b'
+'02b73219656df3ffe3b231c7d0326e754a738ef2a83c8e94cd1e47d22cdd9535')
 
 prepare() {
   # Needed for new libsodium
   sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
+  cp zmq.hpp.$pkgver zmq.hpp
 }
 
 build() {


[arch-commits] Commit in rtl-sdr/repos (12 files)

2017-07-13 Thread Kyle Keen
Date: Friday, July 14, 2017 @ 02:37:43
  Author: kkeen
Revision: 245038

archrelease: copy trunk to community-i686, community-x86_64

Added:
  rtl-sdr/repos/community-i686/PKGBUILD
(from rev 245037, rtl-sdr/trunk/PKGBUILD)
  rtl-sdr/repos/community-i686/rtl-sdr.install
(from rev 245037, rtl-sdr/trunk/rtl-sdr.install)
  rtl-sdr/repos/community-i686/rtlsdr.conf
(from rev 245037, rtl-sdr/trunk/rtlsdr.conf)
  rtl-sdr/repos/community-x86_64/PKGBUILD
(from rev 245037, rtl-sdr/trunk/PKGBUILD)
  rtl-sdr/repos/community-x86_64/rtl-sdr.install
(from rev 245037, rtl-sdr/trunk/rtl-sdr.install)
  rtl-sdr/repos/community-x86_64/rtlsdr.conf
(from rev 245037, rtl-sdr/trunk/rtlsdr.conf)
Deleted:
  rtl-sdr/repos/community-i686/PKGBUILD
  rtl-sdr/repos/community-i686/rtl-sdr.install
  rtl-sdr/repos/community-i686/rtlsdr.conf
  rtl-sdr/repos/community-x86_64/PKGBUILD
  rtl-sdr/repos/community-x86_64/rtl-sdr.install
  rtl-sdr/repos/community-x86_64/rtlsdr.conf

--+
 /PKGBUILD|  100 +
 /rtl-sdr.install |   16 +
 /rtlsdr.conf |8 ++
 community-i686/PKGBUILD  |   50 --
 community-i686/rtl-sdr.install   |8 --
 community-i686/rtlsdr.conf   |4 -
 community-x86_64/PKGBUILD|   50 --
 community-x86_64/rtl-sdr.install |8 --
 community-x86_64/rtlsdr.conf |4 -
 9 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-14 02:37:17 UTC (rev 245037)
+++ community-i686/PKGBUILD 2017-07-14 02:37:43 UTC (rev 245038)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Michael Düll 
-
-pkgname=rtl-sdr
-# they are just starting to play with tags
-# consider using tags for the pkgver in the future
-pkgver=20140210
-_commit=6ee55736064
-pkgrel=2
-pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR)."
-arch=('i686' 'x86_64')
-url="http://sdr.osmocom.org/trac/wiki/rtl-sdr;
-license=('GPL')
-depends=('libusb>=1.0')
-makedepends=('git' 'cmake')
-conflicts=('rtl-sdr-git')
-options=('staticlibs') 
-install=rtl-sdr.install
-source=("git://git.osmocom.org/rtl-sdr.git#commit=$_commit"
-'rtlsdr.conf')
-md5sums=('SKIP'
- '9c65be40f8916a220e3f55b819897331')
-
-_gitname="rtl-sdr"
-
-# todo: fix upstream's udev rule location and group
-
-pkgver() {
-  cd "$srcdir/$_gitname"
-  git show -s --format="%ci" HEAD | sed -e 's/-//g' -e 's/ .*//'
-}
-
-build() {
-  cd "$srcdir/$_gitname"
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DDETACH_KERNEL_DRIVER=ON -Wno-dev ../
-  make
-}
-
-package() {
-  cd "$srcdir/$_gitname/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$_gitname/rtl-sdr.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules"
-  install -Dm644 "$srcdir/rtlsdr.conf" "$pkgdir/etc/modprobe.d/rtlsdr.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rtl-sdr/repos/community-i686/PKGBUILD (from rev 245037, 
rtl-sdr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-14 02:37:43 UTC (rev 245038)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Michael Düll 
+
+pkgname=rtl-sdr
+# they are just starting to play with tags
+# consider using tags for the pkgver in the future
+pkgver=20140210
+_commit=6ee55736064
+pkgrel=3
+pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR)."
+arch=('i686' 'x86_64')
+url="http://sdr.osmocom.org/trac/wiki/rtl-sdr;
+license=('GPL')
+depends=('libusb>=1.0')
+makedepends=('git' 'cmake')
+conflicts=('rtl-sdr-git')
+options=('staticlibs') 
+install=rtl-sdr.install
+source=("git://git.osmocom.org/rtl-sdr.git#commit=$_commit"
+'rtlsdr.conf')
+md5sums=('SKIP'
+ '9c65be40f8916a220e3f55b819897331')
+
+_gitname="rtl-sdr"
+
+# todo: fix upstream's udev rule location and group
+
+pkgver() {
+  cd "$srcdir/$_gitname"
+  git show -s --format="%ci" HEAD | sed -e 's/-//g' -e 's/ .*//'
+}
+
+build() {
+  cd "$srcdir/$_gitname"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DDETACH_KERNEL_DRIVER=ON -Wno-dev ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_gitname/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$_gitname/rtl-sdr.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules"
+  install -Dm644 "$srcdir/rtlsdr.conf" "$pkgdir/etc/modprobe.d/rtlsdr.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/rtl-sdr.install
===
--- community-i686/rtl-sdr.install  

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

2017-07-13 Thread Kyle Keen
Date: Friday, July 14, 2017 @ 02:37:17
  Author: kkeen
Revision: 245037

upgpkg: rtl-sdr 20140210-3 PIE rebuild

Modified:
  rtl-sdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-14 02:31:48 UTC (rev 245036)
+++ PKGBUILD2017-07-14 02:37:17 UTC (rev 245037)
@@ -7,7 +7,7 @@
 # consider using tags for the pkgver in the future
 pkgver=20140210
 _commit=6ee55736064
-pkgrel=2
+pkgrel=3
 pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR)."
 arch=('i686' 'x86_64')
 url="http://sdr.osmocom.org/trac/wiki/rtl-sdr;


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

2017-07-13 Thread Kyle Keen
Date: Friday, July 14, 2017 @ 02:31:48
  Author: kkeen
Revision: 245036

archrelease: copy trunk to community-i686, community-x86_64

Added:
  jansson/repos/community-i686/PKGBUILD
(from rev 245035, jansson/trunk/PKGBUILD)
  jansson/repos/community-x86_64/PKGBUILD
(from rev 245035, jansson/trunk/PKGBUILD)
Deleted:
  jansson/repos/community-i686/PKGBUILD
  jansson/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-14 02:31:21 UTC (rev 245035)
+++ community-i686/PKGBUILD 2017-07-14 02:31:48 UTC (rev 245036)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dave Reisner 
-
-pkgname=jansson
-pkgver=2.10
-pkgrel=1
-pkgdesc='C library for encoding, decoding and manipulating JSON data'
-arch=('i686' 'x86_64')
-url='http://www.digip.org/jansson/'
-depends=('glibc')
-license=('MIT')
-options=('staticlibs')
-source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8f85f653fba3ac8220ad8f2f47646ef1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jansson/repos/community-i686/PKGBUILD (from rev 245035, 
jansson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-14 02:31:48 UTC (rev 245036)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dave Reisner 
+
+pkgname=jansson
+pkgver=2.10
+pkgrel=2
+pkgdesc='C library for encoding, decoding and manipulating JSON data'
+arch=('i686' 'x86_64')
+url='http://www.digip.org/jansson/'
+depends=('glibc')
+license=('MIT')
+options=('staticlibs')
+source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8f85f653fba3ac8220ad8f2f47646ef1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-14 02:31:21 UTC (rev 245035)
+++ community-x86_64/PKGBUILD   2017-07-14 02:31:48 UTC (rev 245036)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dave Reisner 
-
-pkgname=jansson
-pkgver=2.10
-pkgrel=1
-pkgdesc='C library for encoding, decoding and manipulating JSON data'
-arch=('i686' 'x86_64')
-url='http://www.digip.org/jansson/'
-depends=('glibc')
-license=('MIT')
-options=('staticlibs')
-source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8f85f653fba3ac8220ad8f2f47646ef1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jansson/repos/community-x86_64/PKGBUILD (from rev 245035, 
jansson/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-14 02:31:48 UTC (rev 245036)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dave Reisner 
+
+pkgname=jansson
+pkgver=2.10
+pkgrel=2
+pkgdesc='C library for encoding, decoding and manipulating JSON data'
+arch=('i686' 'x86_64')
+url='http://www.digip.org/jansson/'
+depends=('glibc')
+license=('MIT')
+options=('staticlibs')
+source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8f85f653fba3ac8220ad8f2f47646ef1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-07-13 Thread Kyle Keen
Date: Friday, July 14, 2017 @ 02:31:21
  Author: kkeen
Revision: 245035

upgpkg: jansson 2.10-2 PIE rebuild

Modified:
  jansson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 21:59:36 UTC (rev 245034)
+++ PKGBUILD2017-07-14 02:31:21 UTC (rev 245035)
@@ -4,7 +4,7 @@
 
 pkgname=jansson
 pkgver=2.10
-pkgrel=1
+pkgrel=2
 pkgdesc='C library for encoding, decoding and manipulating JSON data'
 arch=('i686' 'x86_64')
 url='http://www.digip.org/jansson/'


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

2017-07-13 Thread Christian Hesse
Date: Thursday, July 13, 2017 @ 21:59:36
  Author: eworm
Revision: 245034

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
(from rev 245033, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
(from rev 245033, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 245033, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install
(from rev 245033, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  160 +
 /virtualbox-modules-arch.install |   46 +++
 community-testing-i686/PKGBUILD  |   80 --
 community-testing-i686/virtualbox-modules-arch.install   |   23 -
 community-testing-x86_64/PKGBUILD|   80 --
 community-testing-x86_64/virtualbox-modules-arch.install |   23 -
 6 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-07-13 21:59:04 UTC (rev 245033)
+++ community-testing-i686/PKGBUILD 2017-07-13 21:59:36 UTC (rev 245034)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.22
-pkgrel=9
-# remember to also adjust the .install file!
-_linux_major=4
-_linux_minor=12
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=("linux>=${_linux_major}.${_linux_minor}"
- "linux<${_linux_major}.$((_linux_minor+1))"
- "linux-headers>=${_linux_major}.${_linux_minor}"
- "linux-headers<${_linux_major}.$((_linux_minor+1))"
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=("linux>=${_linux_major}.${_linux_minor}"
-   "linux<${_linux_major}.$((_linux_minor+1))")
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=("linux>=${_linux_major}.${_linux_minor}"
-   "linux<${_linux_major}.$((_linux_minor+1))")
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-
-
-
-
-
-
-

Copied: virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD (from rev 
245033, virtualbox-modules-arch/trunk/PKGBUILD)

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

2017-07-13 Thread Christian Hesse
Date: Thursday, July 13, 2017 @ 21:59:04
  Author: eworm
Revision: 245033

upgpkg: virtualbox-modules-arch 5.1.22-10

rebuild with latest dkms sources

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 21:50:07 UTC (rev 245032)
+++ PKGBUILD2017-07-13 21:59:04 UTC (rev 245033)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.22
-pkgrel=9
+pkgrel=10
 # remember to also adjust the .install file!
 _linux_major=4
 _linux_minor=12


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

2017-07-13 Thread Christian Hesse
Date: Thursday, July 13, 2017 @ 21:50:07
  Author: eworm
Revision: 245032

archrelease: copy trunk to community-i686, community-x86_64

Added:
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 245031, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 245031, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 245031, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 245031, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 245031, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/008-no-vboxvideo.patch
(from rev 245031, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-i686/009-gcc-7.patch
(from rev 245031, virtualbox/trunk/009-gcc-7.patch)
  virtualbox/repos/community-i686/010-linux-4.12.patch
(from rev 245031, virtualbox/trunk/010-linux-4.12.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 245031, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 245031, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 245031, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 245031, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/build.sh
(from rev 245031, virtualbox/trunk/build.sh)
  virtualbox/repos/community-i686/vboxreload
(from rev 245031, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 245031, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 245031, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 245031, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 245031, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.conf
(from rev 245031, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 245031, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 245031, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox-host-dkms.conf
(from rev 245031, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 245031, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 245031, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-i686/virtualbox.sysusers
(from rev 245031, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 245031, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 245031, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 245031, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 245031, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 245031, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
(from rev 245031, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-x86_64/009-gcc-7.patch
(from rev 245031, virtualbox/trunk/009-gcc-7.patch)
  virtualbox/repos/community-x86_64/010-linux-4.12.patch
(from rev 245031, virtualbox/trunk/010-linux-4.12.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 245031, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 245031, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 245031, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 245031, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 245031, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 245031, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 245031, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 245031, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service

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

2017-07-13 Thread Christian Hesse
Date: Thursday, July 13, 2017 @ 21:48:56
  Author: eworm
Revision: 245031

archrelease: copy trunk to community-i686, community-x86_64

Added:
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 245030, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 245030, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 245030, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 245030, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 245030, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/008-no-vboxvideo.patch
(from rev 245030, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-i686/009-gcc-7.patch
(from rev 245030, virtualbox/trunk/009-gcc-7.patch)
  virtualbox/repos/community-i686/010-linux-4.12.patch
(from rev 245030, virtualbox/trunk/010-linux-4.12.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 245030, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 245030, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 245030, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 245030, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/build.sh
(from rev 245030, virtualbox/trunk/build.sh)
  virtualbox/repos/community-i686/vboxreload
(from rev 245030, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 245030, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 245030, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 245030, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 245030, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.conf
(from rev 245030, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 245030, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 245030, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox-host-dkms.conf
(from rev 245030, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 245030, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 245030, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-i686/virtualbox.sysusers
(from rev 245030, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 245030, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 245030, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 245030, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 245030, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 245030, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
(from rev 245030, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-x86_64/009-gcc-7.patch
(from rev 245030, virtualbox/trunk/009-gcc-7.patch)
  virtualbox/repos/community-x86_64/010-linux-4.12.patch
(from rev 245030, virtualbox/trunk/010-linux-4.12.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 245030, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 245030, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 245030, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 245030, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 245030, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 245030, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 245030, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 245030, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service

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

2017-07-13 Thread Christian Hesse
Date: Thursday, July 13, 2017 @ 21:47:41
  Author: eworm
Revision: 245030

archrelease: copy trunk to community-i686, community-x86_64

Added:
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 245029, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 245029, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 245029, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 245029, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 245029, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/008-no-vboxvideo.patch
(from rev 245029, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-i686/009-gcc-7.patch
(from rev 245029, virtualbox/trunk/009-gcc-7.patch)
  virtualbox/repos/community-i686/010-linux-4.12.patch
(from rev 245029, virtualbox/trunk/010-linux-4.12.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 245029, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 245029, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 245029, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 245029, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/build.sh
(from rev 245029, virtualbox/trunk/build.sh)
  virtualbox/repos/community-i686/vboxreload
(from rev 245029, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 245029, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 245029, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 245029, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 245029, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.conf
(from rev 245029, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 245029, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 245029, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox-host-dkms.conf
(from rev 245029, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 245029, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 245029, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-i686/virtualbox.sysusers
(from rev 245029, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 245029, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 245029, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 245029, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 245029, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 245029, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
(from rev 245029, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-x86_64/009-gcc-7.patch
(from rev 245029, virtualbox/trunk/009-gcc-7.patch)
  virtualbox/repos/community-x86_64/010-linux-4.12.patch
(from rev 245029, virtualbox/trunk/010-linux-4.12.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 245029, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 245029, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 245029, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 245029, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 245029, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 245029, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 245029, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 245029, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service

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

2017-07-13 Thread Christian Hesse
Date: Thursday, July 13, 2017 @ 21:46:18
  Author: eworm
Revision: 245029

archrelease: copy trunk to community-i686, community-x86_64

Added:
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 245028, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 245028, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 245028, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 245028, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 245028, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/008-no-vboxvideo.patch
(from rev 245028, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-i686/009-gcc-7.patch
(from rev 245028, virtualbox/trunk/009-gcc-7.patch)
  virtualbox/repos/community-i686/010-linux-4.12.patch
(from rev 245028, virtualbox/trunk/010-linux-4.12.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 245028, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 245028, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 245028, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 245028, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/build.sh
(from rev 245028, virtualbox/trunk/build.sh)
  virtualbox/repos/community-i686/vboxreload
(from rev 245028, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 245028, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 245028, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 245028, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 245028, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.conf
(from rev 245028, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 245028, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 245028, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox-host-dkms.conf
(from rev 245028, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 245028, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 245028, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-i686/virtualbox.sysusers
(from rev 245028, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 245028, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 245028, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 245028, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 245028, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 245028, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
(from rev 245028, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-x86_64/009-gcc-7.patch
(from rev 245028, virtualbox/trunk/009-gcc-7.patch)
  virtualbox/repos/community-x86_64/010-linux-4.12.patch
(from rev 245028, virtualbox/trunk/010-linux-4.12.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 245028, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 245028, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 245028, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 245028, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 245028, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 245028, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 245028, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 245028, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service

[arch-commits] Commit in virtualbox/trunk (010-linux-4.12.patch PKGBUILD)

2017-07-13 Thread Christian Hesse
Date: Thursday, July 13, 2017 @ 21:45:47
  Author: eworm
Revision: 245028

upgpkg: virtualbox 5.1.22-5

Updated patch for linux 4.12, thanks again to Ike Devolder!

Modified:
  virtualbox/trunk/010-linux-4.12.patch
  virtualbox/trunk/PKGBUILD

--+
 010-linux-4.12.patch |  146 -
 PKGBUILD |4 -
 2 files changed, 86 insertions(+), 64 deletions(-)

Modified: 010-linux-4.12.patch
===
--- 010-linux-4.12.patch2017-07-13 21:10:59 UTC (rev 245027)
+++ 010-linux-4.12.patch2017-07-13 21:45:47 UTC (rev 245028)
@@ -1,86 +1,108 @@
-From 73a6d28417871bd5b7535e88a50a3ce60fa1ecfc Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Wed, 5 Jul 2017 14:15:18 +0200
-Subject: [PATCH 1/1] linux 4.12

- src/VBox/Additions/linux/drm/vbox_ttm.c   |  6 ++
- src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c | 19 +++
- src/VBox/Runtime/r0drv/linux/the-linux-kernel.h   |  5 +
- 3 files changed, 30 insertions(+)
-
-diff --git a/src/VBox/Additions/linux/drm/vbox_ttm.c 
b/src/VBox/Additions/linux/drm/vbox_ttm.c
-index 57dd087..83f8122 100644
 a/src/VBox/Additions/linux/drm/vbox_ttm.c
-+++ b/src/VBox/Additions/linux/drm/vbox_ttm.c
-@@ -275,11 +275,17 @@ struct ttm_bo_driver vbox_bo_driver = {
- .ttm_tt_populate = vbox_ttm_tt_populate,
- .ttm_tt_unpopulate = vbox_ttm_tt_unpopulate,
- .init_mem_type = vbox_bo_init_mem_type,
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0)
-+.eviction_valuable = ttm_bo_eviction_valuable,
-+#endif
- .evict_flags = vbox_bo_evict_flags,
- .move = vbox_bo_move,
- .verify_access = vbox_bo_verify_access,
- .io_mem_reserve = _ttm_io_mem_reserve,
- .io_mem_free = _ttm_io_mem_free,
+diff --git a/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c 
b/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
+index 0beb736..20cae7c 100644
+--- a/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
 b/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
+@@ -1397,7 +1397,7 @@ RTDECL(int) SUPR0Printf(const char *pszFormat, ...)
+ SUPR0DECL(uint32_t) SUPR0GetKernelFeatures(void)
+ {
+ uint32_t fFlags = 0;
+-#ifdef CONFIG_PAX_KERNEXEC
++#if defined(CONFIG_PAX_KERNEXEC) || LINUX_VERSION_CODE >= KERNEL_VERSION(4, 
12, 0)
+ fFlags |= SUPKERNELFEATURES_GDT_READ_ONLY;
+ #endif
+ #if defined(VBOX_STRICT) || defined(VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV)
+diff --git a/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c 
b/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c
+index e011867..4576a74 100644
+--- a/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c
 b/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c
+@@ -35,6 +35,9 @@
+ #include 
+ #include 
+ #include "r0drv/alloc-r0drv.h"
 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
-+.io_mem_pfn = ttm_bo_default_io_mem_pfn,
++#include 
 +#endif
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0) && LINUX_VERSION_CODE < 
KERNEL_VERSION(4, 11, 0)
- .lru_tail = _bo_default_lru_tail,
- .swap_lru_tail = _bo_default_swap_lru_tail,
+ 
+ 
+ #if (defined(RT_ARCH_AMD64) || defined(DOXYGEN_RUNNING)) && 
!defined(RTMEMALLOC_EXEC_HEAP)
 diff --git a/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c 
b/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
-index 4bc2a9b..0f74ada 100644
+index 4bc2a9b..2b5af61 100644
 --- a/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
 +++ b/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
-@@ -902,6 +902,9 @@ static struct page *rtR0MemObjLinuxVirtToPage(void *pv)
+@@ -899,6 +899,9 @@ static struct page *rtR0MemObjLinuxVirtToPage(void *pv)
+ unsigned long   pfn;
+ struct page*pPage;
+ pte_t  *pEntry;
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
++p4d_t p4d;
++#endif
  union
  {
  pgd_t   Global;
+@@ -917,9 +920,18 @@ static struct page *rtR0MemObjLinuxVirtToPage(void *pv)
+ u.Global = *pgd_offset(current->active_mm, ulAddr);
+ if (RT_UNLIKELY(pgd_none(u.Global)))
+ return NULL;
 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
-+p4d_t   Four;
++p4d = *p4d_offset(, ulAddr);
++if (RT_UNLIKELY(p4d_none(p4d) || p4d_large(p4d) || !p4d_present(p4d)))
++return NULL;
 +#endif
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 11)
- pud_t   Upper;
- #endif
-@@ -919,7 +922,23 @@ static struct page *rtR0MemObjLinuxVirtToPage(void *pv)
- return NULL;
  
  #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 11)
-+# if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
-+u.Four  = *p4d_offset(, ulAddr);
-+if (RT_UNLIKELY(p4d_none(u.Four)))
-+return NULL;
-+if (p4d_large(u.Four))
-+{
-+pPage = p4d_page(u.Four);
-+AssertReturn(pPage, NULL);
-+pfn   = page_to_pfn(pPage);  /* doing the safe way... */
-+AssertCompile(P4D_SHIFT - 

[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 21:14:15
  Author: heftig
Revision: 300516

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 300515, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 300515, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-07-13 21:14:15 UTC (rev 300516)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+_commit=7d2c913dcd1be083350d97a8cb1eba24cfacbc8a  # master
+pkgver=20170622.7d2c913
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit};)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 21:08:26
  Author: heftig
Revision: 300509

20170622.7d2c913-1

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 20:15:08 UTC (rev 300508)
+++ PKGBUILD2017-07-13 21:08:26 UTC (rev 300509)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=linux-firmware
-_commit=ade8332383e228cbdcfc605b5e5ef3aa51211401  # master
-pkgver=20170422.ade8332
+_commit=7d2c913dcd1be083350d97a8cb1eba24cfacbc8a  # master
+pkgver=20170622.7d2c913
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')


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

2017-07-13 Thread Bartłomiej Piotrowski
Date: Thursday, July 13, 2017 @ 21:04:46
  Author: bpiotrowski
Revision: 245025

1.6-10: PIE static libraries rebuild

Modified:
  luxrays/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 20:51:08 UTC (rev 245024)
+++ PKGBUILD2017-07-13 21:04:46 UTC (rev 245025)
@@ -3,7 +3,7 @@
 pkgname='luxrays'
 pkgver=1.6
 _pkgver=61352e6aae3f
-pkgrel=9
+pkgrel=10
 pkgdesc="Accelerate the ray intersection process by using GPUs"
 arch=('x86_64')
 url="http://www.luxrender.net/;


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

2017-07-13 Thread Bartłomiej Piotrowski
Date: Thursday, July 13, 2017 @ 21:04:51
  Author: bpiotrowski
Revision: 245026

archrelease: copy trunk to community-x86_64

Added:
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 245025, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-x86_64/force_python3.diff
(from rev 245025, luxrays/trunk/force_python3.diff)
Deleted:
  luxrays/repos/community-x86_64/PKGBUILD
  luxrays/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  116 +--
 force_python3.diff |   24 +-
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-13 21:04:46 UTC (rev 245025)
+++ PKGBUILD2017-07-13 21:04:51 UTC (rev 245026)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname='luxrays'
-pkgver=1.6
-_pkgver=61352e6aae3f
-pkgrel=9
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('x86_64')
-url="http://www.luxrender.net/;
-license=('GPL')
-depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
-makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
-optdepends=('amdapp-sdk: OpenCL support for AMD GPUs' \
-'intel-opencl-runtime: OpenCL support for Intel CPUs' \
-'glew: demos (SmallLuxGPU etc.)' \
-'gtk3: luxcoreui'
-'freeglut: demos (SmallLuxGPU etc.)' \
-'boost-libs: demos (SmallLuxGPU etc.)')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
-force_python3.diff)
-md5sums=('4c8df34d90dc04b50a180b945041cd92'
- '36c9823246c2b575415c1709e065727c')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxrays-$_pkgver
-
-  # force python3 for boost
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF
-  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
-  # thanks bartus from AUR for the fix
-  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include "$pkgdir"/usr
-
-  # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.6/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 245025, 
luxrays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-13 21:04:51 UTC (rev 245026)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.6
+_pkgver=61352e6aae3f
+pkgrel=10
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/;
+license=('GPL')
+depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
+optdepends=('amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+'glew: demos (SmallLuxGPU etc.)' \
+'gtk3: luxcoreui'
+'freeglut: demos (SmallLuxGPU etc.)' \
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
+force_python3.diff)
+md5sums=('4c8df34d90dc04b50a180b945041cd92'
+ '36c9823246c2b575415c1709e065727c')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  # force python3 for boost
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
+  # thanks bartus from AUR for the fix
+  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.6/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: 

[arch-commits] Commit in plib/repos (8 files)

2017-07-13 Thread Bartłomiej Piotrowski
Date: Thursday, July 13, 2017 @ 20:51:08
  Author: bpiotrowski
Revision: 245024

archrelease: copy trunk to community-i686, community-x86_64

Added:
  plib/repos/community-i686/ChangeLog
(from rev 245023, plib/trunk/ChangeLog)
  plib/repos/community-i686/PKGBUILD
(from rev 245023, plib/trunk/PKGBUILD)
  plib/repos/community-x86_64/ChangeLog
(from rev 245023, plib/trunk/ChangeLog)
  plib/repos/community-x86_64/PKGBUILD
(from rev 245023, plib/trunk/PKGBUILD)
Deleted:
  plib/repos/community-i686/ChangeLog
  plib/repos/community-i686/PKGBUILD
  plib/repos/community-x86_64/ChangeLog
  plib/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   24 +
 /PKGBUILD  |   60 +++
 community-i686/ChangeLog   |   12 
 community-i686/PKGBUILD|   31 --
 community-x86_64/ChangeLog |   12 
 community-x86_64/PKGBUILD  |   31 --
 6 files changed, 84 insertions(+), 86 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2017-07-13 20:50:58 UTC (rev 245023)
+++ community-i686/ChangeLog2017-07-13 20:51:08 UTC (rev 245024)
@@ -1,12 +0,0 @@
-2008-10-04  Eric Belanger  
-
-   * plib 1.8.5-1.1
-   * Built with PIC for x86_64
-
-2008-03-20  Eric Belanger  
-
-   * plib 1.8.5-1
-   * Upstream update
-   * Fixed license
-   * Added makedepends
-   * Added ChangeLog

Copied: plib/repos/community-i686/ChangeLog (from rev 245023, 
plib/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2017-07-13 20:51:08 UTC (rev 245024)
@@ -0,0 +1,12 @@
+2008-10-04  Eric Belanger  
+
+   * plib 1.8.5-1.1
+   * Built with PIC for x86_64
+
+2008-03-20  Eric Belanger  
+
+   * plib 1.8.5-1
+   * Upstream update
+   * Fixed license
+   * Added makedepends
+   * Added ChangeLog

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-13 20:50:58 UTC (rev 245023)
+++ community-i686/PKGBUILD 2017-07-13 20:51:08 UTC (rev 245024)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=plib
-pkgver=1.8.5
-pkgrel=5
-pkgdesc="Set of libraries to write games and other realtime interactive 
applications"
-arch=('i686' 'x86_64')
-url="http://plib.sourceforge.net/;
-license=('custom:LGPL')
-makedepends=('mesa-libgl' 'libxi' 'libxmu')
-source=(http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz)
-options=('staticlibs')
-md5sums=('47a6fbf63668c1eed631024038b2ea90')
-sha1sums=('c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  [ "$CARCH" = "x86_64" ] && export CXXFLAGS="$CXXFLAGS -fPIC"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING
-}

Copied: plib/repos/community-i686/PKGBUILD (from rev 245023, 
plib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-13 20:51:08 UTC (rev 245024)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=plib
+pkgver=1.8.5
+pkgrel=6
+pkgdesc="Set of libraries to write games and other realtime interactive 
applications"
+arch=('i686' 'x86_64')
+url="http://plib.sourceforge.net/;
+license=('custom:LGPL')
+makedepends=('mesa-libgl' 'libxi' 'libxmu')
+source=(http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('47a6fbf63668c1eed631024038b2ea90')
+sha1sums=('c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2017-07-13 20:50:58 UTC (rev 245023)
+++ community-x86_64/ChangeLog  2017-07-13 20:51:08 UTC (rev 245024)
@@ -1,12 +0,0 @@
-2008-10-04  Eric Belanger  
-
-   * plib 1.8.5-1.1
-   * Built with PIC for x86_64
-
-2008-03-20  Eric Belanger  
-
-   * plib 1.8.5-1
-   * Upstream update
-   * Fixed license
-   * Added makedepends
-   * Added ChangeLog


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

2017-07-13 Thread Bartłomiej Piotrowski
Date: Thursday, July 13, 2017 @ 20:50:58
  Author: bpiotrowski
Revision: 245023

1.8.5-6: PIE static libraries rebuild

Modified:
  plib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 20:49:13 UTC (rev 245022)
+++ PKGBUILD2017-07-13 20:50:58 UTC (rev 245023)
@@ -4,7 +4,7 @@
 
 pkgname=plib
 pkgver=1.8.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Set of libraries to write games and other realtime interactive 
applications"
 arch=('i686' 'x86_64')
 url="http://plib.sourceforge.net/;
@@ -18,7 +18,6 @@
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
-  [ "$CARCH" = "x86_64" ] && export CXXFLAGS="$CXXFLAGS -fPIC"
   ./configure --prefix=/usr
   make
 }


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

2017-07-13 Thread Bartłomiej Piotrowski
Date: Thursday, July 13, 2017 @ 20:49:13
  Author: bpiotrowski
Revision: 245022

archrelease: copy trunk to community-x86_64, community-i686

Added:
  glslang/repos/community-i686/PKGBUILD
(from rev 245021, glslang/trunk/PKGBUILD)
  glslang/repos/community-x86_64/PKGBUILD
(from rev 245021, glslang/trunk/PKGBUILD)
Deleted:
  glslang/repos/community-i686/PKGBUILD
  glslang/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   26 --
 community-x86_64/PKGBUILD |   26 --
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-13 20:48:13 UTC (rev 245021)
+++ community-i686/PKGBUILD 2017-07-13 20:49:13 UTC (rev 245022)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=glslang
-_gitver=e2ff404
-pkgver=3.0.git4.${_gitver}
-pkgrel=1
-pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
-arch=('x86_64' 'i686')
-url='https://github.com/KhronosGroup/glslang'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('cmake' 'git')
-source=("git://github.com/KhronosGroup/glslang.git#commit=${_gitver}")
-sha256sums=('SKIP')
-
-build() {
-cd "${srcdir}/${pkgname}"
-
-mkdir build && cd build
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}/build"
-make DESTDIR="${pkgdir}" install
-}

Copied: glslang/repos/community-i686/PKGBUILD (from rev 245021, 
glslang/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-13 20:49:13 UTC (rev 245022)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=glslang
+_gitver=e2ff404
+pkgver=3.0.git4.${_gitver}
+pkgrel=2
+pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
+arch=('x86_64' 'i686')
+url='https://github.com/KhronosGroup/glslang'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('cmake' 'git')
+source=("git://github.com/KhronosGroup/glslang.git#commit=${_gitver}")
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgname}"
+
+mkdir build && cd build
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}/build"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-13 20:48:13 UTC (rev 245021)
+++ community-x86_64/PKGBUILD   2017-07-13 20:49:13 UTC (rev 245022)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=glslang
-_gitver=e2ff404
-pkgver=3.0.git4.${_gitver}
-pkgrel=1
-pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
-arch=('x86_64' 'i686')
-url='https://github.com/KhronosGroup/glslang'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('cmake' 'git')
-source=("git://github.com/KhronosGroup/glslang.git#commit=${_gitver}")
-sha256sums=('SKIP')
-
-build() {
-cd "${srcdir}/${pkgname}"
-
-mkdir build && cd build
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}/build"
-make DESTDIR="${pkgdir}" install
-}

Copied: glslang/repos/community-x86_64/PKGBUILD (from rev 245021, 
glslang/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-13 20:49:13 UTC (rev 245022)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=glslang
+_gitver=e2ff404
+pkgver=3.0.git4.${_gitver}
+pkgrel=2
+pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
+arch=('x86_64' 'i686')
+url='https://github.com/KhronosGroup/glslang'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('cmake' 'git')
+source=("git://github.com/KhronosGroup/glslang.git#commit=${_gitver}")
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgname}"
+
+mkdir build && cd build
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}/build"
+make DESTDIR="${pkgdir}" install
+}


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

2017-07-13 Thread Bartłomiej Piotrowski
Date: Thursday, July 13, 2017 @ 20:48:13
  Author: bpiotrowski
Revision: 245021

3.0.git4.e2ff404-2: PIE static libraries rebuild

Modified:
  glslang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 20:45:44 UTC (rev 245020)
+++ PKGBUILD2017-07-13 20:48:13 UTC (rev 245021)
@@ -2,7 +2,7 @@
 pkgname=glslang
 _gitver=e2ff404
 pkgver=3.0.git4.${_gitver}
-pkgrel=1
+pkgrel=2
 pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
 arch=('x86_64' 'i686')
 url='https://github.com/KhronosGroup/glslang'


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

2017-07-13 Thread Bartłomiej Piotrowski
Date: Thursday, July 13, 2017 @ 20:45:44
  Author: bpiotrowski
Revision: 245020

archrelease: copy trunk to community-i686, community-x86_64

Added:
  crystal/repos/community-i686/PKGBUILD
(from rev 245019, crystal/trunk/PKGBUILD)
  crystal/repos/community-x86_64/PKGBUILD
(from rev 245019, crystal/trunk/PKGBUILD)
Deleted:
  crystal/repos/community-i686/PKGBUILD
  crystal/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  156 
 community-i686/PKGBUILD   |   78 --
 community-x86_64/PKGBUILD |   78 --
 3 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-13 20:45:28 UTC (rev 245019)
+++ community-i686/PKGBUILD 2017-07-13 20:45:44 UTC (rev 245020)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.23.0
-pkgrel=1
-_binary_rel=1
-pkgdesc='The Crystal Programming Language'
-arch=(i686 x86_64)
-url='http://crystal-lang.org'
-license=(Apache)
-depends=(gc libatomic_ops pcre libevent llvm-libs)
-makedepends=(libxml2 llvm)
-checkdepends=(libyaml libxml2 gmp inetutils git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
-source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('9b65904bb55100994a3b8022b9c553e5aa78979f459c8b10aa64053a65e5d517')
-sha256sums_i686=('0a758770e6cb277bc5ed38fb6edafbf820b99527b65d6a44fd9f3a4c4743b70f')
-sha256sums_x86_64=('1d0348e1df3c56f9c29a3a76254c074846389fe5bed659c2cc1051bab83e1a5a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # We use --no-debug because it runs out of memory on i686 without it
-  # https://github.com/crystal-lang/crystal/issues/3787#issuecomment-281591985
-  make release=1 \
-   FLAGS="--release --no-debug" \
-   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \
-   CRYSTAL_CACHE_DIR="/tmp/crystal"
-  make doc CRYSTAL_CACHE_DIR="/tmp/crystal"
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  # disable tests as it fails with OOM at i686
-  true || make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver" \
-CRYSTAL_CACHE_DIR="/tmp/crystal" \
-PATH=".build:$PATH"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib"
-  cp -r src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
-  cp -r samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-i686/PKGBUILD (from rev 245019, 
crystal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-13 20:45:44 UTC (rev 245020)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.23.0
+pkgrel=2
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent llvm-libs)
+makedepends=(libxml2 llvm)
+checkdepends=(libyaml libxml2 gmp inetutils git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)

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

2017-07-13 Thread Bartłomiej Piotrowski
Date: Thursday, July 13, 2017 @ 20:45:28
  Author: bpiotrowski
Revision: 245019

0.23.0-2: PIE static libraries rebuild

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 20:32:07 UTC (rev 245018)
+++ PKGBUILD2017-07-13 20:45:28 UTC (rev 245019)
@@ -4,7 +4,7 @@
 
 pkgname=crystal
 pkgver=0.23.0
-pkgrel=1
+pkgrel=2
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
 arch=(i686 x86_64)


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

2017-07-13 Thread Bartłomiej Piotrowski
Date: Thursday, July 13, 2017 @ 20:31:59
  Author: bpiotrowski
Revision: 245017

2.4.2-2: PIE static libraries rebuild

Modified:
  mbedtls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 20:02:05 UTC (rev 245016)
+++ PKGBUILD2017-07-13 20:31:59 UTC (rev 245017)
@@ -5,7 +5,7 @@
 
 pkgname=mbedtls
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
 arch=('i686' 'x86_64')
 url="https://tls.mbed.org;


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

2017-07-13 Thread Bartłomiej Piotrowski
Date: Thursday, July 13, 2017 @ 20:32:07
  Author: bpiotrowski
Revision: 245018

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mbedtls/repos/community-i686/PKGBUILD
(from rev 245017, mbedtls/trunk/PKGBUILD)
  mbedtls/repos/community-x86_64/PKGBUILD
(from rev 245017, mbedtls/trunk/PKGBUILD)
Deleted:
  mbedtls/repos/community-i686/PKGBUILD
  mbedtls/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   50 --
 community-x86_64/PKGBUILD |   50 --
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-13 20:31:59 UTC (rev 245017)
+++ community-i686/PKGBUILD 2017-07-13 20:32:07 UTC (rev 245018)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Mihai Militaru 
-# Contributor: carstene1ns 
-
-pkgname=mbedtls
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('i686' 'x86_64')
-url="https://tls.mbed.org;
-license=('Apache')
-provides=('polarssl')
-replaces=('polarssl')
-conflicts=('polarssl')
-#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;
-source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
-#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
-sha1sums=('011a8072b64e86b9e2ae4abeb5839f466e427c83')
-depends=('glibc')
-options=('staticlibs')
-
-# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
-# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
-# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # enable flags for non-embedded systems
-  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
-  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
-
-  # FS#49914 (2.3.0-2)
-  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  LDFLAGS+=" -I../include " make SHARED=1 no_test
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make SHARED=1 check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/usr" install
-}

Copied: mbedtls/repos/community-i686/PKGBUILD (from rev 245017, 
mbedtls/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-13 20:32:07 UTC (rev 245018)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Mihai Militaru 
+# Contributor: carstene1ns 
+
+pkgname=mbedtls
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
+arch=('i686' 'x86_64')
+url="https://tls.mbed.org;
+license=('Apache')
+provides=('polarssl')
+replaces=('polarssl')
+conflicts=('polarssl')
+#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;
+source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
+#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
+sha1sums=('011a8072b64e86b9e2ae4abeb5839f466e427c83')
+depends=('glibc')
+options=('staticlibs')
+
+# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
+# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
+# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # enable flags for non-embedded systems
+  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
+  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
+
+  # FS#49914 (2.3.0-2)
+  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  LDFLAGS+=" -I../include " make SHARED=1 no_test
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make SHARED=1 check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-13 20:31:59 UTC (rev 245017)
+++ community-x86_64/PKGBUILD   2017-07-13 20:32:07 UTC (rev 245018)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Mihai Militaru 
-# Contributor: carstene1ns 
-
-pkgname=mbedtls
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('i686' 'x86_64')
-url="https://tls.mbed.org;
-license=('Apache')
-provides=('polarssl')
-replaces=('polarssl')
-conflicts=('polarssl')
-#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 20:15:08
  Author: arojas
Revision: 300508

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kdialog/repos/extra-i686/PKGBUILD
(from rev 300507, kdialog/trunk/PKGBUILD)
  kdialog/repos/extra-x86_64/PKGBUILD
(from rev 300507, kdialog/trunk/PKGBUILD)
Deleted:
  kdialog/repos/extra-i686/PKGBUILD
  kdialog/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 20:14:34 UTC (rev 300507)
+++ extra-i686/PKGBUILD 2017-07-13 20:15:08 UTC (rev 300508)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kdialog
-pkgver=17.04.3
-pkgrel=1
-pkgdesc="A utility for displaying dialog boxes from shell scripts"
-arch=(i686 x86_64)
-url="https://www.kde.org/;
-license=(LGPL)
-depends=(kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin python)
-conflicts=(kdebase-kdialog)
-replaces=(kdebase-kdialog)
-groups=(kde-applications kdebase)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b5e02fa434b7ea4d0ec1c97ebec190077a3a72181c9a0ec5befca0e13bc46595'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdialog/repos/extra-i686/PKGBUILD (from rev 300507, 
kdialog/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 20:15:08 UTC (rev 300508)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kdialog
+pkgver=17.04.3
+pkgrel=2
+pkgdesc="A utility for displaying dialog boxes from shell scripts"
+arch=(i686 x86_64)
+url="https://www.kde.org/;
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules python)
+conflicts=(kdebase-kdialog)
+replaces=(kdebase-kdialog)
+groups=(kde-applications kdebase)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b5e02fa434b7ea4d0ec1c97ebec190077a3a72181c9a0ec5befca0e13bc46595'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 20:14:34 UTC (rev 300507)
+++ extra-x86_64/PKGBUILD   2017-07-13 20:15:08 UTC (rev 300508)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kdialog
-pkgver=17.04.3
-pkgrel=1
-pkgdesc="A utility for displaying dialog boxes from shell scripts"
-arch=(i686 x86_64)
-url="https://www.kde.org/;
-license=(LGPL)
-depends=(kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin python)
-conflicts=(kdebase-kdialog)
-replaces=(kdebase-kdialog)
-groups=(kde-applications kdebase)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b5e02fa434b7ea4d0ec1c97ebec190077a3a72181c9a0ec5befca0e13bc46595'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdialog/repos/extra-x86_64/PKGBUILD (from rev 300507, 
kdialog/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 20:14:34
  Author: arojas
Revision: 300507

kdelibs4support--

Modified:
  kdialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 20:02:44 UTC (rev 300506)
+++ PKGBUILD2017-07-13 20:14:34 UTC (rev 300507)
@@ -3,13 +3,13 @@
 
 pkgname=kdialog
 pkgver=17.04.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A utility for displaying dialog boxes from shell scripts"
 arch=(i686 x86_64)
 url="https://www.kde.org/;
 license=(LGPL)
-depends=(kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin python)
+depends=(kio)
+makedepends=(extra-cmake-modules python)
 conflicts=(kdebase-kdialog)
 replaces=(kdebase-kdialog)
 groups=(kde-applications kdebase)


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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 20:02:44
  Author: arojas
Revision: 300506

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kate/repos/staging-i686/PKGBUILD
(from rev 300505, kate/trunk/PKGBUILD)
  kate/repos/staging-x86_64/PKGBUILD
(from rev 300505, kate/trunk/PKGBUILD)
Deleted:
  kate/repos/staging-i686/PKGBUILD
  kate/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |  124 ++
 staging-i686/PKGBUILD   |   61 --
 staging-x86_64/PKGBUILD |   61 --
 3 files changed, 124 insertions(+), 122 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-07-13 20:02:12 UTC (rev 300505)
+++ staging-i686/PKGBUILD   2017-07-13 20:02:44 UTC (rev 300506)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=17.04.2
-pkgrel=2
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
-source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('1045c5bee48ade8c229096eeaa8696eba4dac118bccc2a535f9ac553602fcaaf'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kwrite/;
-  depends=(ktexteditor kactivities hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kate/;
-  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/staging-i686/PKGBUILD (from rev 300505, kate/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-07-13 20:02:44 UTC (rev 300506)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=17.04.3
+pkgrel=2
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
+source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('08320d54b18ce0a1cf72695c5d921980ec21e0995e7cf3f29b1b22079075dadc'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kwrite/;
+  depends=(ktexteditor kactivities hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kate/;
+  

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 20:01:57
  Author: arojas
Revision: 300501

libgit 0.26 rebuild

Modified:
  kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 20:01:53 UTC (rev 300500)
+++ PKGBUILD2017-07-13 20:01:57 UTC (rev 300501)
@@ -6,7 +6,7 @@
 pkgbase=kate
 pkgname=(kwrite kate)
 pkgver=17.04.3
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
 makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 20:00:58
  Author: heftig
Revision: 300499

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  nvidia-340xx/repos/staging-i686/
  nvidia-340xx/repos/staging-i686/4.10.0_kernel.patch
(from rev 300498, nvidia-340xx/trunk/4.10.0_kernel.patch)
  nvidia-340xx/repos/staging-i686/4.11.0_kernel.patch
(from rev 300498, nvidia-340xx/trunk/4.11.0_kernel.patch)
  nvidia-340xx/repos/staging-i686/4.12.0_kernel.patch
(from rev 300498, nvidia-340xx/trunk/4.12.0_kernel.patch)
  nvidia-340xx/repos/staging-i686/PKGBUILD
(from rev 300498, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-i686/fs52243.patch
(from rev 300498, nvidia-340xx/trunk/fs52243.patch)
  nvidia-340xx/repos/staging-i686/nvidia-340xx.install
(from rev 300498, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/4.10.0_kernel.patch
(from rev 300498, nvidia-340xx/trunk/4.10.0_kernel.patch)
  nvidia-340xx/repos/staging-x86_64/4.11.0_kernel.patch
(from rev 300498, nvidia-340xx/trunk/4.11.0_kernel.patch)
  nvidia-340xx/repos/staging-x86_64/4.12.0_kernel.patch
(from rev 300498, nvidia-340xx/trunk/4.12.0_kernel.patch)
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 300498, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/fs52243.patch
(from rev 300498, nvidia-340xx/trunk/fs52243.patch)
  nvidia-340xx/repos/staging-x86_64/nvidia-340xx.install
(from rev 300498, nvidia-340xx/trunk/nvidia-340xx.install)

-+
 staging-i686/4.10.0_kernel.patch|  131 ++
 staging-i686/4.11.0_kernel.patch|  112 +
 staging-i686/4.12.0_kernel.patch|   98 +
 staging-i686/PKGBUILD   |   78 
 staging-i686/fs52243.patch  |   14 +++
 staging-i686/nvidia-340xx.install   |   13 +++
 staging-x86_64/4.10.0_kernel.patch  |  131 ++
 staging-x86_64/4.11.0_kernel.patch  |  112 +
 staging-x86_64/4.12.0_kernel.patch  |   98 +
 staging-x86_64/PKGBUILD |   78 
 staging-x86_64/fs52243.patch|   14 +++
 staging-x86_64/nvidia-340xx.install |   13 +++
 12 files changed, 892 insertions(+)

Copied: nvidia-340xx/repos/staging-i686/4.10.0_kernel.patch (from rev 300498, 
nvidia-340xx/trunk/4.10.0_kernel.patch)
===
--- staging-i686/4.10.0_kernel.patch(rev 0)
+++ staging-i686/4.10.0_kernel.patch2017-07-13 20:00:58 UTC (rev 300499)
@@ -0,0 +1,131 @@
+From 983a2ca221a371e08bb5ad11758a729cfa5aa88c Mon Sep 17 00:00:00 2001
+From: Alberto Milone 
+Date: Wed, 15 Feb 2017 17:05:55 +0100
+Subject: [PATCH 1/1] Add support for Linux 4.10
+
+---
+ nv-linux.h|  7 +++
+ nv-pat.c  | 40 
+ uvm/nvidia_uvm_lite.c |  4 
+ 3 files changed, 51 insertions(+)
+
+diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
+index e7068e3..2d62492 100644
+--- a/kernel/nv-linux.h
 b/kernel/nv-linux.h
+@@ -2082,6 +2082,8 @@ static inline NvU64 nv_node_end_pfn(int nid)
+  *2016 Dec 14:5b56d49fc31dbb0487e14ead790fc81ca9fb2c99
+  */
+ 
++#include 
++
+ #if defined(NV_GET_USER_PAGES_REMOTE_PRESENT)
+ #if defined(NV_GET_USER_PAGES_HAS_WRITE_AND_FORCE_ARGS)
+ #define NV_GET_USER_PAGES   get_user_pages
+@@ -2129,8 +2131,13 @@ static inline NvU64 nv_node_end_pfn(int nid)
+ 
+ #else
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
+ pages, vmas);
++#else
++   return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
++pages, vmas, NULL);
++#endif
+ 
+ #endif
+ 
+diff --git a/kernel/nv-pat.c b/kernel/nv-pat.c
+index a725533..cec6f3f 100644
+--- a/kernel/nv-pat.c
 b/kernel/nv-pat.c
+@@ -203,6 +203,7 @@ void nv_disable_pat_support(void)
+ }
+ 
+ #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ static int
+ nvidia_cpu_callback(struct notifier_block *nfb, unsigned long action, void 
*hcpu)
+ {
+@@ -234,6 +235,34 @@ static struct notifier_block nv_hotcpu_nfb = {
+ .notifier_call = nvidia_cpu_callback,
+ .priority = 0
+ };
++#else
++static int nvidia_cpu_online(unsigned int hcpu)
++{
++unsigned int cpu = get_cpu();
++if (cpu == hcpu)
++nv_setup_pat_entries(NULL);
++else
++NV_SMP_CALL_FUNCTION(nv_setup_pat_entries, (void *)(long int)hcpu, 1);
++
++put_cpu();
++
++return 0;
++}
++
++static int nvidia_cpu_down_prep(unsigned int hcpu)
++{
++unsigned 

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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 20:00:13
  Author: heftig
Revision: 300498

archrelease: copy trunk to staging-i686, staging-x86_64

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

---+
 staging-i686/PKGBUILD |   84 
 staging-i686/fix-abi.patch|   12 +
 staging-i686/nvidia.install   |   13 ++
 staging-x86_64/PKGBUILD   |   84 
 staging-x86_64/fix-abi.patch  |   12 +
 staging-x86_64/nvidia.install |   13 ++
 6 files changed, 218 insertions(+)

Copied: nvidia/repos/staging-i686/PKGBUILD (from rev 300497, 
nvidia/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-07-13 20:00:13 UTC (rev 300498)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=381.22
+_extramodules=extramodules-4.12-ARCH
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.12' 'linux-headers<4.13')
+license=('custom')
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums_i686=('8825cec1640739521689bd80121d1425')
+md5sums_x86_64=('0e9590d48703c8baa034b6f0f8bbf1e5')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+}
+
+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.12' 'linux<4.13' "nvidia-utils=${pkgver}" 'libgl')
+install=nvidia.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia/repos/staging-i686/fix-abi.patch (from rev 300497, 
nvidia/trunk/fix-abi.patch)
===
--- staging-i686/fix-abi.patch  (rev 0)
+++ 

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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:59:45
  Author: heftig
Revision: 245010

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  acpi_call/repos/community-staging-i686/
  acpi_call/repos/community-staging-i686/PKGBUILD
(from rev 245009, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-i686/acpi_call.install
(from rev 245009, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 245009, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/acpi_call.install
(from rev 245009, acpi_call/trunk/acpi_call.install)

+
 community-staging-i686/PKGBUILD|   50 +++
 community-staging-i686/acpi_call.install   |   14 +++
 community-staging-x86_64/PKGBUILD  |   50 +++
 community-staging-x86_64/acpi_call.install |   14 +++
 4 files changed, 128 insertions(+)

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

Copied: acpi_call/repos/community-staging-i686/acpi_call.install (from rev 
245009, acpi_call/trunk/acpi_call.install)
===
--- community-staging-i686/acpi_call.install(rev 0)
+++ community-staging-i686/acpi_call.install2017-07-13 19:59:45 UTC (rev 
245010)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.12-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 245009, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-13 19:59:45 UTC (rev 245010)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=66
+_extramodules=extramodules-4.12-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.12' 'linux<4.13')
+makedepends=('linux-headers>=4.12' 'linux-headers<4.13')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd 

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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:59:21
  Author: heftig
Revision: 245009

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

--+
 community-staging-i686/60-vhba.rules |1 
 community-staging-i686/PKGBUILD  |   50 +
 community-staging-i686/dkms.conf |9 
 community-staging-i686/vhba-module.install   |   15 +++
 community-staging-x86_64/60-vhba.rules   |1 
 community-staging-x86_64/PKGBUILD|   50 +
 community-staging-x86_64/dkms.conf   |9 
 community-staging-x86_64/vhba-module.install |   15 +++
 8 files changed, 150 insertions(+)

Copied: vhba-module/repos/community-staging-i686/60-vhba.rules (from rev 
245008, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-i686/60-vhba.rules(rev 0)
+++ community-staging-i686/60-vhba.rules2017-07-13 19:59:21 UTC (rev 
245009)
@@ -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-i686/PKGBUILD (from rev 245008, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-13 19:59:21 UTC (rev 245009)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+_extramodules=extramodules-4.12-ARCH
+pkgrel=7
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=('linux-headers>=4.12' 'linux-headers<4.13' linux)
+source=("http://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() {
+  depends=('linux>=4.12' 'linux<4.13')
+  install=vhba-module.install
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 vhba.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+}
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-i686/dkms.conf (from rev 245008, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-i686/dkms.conf(rev 0)
+++ community-staging-i686/dkms.conf2017-07-13 19:59:21 UTC (rev 245009)
@@ -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"

Copied: vhba-module/repos/community-staging-i686/vhba-module.install (from rev 
245008, vhba-module/trunk/vhba-module.install)
===
--- community-staging-i686/vhba-module.install  (rev 0)
+++ 

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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:58:37
  Author: heftig
Revision: 245008

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-i686/linux-4.11.patch   |   14 +++
 community-staging-i686/r8168.install  |   17 +
 community-staging-x86_64/PKGBUILD |   51 
 community-staging-x86_64/linux-4.11.patch |   14 +++
 community-staging-x86_64/r8168.install|   17 +
 6 files changed, 164 insertions(+)

Copied: r8168/repos/community-staging-i686/PKGBUILD (from rev 245007, 
r8168/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-13 19:58:37 UTC (rev 245008)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=13
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.11.patch)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3'
+'21857077bd5b26a08456f97f170b2772e8cadfb331577ddb2bcb680b31c5c0d3')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i "$srcdir/linux-4.11.patch"
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}

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

Copied: r8168/repos/community-staging-i686/r8168.install (from rev 245007, 
r8168/trunk/r8168.install)
===
--- community-staging-i686/r8168.install(rev 0)
+++ community-staging-i686/r8168.install2017-07-13 19:58:37 UTC (rev 
245008)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.12-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+

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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:58:06
  Author: heftig
Revision: 300497

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  nvidia-304xx/repos/staging-i686/
  nvidia-304xx/repos/staging-i686/PKGBUILD
(from rev 300496, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-i686/disable-mtrr.patch
(from rev 300496, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/staging-i686/drm-driver-legacy.patch
(from rev 300496, nvidia-304xx/trunk/drm-driver-legacy.patch)
  nvidia-304xx/repos/staging-i686/kernel_4.10.patch
(from rev 300496, nvidia-304xx/trunk/kernel_4.10.patch)
  nvidia-304xx/repos/staging-i686/kernel_4.11.patch
(from rev 300496, nvidia-304xx/trunk/kernel_4.11.patch)
  nvidia-304xx/repos/staging-i686/kernel_4.12.patch
(from rev 300496, nvidia-304xx/trunk/kernel_4.12.patch)
  nvidia-304xx/repos/staging-i686/nvidia-304xx.install
(from rev 300496, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/staging-x86_64/
  nvidia-304xx/repos/staging-x86_64/PKGBUILD
(from rev 300496, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-x86_64/disable-mtrr.patch
(from rev 300496, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/staging-x86_64/drm-driver-legacy.patch
(from rev 300496, nvidia-304xx/trunk/drm-driver-legacy.patch)
  nvidia-304xx/repos/staging-x86_64/kernel_4.10.patch
(from rev 300496, nvidia-304xx/trunk/kernel_4.10.patch)
  nvidia-304xx/repos/staging-x86_64/kernel_4.11.patch
(from rev 300496, nvidia-304xx/trunk/kernel_4.11.patch)
  nvidia-304xx/repos/staging-x86_64/kernel_4.12.patch
(from rev 300496, nvidia-304xx/trunk/kernel_4.12.patch)
  nvidia-304xx/repos/staging-x86_64/nvidia-304xx.install
(from rev 300496, nvidia-304xx/trunk/nvidia-304xx.install)

+
 staging-i686/PKGBUILD  |   84 
 staging-i686/disable-mtrr.patch|   24 +++
 staging-i686/drm-driver-legacy.patch   |   20 +
 staging-i686/kernel_4.10.patch |  105 +++
 staging-i686/kernel_4.11.patch |   44 
 staging-i686/kernel_4.12.patch |   56 
 staging-i686/nvidia-304xx.install  |   13 +++
 staging-x86_64/PKGBUILD|   84 
 staging-x86_64/disable-mtrr.patch  |   24 +++
 staging-x86_64/drm-driver-legacy.patch |   20 +
 staging-x86_64/kernel_4.10.patch   |  105 +++
 staging-x86_64/kernel_4.11.patch   |   44 
 staging-x86_64/kernel_4.12.patch   |   56 
 staging-x86_64/nvidia-304xx.install|   13 +++
 14 files changed, 692 insertions(+)

Copied: nvidia-304xx/repos/staging-i686/PKGBUILD (from rev 300496, 
nvidia-304xx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-07-13 19:58:06 UTC (rev 300497)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.135
+_extramodules=extramodules-4.12-ARCH
+pkgrel=9
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux' 'linux-headers>=4.12' 'linux-headers<4.13')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=('disable-mtrr.patch'
+'drm-driver-legacy.patch'
+'kernel_4.10.patch'
+'kernel_4.11.patch'
+'kernel_4.12.patch')
+source_i686+=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums=('54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774'
+
'fa39dee5c9f1ea98286c87165f683ee194b2cb4056aa6b556e822b9ee760dcf3683ea001c3704e79b9ac9712314d7df5690dc7f68440cda7a96791f94425455d'
+
'68dabbf6ad889c46bd0c01ebb697b80f4aa526ef1cdc53de008343a243adefc6ce7f2778be7005f2d79f3d23c0a3ff69f67ecdb9f97c0feb0ec99405a0c1046a'
+
'da3d1698af8b97e8fc3b6d3c690925e0258f8b6ad26a24f8d32c04a5a82701655208021f9f5af0ce44cb397a7422e2776a05193204bc7e4ac2b98f6e173984ea'
+
'49aa15fb7321bb9e0ab2a5361b9830ad95c2a8e22cf7b9aaf945fad88b419e791edb8e833849e7846373a1b76ececfcdac8803faed21729c89a3ff0a2d74')
+sha512sums_i686=('c2645cc9a6f23641d8b6da51e72e203980068c05e365fcc73b32322a6875ce95e81f4e0d893276e14e84e93464488539c16db6b3be04f5324cf7d7a12bb557f8')
+sha512sums_x86_64=('a5aa48baa75eb267bd193e59328aa5fbc15d41045bb7e97aa1b96b918b9e68a1c1bf95624d9d494336256e0af2c41e188d30fe91be4967084de3387f50d3805c')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] 

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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:57:19
  Author: heftig
Revision: 245007

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bbswitch/repos/community-staging-i686/
  bbswitch/repos/community-staging-i686/PKGBUILD
(from rev 245006, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-staging-i686/bbswitch.install
(from rev 245006, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 245006, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-staging-x86_64/bbswitch.install
(from rev 245006, bbswitch/trunk/bbswitch.install)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/bbswitch.install   |   12 +++
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/bbswitch.install |   12 +++
 4 files changed, 118 insertions(+)

Copied: bbswitch/repos/community-staging-i686/PKGBUILD (from rev 245006, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-13 19:57:19 UTC (rev 245007)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.12-ARCH # Don't forget to update bbswitch.install
+pkgrel=72
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.12' 'linux-headers<4.13' 'linux>=4.12' 
'linux<4.13')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.12' 'linux<4.13')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Copied: bbswitch/repos/community-staging-i686/bbswitch.install (from rev 
245006, bbswitch/trunk/bbswitch.install)
===
--- community-staging-i686/bbswitch.install (rev 0)
+++ community-staging-i686/bbswitch.install 2017-07-13 19:57:19 UTC (rev 
245007)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 245006, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-13 19:57:19 UTC (rev 245007)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.12-ARCH # Don't forget to update bbswitch.install
+pkgrel=72
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.12' 'linux-headers<4.13' 'linux>=4.12' 
'linux<4.13')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.12' 'linux<4.13')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  

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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:56:48
  Author: heftig
Revision: 245006

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-i686/
  virtualbox-modules-arch/repos/community-staging-i686/PKGBUILD
(from rev 245005, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-staging-i686/virtualbox-modules-arch.install
(from rev 245005, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 245005, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-staging-x86_64/virtualbox-modules-arch.install
(from rev 245005, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)

--+
 community-staging-i686/PKGBUILD  |   80 +
 community-staging-i686/virtualbox-modules-arch.install   |   23 +++
 community-staging-x86_64/PKGBUILD|   80 +
 community-staging-x86_64/virtualbox-modules-arch.install |   23 +++
 4 files changed, 206 insertions(+)

Copied: virtualbox-modules-arch/repos/community-staging-i686/PKGBUILD (from rev 
245005, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-13 19:56:48 UTC (rev 245006)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.1.22
+pkgrel=9
+# remember to also adjust the .install file!
+_linux_major=4
+_linux_minor=12
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=("linux>=${_linux_major}.${_linux_minor}"
+ "linux<${_linux_major}.$((_linux_minor+1))"
+ "linux-headers>=${_linux_major}.${_linux_minor}"
+ "linux-headers<${_linux_major}.$((_linux_minor+1))"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+
+
+
+
+

Copied: 
virtualbox-modules-arch/repos/community-staging-i686/virtualbox-modules-arch.install
 (from rev 245005, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
===
--- community-staging-i686/virtualbox-modules-arch.install  
(rev 0)
+++ community-staging-i686/virtualbox-modules-arch.install  2017-07-13 
19:56:48 UTC (rev 245006)
@@ 

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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:56:23
  Author: heftig
Revision: 245005

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-i686/
  tp_smapi/repos/community-staging-i686/PKGBUILD
(from rev 245004, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-staging-i686/tp_smapi.install
(from rev 245004, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 245004, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-staging-x86_64/tp_smapi.install
(from rev 245004, tp_smapi/trunk/tp_smapi.install)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-i686/tp_smapi.install   |   13 ++
 community-staging-x86_64/PKGBUILD |   53 
 community-staging-x86_64/tp_smapi.install |   13 ++
 4 files changed, 132 insertions(+)

Copied: tp_smapi/repos/community-staging-i686/PKGBUILD (from rev 245004, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-13 19:56:23 UTC (rev 245005)
@@ -0,0 +1,53 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.12-ARCH
+pkgrel=21
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.12' 'linux<4.13')
+makedepends=('linux-headers>=4.12' 'linux-headers<4.13')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="$srcdir/$pkgname-$_pkgname-$pkgver" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
+"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi/repos/community-staging-i686/tp_smapi.install (from rev 
245004, tp_smapi/trunk/tp_smapi.install)
===
--- community-staging-i686/tp_smapi.install (rev 0)
+++ community-staging-i686/tp_smapi.install 2017-07-13 19:56:23 UTC (rev 
245005)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.12-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 245004, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-13 19:56:23 UTC (rev 245005)
@@ -0,0 +1,53 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.12-ARCH
+pkgrel=21
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.12' 'linux<4.13')
+makedepends=('linux-headers>=4.12' 'linux-headers<4.13')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C 

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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:54:46
  Author: heftig
Revision: 300496

304.135-9: kernel 4.12.1-2

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 19:54:40 UTC (rev 300495)
+++ PKGBUILD2017-07-13 19:54:46 UTC (rev 300496)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.135
 _extramodules=extramodules-4.12-ARCH
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('linux' 'linux-headers>=4.12' 'linux-headers<4.13')


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:54:40
  Author: heftig
Revision: 300495

381.22-6: kernel 4.12.1-2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 19:53:19 UTC (rev 300494)
+++ PKGBUILD2017-07-13 19:54:40 UTC (rev 300495)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=381.22
 _extramodules=extramodules-4.12-ARCH
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:54:35
  Author: heftig
Revision: 245004

5.1.22-9: kernel 4.12.1-2

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 19:54:30 UTC (rev 245003)
+++ PKGBUILD2017-07-13 19:54:35 UTC (rev 245004)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.22
-pkgrel=8
+pkgrel=9
 # remember to also adjust the .install file!
 _linux_major=4
 _linux_minor=12


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:54:19
  Author: heftig
Revision: 245001

8.044.02-13: kernel 4.12.1-2

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 19:54:14 UTC (rev 245000)
+++ PKGBUILD2017-07-13 19:54:19 UTC (rev 245001)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.044.02
-pkgrel=12
+pkgrel=13
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:54:30
  Author: heftig
Revision: 245003

20170610-7: kernel 4.12.1-2

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 19:54:25 UTC (rev 245002)
+++ PKGBUILD2017-07-13 19:54:30 UTC (rev 245003)
@@ -7,7 +7,7 @@
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
 _extramodules=extramodules-4.12-ARCH
-pkgrel=6
+pkgrel=7
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(i686 x86_64)


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:54:25
  Author: heftig
Revision: 245002

0.42-21: kernel 4.12.1-2

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 19:54:19 UTC (rev 245001)
+++ PKGBUILD2017-07-13 19:54:25 UTC (rev 245002)
@@ -11,7 +11,7 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extramodules=extramodules-4.12-ARCH
-pkgrel=20
+pkgrel=21
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:54:14
  Author: heftig
Revision: 245000

0.8-72: kernel 4.12.1-2

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 19:54:08 UTC (rev 244999)
+++ PKGBUILD2017-07-13 19:54:14 UTC (rev 245000)
@@ -7,7 +7,7 @@
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
 _extramodules=extramodules-4.12-ARCH # Don't forget to update bbswitch.install
-pkgrel=71
+pkgrel=72
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:54:08
  Author: heftig
Revision: 244999

1.1.0-66: kernel 4.12.1-2

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 19:01:04 UTC (rev 244998)
+++ PKGBUILD2017-07-13 19:54:08 UTC (rev 244999)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=65
+pkgrel=66
 _extramodules=extramodules-4.12-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:53:19
  Author: heftig
Revision: 300494

340.102-11: kernel 4.12.1-2

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 19:42:52 UTC (rev 300493)
+++ PKGBUILD2017-07-13 19:53:19 UTC (rev 300494)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.102
 _extramodules=extramodules-4.12-ARCH
-pkgrel=10
+pkgrel=11
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.12' 
'linux-headers<4.13')


[arch-commits] Commit in samba/repos (48 files)

2017-07-13 Thread Tobias Powalowski
Date: Thursday, July 13, 2017 @ 19:42:52
  Author: tpowa
Revision: 300493

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 300492, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 300492, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba.conf
(from rev 300492, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 300492, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 300492, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 300492, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 300492, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 300492, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 300492, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 300492, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 300492, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 300492, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 300492, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 300492, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba.conf
(from rev 300492, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 300492, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 300492, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 300492, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 300492, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 300492, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 300492, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 300492, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 300492, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 300492, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

---+
 /PKGBUILD |  514 
 /nmbd.service |   24 +
 /samba.conf   |4 
 /samba.conf.d |   36 ++
 /samba.install|   20 +
 /samba.logrotate  |   18 +
 /samba.pam|6 
 /samba.service|   28 ++
 /smbd.service |   24 +
 /smbd.socket  |   18 +
 /smbd@.service|   14 +
 /winbindd.service |   24 +
 extra-i686/PKGBUILD   |  257 
 extra-i686/nmbd.service   |   12 
 extra-i686/samba.conf |2 
 extra-i686/samba.conf.d   |   18 -
 extra-i686/samba.install  |   10 
 extra-i686/samba.logrotate|9 
 extra-i686/samba.pam  |3 
 extra-i686/samba.service  |   14 -
 extra-i686/smbd.service   |   12 
 extra-i686/smbd.socket|9 
 extra-i686/smbd@.service  |7 
 extra-i686/winbindd.service   |   12 
 extra-x86_64/PKGBUILD |  257 
 extra-x86_64/nmbd.service |   12 
 extra-x86_64/samba.conf   |2 
 extra-x86_64/samba.conf.d |   18 -
 extra-x86_64/samba.install|   10 
 extra-x86_64/samba.logrotate  |9 
 extra-x86_64/samba.pam|3 
 extra-x86_64/samba.service|   14 -
 extra-x86_64/smbd.service |   12 
 extra-x86_64/smbd.socket  |9 
 extra-x86_64/smbd@.service|7 
 extra-x86_64/winbindd.service |   12 
 36 files changed, 730 insertions(+), 730 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 19:41:21 UTC (rev 300492)
+++ extra-i686/PKGBUILD 2017-07-13 19:42:52 UTC (rev 300493)
@@ -1,257 +0,0 @@

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

2017-07-13 Thread Tobias Powalowski
Date: Thursday, July 13, 2017 @ 19:41:21
  Author: tpowa
Revision: 300492

upgpkg: samba 4.6.6-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 19:27:59 UTC (rev 300491)
+++ PKGBUILD2017-07-13 19:41:21 UTC (rev 300492)
@@ -10,7 +10,7 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.6.5
+pkgver=4.6.6
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org;
@@ -243,7 +243,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${pkgver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('2ae8ce2862d8bfa95e4681371ebb1623'
+md5sums=('04493bbe8d71e52393dffdbba301697d'
  'SKIP'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:27:59
  Author: heftig
Revision: 300491

archrelease: copy trunk to staging-i686, staging-x86_64

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

--+
 staging-i686/90-linux.hook   |   11 
 staging-i686/PKGBUILD|  291 +
 staging-i686/config.i686 | 8562 +
 staging-i686/config.x86_64   | 8309 +++
 staging-i686/linux.install   |   27 
 staging-i686/linux.preset|   14 
 staging-x86_64/90-linux.hook |   11 
 staging-x86_64/PKGBUILD  |  291 +
 staging-x86_64/config.i686   | 8562 +
 staging-x86_64/config.x86_64 | 8309 +++
 staging-x86_64/linux.install |   27 
 staging-x86_64/linux.preset  |   14 
 12 files changed, 34428 insertions(+)

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


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:27:14
  Author: heftig
Revision: 300490

archrelease: copy trunk to staging-i686, staging-x86_64

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

--+
 staging-i686/90-linux.hook   |   11 
 staging-i686/PKGBUILD|  301 +
 staging-i686/config.i686 | 8595 +
 staging-i686/config.x86_64   | 8342 +++
 staging-i686/linux.install   |   27 
 staging-i686/linux.preset|   14 
 staging-x86_64/90-linux.hook |   11 
 staging-x86_64/PKGBUILD  |  301 +
 staging-x86_64/config.i686   | 8595 +
 staging-x86_64/config.x86_64 | 8342 +++
 staging-x86_64/linux.install |   27 
 staging-x86_64/linux.preset  |   14 
 12 files changed, 34580 insertions(+)

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


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:17:49
  Author: heftig
Revision: 300489

4.12.1-2

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config.i686
  linux-zen/trunk/config.x86_64

---+
 PKGBUILD  |6 +++---
 config.i686   |6 +++---
 config.x86_64 |9 ++---
 3 files changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 19:17:39 UTC (rev 300488)
+++ PKGBUILD2017-07-13 19:17:49 UTC (rev 300489)
@@ -8,7 +8,7 @@
 _srcname=linux-4.12
 _zenpatch=zen-4.12.1-dde60eb8082fba3cdd70659560a491eea150e613.diff
 pkgver=4.12.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
@@ -33,8 +33,8 @@
 'SKIP'
 '5efea5430fc3b14ae2b039159ec001c6f0666f51293f69c5a026afb966dcc6af'
 'SKIP'
-'96f8d787fc93d83c89e1160808264a14ebb11b50810de009080b9e7915e3a749'
-'a09e0770138e7613b7a067688264eda405ade55086eba1279a858fe17c2f10f9'
+'9e178afa70a129ac2edbc814f6fa75d0ee2f886c766b7b57cdeed33ea1f26e9a'
+'3f02013a427a846ea22082229c5660a86a40f6d6abeb7f1401e36cdb15a61f00'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.i686
===
--- config.i686 2017-07-13 19:17:39 UTC (rev 300488)
+++ config.i686 2017-07-13 19:17:49 UTC (rev 300489)
@@ -617,7 +617,7 @@
 CONFIG_KEXEC_JUMP=y
 CONFIG_PHYSICAL_START=0x100
 CONFIG_RELOCATABLE=y
-# CONFIG_RANDOMIZE_BASE is not set
+CONFIG_RANDOMIZE_BASE=y
 CONFIG_X86_NEED_RELOCS=y
 CONFIG_PHYSICAL_ALIGN=0x100
 CONFIG_HOTPLUG_CPU=y
@@ -2188,7 +2188,7 @@
 CONFIG_SCSI=m
 CONFIG_SCSI_DMA=y
 CONFIG_SCSI_NETLINK=y
-CONFIG_SCSI_MQ_DEFAULT=y
+# CONFIG_SCSI_MQ_DEFAULT is not set
 CONFIG_SCSI_PROC_FS=y
 
 #
@@ -8239,7 +8239,7 @@
 CONFIG_DEFAULT_IO_DELAY_TYPE=0
 # CONFIG_DEBUG_BOOT_PARAMS is not set
 # CONFIG_CPA_DEBUG is not set
-# CONFIG_OPTIMIZE_INLINING is not set
+CONFIG_OPTIMIZE_INLINING=y
 # CONFIG_DEBUG_ENTRY is not set
 # CONFIG_DEBUG_NMI_SELFTEST is not set
 # CONFIG_X86_DEBUG_FPU is not set

Modified: config.x86_64
===
--- config.x86_64   2017-07-13 19:17:39 UTC (rev 300488)
+++ config.x86_64   2017-07-13 19:17:49 UTC (rev 300489)
@@ -649,8 +649,11 @@
 CONFIG_KEXEC_JUMP=y
 CONFIG_PHYSICAL_START=0x100
 CONFIG_RELOCATABLE=y
-# CONFIG_RANDOMIZE_BASE is not set
+CONFIG_RANDOMIZE_BASE=y
+CONFIG_X86_NEED_RELOCS=y
 CONFIG_PHYSICAL_ALIGN=0x100
+CONFIG_RANDOMIZE_MEMORY=y
+CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa
 CONFIG_HOTPLUG_CPU=y
 # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
 # CONFIG_DEBUG_HOTPLUG_CPU0 is not set
@@ -2184,7 +2187,7 @@
 CONFIG_SCSI=m
 CONFIG_SCSI_DMA=y
 CONFIG_SCSI_NETLINK=y
-CONFIG_SCSI_MQ_DEFAULT=y
+# CONFIG_SCSI_MQ_DEFAULT is not set
 CONFIG_SCSI_PROC_FS=y
 
 #
@@ -7962,7 +7965,7 @@
 CONFIG_DEFAULT_IO_DELAY_TYPE=0
 # CONFIG_DEBUG_BOOT_PARAMS is not set
 # CONFIG_CPA_DEBUG is not set
-# CONFIG_OPTIMIZE_INLINING is not set
+CONFIG_OPTIMIZE_INLINING=y
 # CONFIG_DEBUG_ENTRY is not set
 # CONFIG_DEBUG_NMI_SELFTEST is not set
 # CONFIG_X86_DEBUG_FPU is not set


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

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 19:17:39
  Author: heftig
Revision: 300488

4.12.1-2: FS#54788 KASLR, no SCSI_MQ (unstable)

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config.i686
  linux/trunk/config.x86_64

---+
 PKGBUILD  |6 +++---
 config.i686   |6 +++---
 config.x86_64 |9 ++---
 3 files changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 18:44:21 UTC (rev 300487)
+++ PKGBUILD2017-07-13 19:17:39 UTC (rev 300488)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.12
 pkgver=4.12.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
 license=('GPL2')
@@ -27,8 +27,8 @@
 'SKIP'
 '466ad7caf26aac66fdf299dbe6b23d0cf1729e363a4ee37738938e3be563946b'
 'SKIP'
-'130c3e505315d4405cc1ba9235ab8cd075e1122e0f1fa50b66eceab4eb268faa'
-'d2271b1dfae30f38d70549e1d142da9d03eade0fd4620bbc4bd757b9c7a27422'
+'df55887a43dcbb6bd35fd2fb1ec841427b6ea827334c0880cbc256d4f042a7a1'
+'bf84528c592d1841bba0662242f0339a24a1de384c31f28248631e8be9446586'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.i686
===
--- config.i686 2017-07-13 18:44:21 UTC (rev 300487)
+++ config.i686 2017-07-13 19:17:39 UTC (rev 300488)
@@ -595,7 +595,7 @@
 CONFIG_KEXEC_JUMP=y
 CONFIG_PHYSICAL_START=0x100
 CONFIG_RELOCATABLE=y
-# CONFIG_RANDOMIZE_BASE is not set
+CONFIG_RANDOMIZE_BASE=y
 CONFIG_X86_NEED_RELOCS=y
 CONFIG_PHYSICAL_ALIGN=0x100
 CONFIG_HOTPLUG_CPU=y
@@ -2166,7 +2166,7 @@
 CONFIG_SCSI=m
 CONFIG_SCSI_DMA=y
 CONFIG_SCSI_NETLINK=y
-CONFIG_SCSI_MQ_DEFAULT=y
+# CONFIG_SCSI_MQ_DEFAULT is not set
 CONFIG_SCSI_PROC_FS=y
 
 #
@@ -8206,7 +8206,7 @@
 CONFIG_DEFAULT_IO_DELAY_TYPE=0
 # CONFIG_DEBUG_BOOT_PARAMS is not set
 # CONFIG_CPA_DEBUG is not set
-# CONFIG_OPTIMIZE_INLINING is not set
+CONFIG_OPTIMIZE_INLINING=y
 # CONFIG_DEBUG_ENTRY is not set
 # CONFIG_DEBUG_NMI_SELFTEST is not set
 # CONFIG_X86_DEBUG_FPU is not set

Modified: config.x86_64
===
--- config.x86_64   2017-07-13 18:44:21 UTC (rev 300487)
+++ config.x86_64   2017-07-13 19:17:39 UTC (rev 300488)
@@ -627,8 +627,11 @@
 CONFIG_KEXEC_JUMP=y
 CONFIG_PHYSICAL_START=0x100
 CONFIG_RELOCATABLE=y
-# CONFIG_RANDOMIZE_BASE is not set
+CONFIG_RANDOMIZE_BASE=y
+CONFIG_X86_NEED_RELOCS=y
 CONFIG_PHYSICAL_ALIGN=0x100
+CONFIG_RANDOMIZE_MEMORY=y
+CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa
 CONFIG_HOTPLUG_CPU=y
 # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
 # CONFIG_DEBUG_HOTPLUG_CPU0 is not set
@@ -2162,7 +2165,7 @@
 CONFIG_SCSI=m
 CONFIG_SCSI_DMA=y
 CONFIG_SCSI_NETLINK=y
-CONFIG_SCSI_MQ_DEFAULT=y
+# CONFIG_SCSI_MQ_DEFAULT is not set
 CONFIG_SCSI_PROC_FS=y
 
 #
@@ -7929,7 +7932,7 @@
 CONFIG_DEFAULT_IO_DELAY_TYPE=0
 # CONFIG_DEBUG_BOOT_PARAMS is not set
 # CONFIG_CPA_DEBUG is not set
-# CONFIG_OPTIMIZE_INLINING is not set
+CONFIG_OPTIMIZE_INLINING=y
 # CONFIG_DEBUG_ENTRY is not set
 # CONFIG_DEBUG_NMI_SELFTEST is not set
 # CONFIG_X86_DEBUG_FPU is not set


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

2017-07-13 Thread Giancarlo Razzolini
Date: Thursday, July 13, 2017 @ 19:01:04
  Author: grazzolini
Revision: 244998

archrelease: copy trunk to community-any

Added:
  streamlink/repos/community-any/PKGBUILD
(from rev 244997, streamlink/trunk/PKGBUILD)
Deleted:
  streamlink/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-13 19:00:18 UTC (rev 244997)
+++ PKGBUILD2017-07-13 19:01:04 UTC (rev 244998)
@@ -1,43 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Josip Ponjavic 
-
-pkgname=streamlink
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
-arch=('any')
-url='https://streamlink.github.io/'
-license=('BSD')
-#depends=("python-"{iso3166,iso639,pycryptodomex,requests} 'rtmpdump')
-depends=("python-"{crypto,pycountry,requests} 'rtmpdump')
-checkdepends=("python-"{mock,pytest})
-makedepends=("python-"{setuptools,sphinx})
-optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+'
-'python-librtmp: Required by the ustreamtv plugin to be able to 
use non-mobile streams.')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-# Charlie Drage 
-validpgpkeys=('1D2DA4B582D3E09EFA2C997CDA227403C037D617')
-sha256sums=('945a6a0e9e8c3965a83579506219baaa2f89801d463002650d8206adfa39a072'
-'SKIP')
-sha512sums=('bf1b63c5598e6252b44407532e4ebd2af1234993d60e922bf7c6b943707d3bdc3a85a761ce87f511a7b0a8b184df4d72ba1956fb1b746ec5b9ff54487070e736'
-'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export STREAMLINK_USE_PYCOUNTRY="true"
-  export STREAMLINK_USE_PYCRYPTO="true"
-  python setup.py build_sphinx -b man
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  python setup.py test || warning "Tests failed"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 build/sphinx/man/streamlink.1 \
-"$pkgdir/usr/share/man/man1/streamlink.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: streamlink/repos/community-any/PKGBUILD (from rev 244997, 
streamlink/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-13 19:01:04 UTC (rev 244998)
@@ -0,0 +1,43 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Josip Ponjavic 
+
+pkgname=streamlink
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
+arch=('any')
+url='https://streamlink.github.io/'
+license=('BSD')
+#depends=("python-"{iso3166,iso639,pycryptodomex,requests} 'rtmpdump')
+depends=("python-"{crypto,pycountry,requests} 'rtmpdump')
+checkdepends=("python-"{mock,pytest})
+makedepends=("python-"{setuptools,sphinx})
+optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+'
+'python-librtmp: Required by the ustreamtv plugin to be able to 
use non-mobile streams.')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+# Charlie Drage 
+validpgpkeys=('1D2DA4B582D3E09EFA2C997CDA227403C037D617')
+sha256sums=('9db26afd21f84bcc8b13f6a93e1a2d2261228e76809de7e25eaf1157e59ddb1a'
+'SKIP')
+sha512sums=('9f16210e23c8a476d19418b8b44d2b2fd0d5040df5fa12db4fb1d206b19aab8ea3c2390d106c391078094e96a7597745ae8dab45ee1b4e2e6e2349bd4441ca4a'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export STREAMLINK_USE_PYCOUNTRY="true"
+  export STREAMLINK_USE_PYCRYPTO="true"
+  python setup.py build_sphinx -b man
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test || warning "Tests failed"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 build/sphinx/man/streamlink.1 \
+"$pkgdir/usr/share/man/man1/streamlink.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-07-13 Thread Giancarlo Razzolini
Date: Thursday, July 13, 2017 @ 19:00:18
  Author: grazzolini
Revision: 244997

upgpkg: streamlink 0.7.0-1

Modified:
  streamlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 18:51:39 UTC (rev 244996)
+++ PKGBUILD2017-07-13 19:00:18 UTC (rev 244997)
@@ -2,7 +2,7 @@
 # Contributor: Josip Ponjavic 
 
 pkgname=streamlink
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
 arch=('any')
@@ -17,9 +17,9 @@
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 # Charlie Drage 
 validpgpkeys=('1D2DA4B582D3E09EFA2C997CDA227403C037D617')
-sha256sums=('945a6a0e9e8c3965a83579506219baaa2f89801d463002650d8206adfa39a072'
+sha256sums=('9db26afd21f84bcc8b13f6a93e1a2d2261228e76809de7e25eaf1157e59ddb1a'
 'SKIP')
-sha512sums=('bf1b63c5598e6252b44407532e4ebd2af1234993d60e922bf7c6b943707d3bdc3a85a761ce87f511a7b0a8b184df4d72ba1956fb1b746ec5b9ff54487070e736'
+sha512sums=('9f16210e23c8a476d19418b8b44d2b2fd0d5040df5fa12db4fb1d206b19aab8ea3c2390d106c391078094e96a7597745ae8dab45ee1b4e2e6e2349bd4441ca4a'
 'SKIP')
 
 build() {


[arch-commits] Commit in nginx-mainline/repos (16 files)

2017-07-13 Thread Giancarlo Razzolini
Date: Thursday, July 13, 2017 @ 18:51:39
  Author: grazzolini
Revision: 244996

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  nginx-mainline/repos/community-testing-i686/PKGBUILD
(from rev 244995, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-testing-i686/logrotate
(from rev 244995, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-testing-i686/nginx.install
(from rev 244995, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-testing-i686/service
(from rev 244995, nginx-mainline/trunk/service)
  nginx-mainline/repos/community-testing-x86_64/PKGBUILD
(from rev 244995, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-testing-x86_64/logrotate
(from rev 244995, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-testing-x86_64/nginx.install
(from rev 244995, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-testing-x86_64/service
(from rev 244995, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/community-testing-i686/PKGBUILD
  nginx-mainline/repos/community-testing-i686/logrotate
  nginx-mainline/repos/community-testing-i686/nginx.install
  nginx-mainline/repos/community-testing-i686/service
  nginx-mainline/repos/community-testing-x86_64/PKGBUILD
  nginx-mainline/repos/community-testing-x86_64/logrotate
  nginx-mainline/repos/community-testing-x86_64/nginx.install
  nginx-mainline/repos/community-testing-x86_64/service

+
 /PKGBUILD  |  264 +++
 /logrotate |   20 ++
 /nginx.install |   24 ++
 /service   |   34 +++
 community-testing-i686/PKGBUILD|  132 ---
 community-testing-i686/logrotate   |   10 -
 community-testing-i686/nginx.install   |   12 -
 community-testing-i686/service |   17 -
 community-testing-x86_64/PKGBUILD  |  132 ---
 community-testing-x86_64/logrotate |   10 -
 community-testing-x86_64/nginx.install |   12 -
 community-testing-x86_64/service   |   17 -
 12 files changed, 342 insertions(+), 342 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-07-13 18:35:42 UTC (rev 244995)
+++ community-testing-i686/PKGBUILD 2017-07-13 18:51:39 UTC (rev 244996)
@@ -1,132 +0,0 @@
-# $Id$
-# Maintainer:  Giancarlo Razzolini 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.13.3
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-provides=('nginx')
-conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('1f8529568f825dfa4da4e99ba483678e'
- 'SKIP'
- 'ef491e760e7c1ffec9ca25441a150c83'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('4a8924b1edd0b8476437680ea548a0bc983d360e73f2d5797f60cebc3ef7d6fb64e56b6aaf5a4fc1707d24519dc70d466a7bf1d336c463651928d65c2f7b5380'
-'SKIP'
-
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
-
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
-
-_common_flags=(
-  --with-compat
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-pcre-jit
-  --with-stream
-  --with-stream_geoip_module
-  --with-stream_realip_module
-  --with-stream_ssl_module
-  --with-stream_ssl_preread_module
-  --with-threads
-)
-
-_mainline_flags=(
-)
-
-build() {
-  cd $provides-$pkgver
-  

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

2017-07-13 Thread Giancarlo Razzolini
Date: Thursday, July 13, 2017 @ 18:35:42
  Author: grazzolini
Revision: 244995

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  nginx-mainline/repos/community-testing-i686/
  nginx-mainline/repos/community-testing-i686/PKGBUILD
(from rev 244994, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-testing-i686/logrotate
(from rev 244994, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-testing-i686/nginx.install
(from rev 244994, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-testing-i686/service
(from rev 244994, nginx-mainline/trunk/service)
  nginx-mainline/repos/community-testing-x86_64/
  nginx-mainline/repos/community-testing-x86_64/PKGBUILD
(from rev 244994, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-testing-x86_64/logrotate
(from rev 244994, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-testing-x86_64/nginx.install
(from rev 244994, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-testing-x86_64/service
(from rev 244994, nginx-mainline/trunk/service)

+
 community-testing-i686/PKGBUILD|  132 +++
 community-testing-i686/logrotate   |   10 ++
 community-testing-i686/nginx.install   |   12 ++
 community-testing-i686/service |   17 +++
 community-testing-x86_64/PKGBUILD  |  132 +++
 community-testing-x86_64/logrotate |   10 ++
 community-testing-x86_64/nginx.install |   12 ++
 community-testing-x86_64/service   |   17 +++
 8 files changed, 342 insertions(+)

Copied: nginx-mainline/repos/community-testing-i686/PKGBUILD (from rev 244994, 
nginx-mainline/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-07-13 18:35:42 UTC (rev 244995)
@@ -0,0 +1,132 @@
+# $Id$
+# Maintainer:  Giancarlo Razzolini 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Sébastien Luttringer
+# Contributor: Drew DeVault
+
+pkgname=nginx-mainline
+pkgver=1.13.3
+pkgrel=2
+pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
+arch=('i686' 'x86_64')
+url='https://nginx.org'
+license=('custom')
+depends=('pcre' 'zlib' 'openssl' 'geoip')
+backup=('etc/nginx/fastcgi.conf'
+'etc/nginx/fastcgi_params'
+'etc/nginx/koi-win'
+'etc/nginx/koi-utf'
+'etc/nginx/mime.types'
+'etc/nginx/nginx.conf'
+'etc/nginx/scgi_params'
+'etc/nginx/uwsgi_params'
+'etc/nginx/win-utf'
+'etc/logrotate.d/nginx')
+install=nginx.install
+provides=('nginx')
+conflicts=('nginx')
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
+service
+logrotate)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

+md5sums=('1f8529568f825dfa4da4e99ba483678e'
+ 'SKIP'
+ 'ef491e760e7c1ffec9ca25441a150c83'
+ '6a01fb17af86f03707c8ae60f98a2dc2')
+sha512sums=('4a8924b1edd0b8476437680ea548a0bc983d360e73f2d5797f60cebc3ef7d6fb64e56b6aaf5a4fc1707d24519dc70d466a7bf1d336c463651928d65c2f7b5380'
+'SKIP'
+
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
+
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
+
+_common_flags=(
+  --with-compat
+  --with-file-aio
+  --with-http_addition_module
+  --with-http_auth_request_module
+  --with-http_dav_module
+  --with-http_degradation_module
+  --with-http_flv_module
+  --with-http_geoip_module
+  --with-http_gunzip_module
+  --with-http_gzip_static_module
+  --with-http_mp4_module
+  --with-http_realip_module
+  --with-http_secure_link_module
+  --with-http_slice_module
+  --with-http_ssl_module
+  --with-http_stub_status_module
+  --with-http_sub_module
+  --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-pcre-jit
+  --with-stream
+  --with-stream_geoip_module
+  --with-stream_realip_module
+  --with-stream_ssl_module
+  --with-stream_ssl_preread_module
+  --with-threads
+)
+
+_mainline_flags=(
+)
+
+build() {
+  cd $provides-$pkgver
+  ./configure \
+--prefix=/etc/nginx \
+--conf-path=/etc/nginx/nginx.conf \
+--sbin-path=/usr/bin/nginx \
+--pid-path=/run/nginx.pid \
+--lock-path=/run/lock/nginx.lock \
+--user=http \
+--group=http \
+--http-log-path=/var/log/nginx/access.log \
+--error-log-path=stderr \
+--http-client-body-temp-path=/var/lib/nginx/client-body \
+--http-proxy-temp-path=/var/lib/nginx/proxy \
+--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
+

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

2017-07-13 Thread Giancarlo Razzolini
Date: Thursday, July 13, 2017 @ 18:32:34
  Author: grazzolini
Revision: 244994

upgpkg: nginx-mainline 1.13.3-2

Removal of hardned-wrapper from makedepends

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 17:43:16 UTC (rev 244993)
+++ PKGBUILD2017-07-13 18:32:34 UTC (rev 244994)
@@ -6,13 +6,12 @@
 
 pkgname=nginx-mainline
 pkgver=1.13.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
 license=('custom')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
 backup=('etc/nginx/fastcgi.conf'
 'etc/nginx/fastcgi_params'
 'etc/nginx/koi-win'
@@ -89,6 +88,8 @@
 --http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
 --http-scgi-temp-path=/var/lib/nginx/scgi \
 --http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+--with-cc-opt="$CFLAGS $CPPFLAGS" \
+--with-ld-opt="$LDFLAGS" \
 ${_common_flags[@]} \
 ${_mainline_flags[@]}
 


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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 18:26:55
  Author: arojas
Revision: 300485

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wcslib/repos/extra-i686/PKGBUILD
(from rev 300484, wcslib/trunk/PKGBUILD)
  wcslib/repos/extra-x86_64/PKGBUILD
(from rev 300484, wcslib/trunk/PKGBUILD)
Deleted:
  wcslib/repos/extra-i686/PKGBUILD
  wcslib/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 18:26:06 UTC (rev 300484)
+++ extra-i686/PKGBUILD 2017-07-13 18:26:55 UTC (rev 300485)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.16
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=(i686 x86_64)
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=(GPL3)
-depends=(cfitsio)
-makedepends=(gcc-fortran)
-source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8608b3e7f36a7d82a670c3569ad21817')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
-}

Copied: wcslib/repos/extra-i686/PKGBUILD (from rev 300484, 
wcslib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 18:26:55 UTC (rev 300485)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.16
+pkgrel=2
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('ed031e0cf1cec0e9cabfc650423efa526fec341441865001c1e2c56bfffc99ef')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --without-pgplot
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install -j1
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 18:26:06 UTC (rev 300484)
+++ extra-x86_64/PKGBUILD   2017-07-13 18:26:55 UTC (rev 300485)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.16
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=(i686 x86_64)
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=(GPL3)
-depends=(cfitsio)
-makedepends=(gcc-fortran)
-source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8608b3e7f36a7d82a670c3569ad21817')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
-}

Copied: wcslib/repos/extra-x86_64/PKGBUILD (from rev 300484, 
wcslib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-13 18:26:55 UTC (rev 300485)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.16
+pkgrel=2
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('ed031e0cf1cec0e9cabfc650423efa526fec341441865001c1e2c56bfffc99ef')
+
+build() {
+  cd 

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 18:26:06
  Author: arojas
Revision: 300484

PIE rebuild

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 16:55:21 UTC (rev 300483)
+++ PKGBUILD2017-07-13 18:26:06 UTC (rev 300484)
@@ -4,7 +4,7 @@
 
 pkgname=wcslib
 pkgver=5.16
-pkgrel=1
+pkgrel=2
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
 arch=(i686 x86_64)
 url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
@@ -12,19 +12,18 @@
 depends=(cfitsio)
 makedepends=(gcc-fortran)
 
source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8608b3e7f36a7d82a670c3569ad21817')
+sha256sums=('ed031e0cf1cec0e9cabfc650423efa526fec341441865001c1e2c56bfffc99ef')
 
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr \
---without-pgplot
-  make
+  ./configure --prefix=/usr --without-pgplot
+  make -j1
 }
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -j1
 
   # Fix wrong permissions
   chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}


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

2017-07-13 Thread Ike Devolder
Date: Thursday, July 13, 2017 @ 17:43:16
  Author: idevolder
Revision: 244993

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 244992, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 244992, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 244992, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 244992, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  134 
 default   |8 +--
 opera |   26 +-
 opera.install |   78 
 4 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-13 17:43:08 UTC (rev 244992)
+++ PKGBUILD2017-07-13 17:43:16 UTC (rev 244993)
@@ -1,67 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=46.0.2597.39
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/;
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('x86_64')
-depends=('gtk3' 'alsa-lib' 'libnotify' 'gconf' 'curl' 'nss' 'libcups' 'libxss' 
'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
-optdepends=(
-'opera-ffmpeg-codecs: playback of proprietary video/audio (AUR)'
-'upower: opera battery save'
-)
-source=(
-
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
-"opera"
-"default"
-)
-sha512sums=('685560c1307bede286b830afc1363fccb82546f6b94c41797fcabdaef58bb1ec4480f26864091029bdf28feed430a3c411fdcb6d1cd30eb58c8cded3ec88c0c3'
-
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
-
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 244992, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-13 17:43:16 UTC (rev 244993)
@@ -0,0 +1,67 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 
+# Contributor: ruario 
+# Contributor: Daniel Isenmann 
+# Contributor: dorphell 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: eworm
+
+pkgname=opera
+pkgver=46.0.2597.46
+pkgrel=1
+pkgdesc="A fast and secure web browser"
+url="http://www.opera.com/;
+options=(!strip !zipman)
+license=('custom:opera')
+backup=("etc/$pkgname/default")
+arch=('x86_64')
+depends=('gtk3' 'alsa-lib' 'libnotify' 'gconf' 'curl' 'nss' 'libcups' 'libxss' 
'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+optdepends=(
+'opera-ffmpeg-codecs: playback of proprietary video/audio (AUR)'
+'upower: opera battery save'
+)
+source=(
+
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
+"opera"
+"default"
+)
+sha512sums=('d90ed51cb88ffe95ad3d0a5e1d590bac906f787b7eed5bfd4bed9a41b1a3f7b098235921c3e4823dcbfe6ec630dd43093f3406b87855f5cf59cdc43877c6d049'
+

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

2017-07-13 Thread Ike Devolder
Date: Thursday, July 13, 2017 @ 17:43:08
  Author: idevolder
Revision: 244992

upgpkg: opera 46.0.2597.46-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 16:49:23 UTC (rev 244991)
+++ PKGBUILD2017-07-13 17:43:08 UTC (rev 244992)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=46.0.2597.39
+pkgver=46.0.2597.46
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -28,7 +28,7 @@
 "opera"
 "default"
 )
-sha512sums=('685560c1307bede286b830afc1363fccb82546f6b94c41797fcabdaef58bb1ec4480f26864091029bdf28feed430a3c411fdcb6d1cd30eb58c8cded3ec88c0c3'
+sha512sums=('d90ed51cb88ffe95ad3d0a5e1d590bac906f787b7eed5bfd4bed9a41b1a3f7b098235921c3e4823dcbfe6ec630dd43093f3406b87855f5cf59cdc43877c6d049'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f')
 


[arch-commits] Commit in git/repos (16 files)

2017-07-13 Thread Christian Hesse
Date: Thursday, July 13, 2017 @ 16:55:21
  Author: eworm
Revision: 300483

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  git/repos/testing-i686/PKGBUILD
(from rev 300482, git/trunk/PKGBUILD)
  git/repos/testing-i686/git-daemon.socket
(from rev 300482, git/trunk/git-daemon.socket)
  git/repos/testing-i686/git-daemon@.service
(from rev 300482, git/trunk/git-daemon@.service)
  git/repos/testing-i686/git.install
(from rev 300482, git/trunk/git.install)
  git/repos/testing-x86_64/PKGBUILD
(from rev 300482, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 300482, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 300482, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git.install
(from rev 300482, git/trunk/git.install)
Deleted:
  git/repos/testing-i686/PKGBUILD
  git/repos/testing-i686/git-daemon.socket
  git/repos/testing-i686/git-daemon@.service
  git/repos/testing-i686/git.install
  git/repos/testing-x86_64/PKGBUILD
  git/repos/testing-x86_64/git-daemon.socket
  git/repos/testing-x86_64/git-daemon@.service
  git/repos/testing-x86_64/git.install

+
 /PKGBUILD  |  260 +++
 /git-daemon.socket |   18 ++
 /git-daemon@.service   |   20 ++
 /git.install   |   24 +++
 testing-i686/PKGBUILD  |  129 -
 testing-i686/git-daemon.socket |9 -
 testing-i686/git-daemon@.service   |   10 -
 testing-i686/git.install   |   12 -
 testing-x86_64/PKGBUILD|  129 -
 testing-x86_64/git-daemon.socket   |9 -
 testing-x86_64/git-daemon@.service |   10 -
 testing-x86_64/git.install |   12 -
 12 files changed, 322 insertions(+), 320 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-13 16:55:12 UTC (rev 300482)
+++ testing-i686/PKGBUILD   2017-07-13 16:55:21 UTC (rev 300483)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.13.3
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'perl-mediawiki-api: git mediawiki support'
-'perl-datetime-format-iso8601: git mediawiki support'
-'perl-lwp-protocol-https: git mediawiki https support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-sha256sums=('91aa23be428f67eb19616f43fa0229d567e9acf4f08fba33eb0b627e4d323e62'
-'SKIP'
-'3bc3250d9e04b05c41975c01f85f512d3386d60b41475cbc7292bc88148852f6'
-'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/credential/libsecret
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-  make -C contrib/mw-to-git prefix=/usr all
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-

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

2017-07-13 Thread Christian Hesse
Date: Thursday, July 13, 2017 @ 16:55:12
  Author: eworm
Revision: 300482

upgpkg: git 2.13.3-2

make contrib/diff-highlight

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 15:31:20 UTC (rev 300481)
+++ PKGBUILD2017-07-13 16:55:12 UTC (rev 300482)
@@ -4,7 +4,7 @@
 
 pkgname=git
 pkgver=2.13.3
-pkgrel=1
+pkgrel=2
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
 url="http://git-scm.com/;
@@ -52,6 +52,7 @@
   make -C contrib/credential/libsecret
   make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
   make -C contrib/mw-to-git prefix=/usr all
+  make -C contrib/diff-highlight prefix=/usr
 }
 
 check() {


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

2017-07-13 Thread Sergej Pupykin
Date: Thursday, July 13, 2017 @ 16:49:23
  Author: spupykin
Revision: 244991

mistype

Modified:
  chrony/trunk/chrony.install

+
 chrony.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: chrony.install
===
--- chrony.install  2017-07-13 16:31:08 UTC (rev 244990)
+++ chrony.install  2017-07-13 16:49:23 UTC (rev 244991)
@@ -4,7 +4,7 @@
 }
 
 post_upgrade() {
-  echo "-- crony.service was renamed to cronyd.service!"
+  echo "-- chrony.service was renamed to chronyd.service!"
   if [[ $(vercmp $2 1.29.1-2) -le 0 ]]; then
 getent group chrony &>/dev/null || groupadd -r -g 183 chrony >/dev/null
 getent passwd chrony &>/dev/null || useradd -r -u 183 -g chrony -d 
/var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null


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

2017-07-13 Thread Balló György
Date: Thursday, July 13, 2017 @ 16:31:08
  Author: bgyorgy
Revision: 244990

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-13 16:24:51 UTC (rev 244989)
+++ PKGBUILD2017-07-13 16:31:08 UTC (rev 244990)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Tarmo Heiskanen 
-
-pkgname=('python-flask' 'python2-flask')
-pkgver=0.12.2
-pkgrel=2
-pkgdesc='Micro webdevelopment framework for Python'
-url='http://flask.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
-sha256sums=('ef3f047ab2af83fc1b9658d8953857f63a84a2fcebcf4e77f8252f0f3e7684f2')
-
-prepare() {
-  cp -r "flask-$pkgver" "python-flask-$pkgver"
-  cp -r "flask-$pkgver" "python2-flask-$pkgver"
-}
-
-build_python-flask() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-flask() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-check_python-flask() {
-  cd "$pkgname-$pkgver"
-  python setup.py test
-
-  cd "$pkgname-$pkgver"
-  python2 setup.py test
-}
-
-package_python-flask() {
-  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-flask() {
-  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flask/repos/community-any/PKGBUILD (from rev 244989, 
python-flask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-13 16:31:08 UTC (rev 244990)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Tarmo Heiskanen 
+
+pkgname=('python-flask' 'python2-flask')
+pkgver=0.12.2
+pkgrel=2
+pkgdesc='Micro webdevelopment framework for Python'
+url='http://flask.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
+sha512sums=('5007129eed63902a39c6652f0868348629f3f6e09d38a764a6ed0e77f6e87f0a28068cfeee6ecb2dee92ccee771d57f42ba816f856e49f08b8c1dfe6bde9873c')
+
+prepare() {
+  cp -r "flask-$pkgver" "python-flask-$pkgver"
+  cp -r "flask-$pkgver" "python2-flask-$pkgver"
+}
+
+build_python-flask() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-flask() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+check_python-flask() {
+  cd "$pkgname-$pkgver"
+  python setup.py test
+
+  cd "$pkgname-$pkgver"
+  python2 setup.py test
+}
+
+package_python-flask() {
+  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-flask() {
+  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in uwsgi/repos (56 files)

2017-07-13 Thread Balló György
Date: Thursday, July 13, 2017 @ 16:24:51
  Author: bgyorgy
Revision: 244989

archrelease: copy trunk to community-i686, community-x86_64

Added:
  uwsgi/repos/community-i686/PKGBUILD
(from rev 244988, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 244988, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/emperor.ini
(from rev 244988, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-i686/emperor.uwsgi.service
(from rev 244988, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-i686/emperor.uwsgi.socket
(from rev 244988, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-i686/php7.patch
(from rev 244988, uwsgi/trunk/php7.patch)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 244988, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 244988, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi.logrotate
(from rev 244988, uwsgi/trunk/uwsgi.logrotate)
  uwsgi/repos/community-i686/uwsgi_at.service
(from rev 244988, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-i686/uwsgi_at.socket
(from rev 244988, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 244988, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 244988, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 244988, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 244988, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 244988, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/emperor.ini
(from rev 244988, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
(from rev 244988, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
(from rev 244988, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-x86_64/php7.patch
(from rev 244988, uwsgi/trunk/php7.patch)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 244988, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 244988, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi.logrotate
(from rev 244988, uwsgi/trunk/uwsgi.logrotate)
  uwsgi/repos/community-x86_64/uwsgi_at.service
(from rev 244988, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-x86_64/uwsgi_at.socket
(from rev 244988, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 244988, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 244988, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 244988, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/emperor.ini
  uwsgi/repos/community-i686/emperor.uwsgi.service
  uwsgi/repos/community-i686/emperor.uwsgi.socket
  uwsgi/repos/community-i686/php7.patch
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi.logrotate
  uwsgi/repos/community-i686/uwsgi_at.service
  uwsgi/repos/community-i686/uwsgi_at.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/emperor.ini
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-x86_64/php7.patch
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi.logrotate
  uwsgi/repos/community-x86_64/uwsgi_at.service
  uwsgi/repos/community-x86_64/uwsgi_at.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  414 
 /archlinux.ini|   10 
 /emperor.ini  |8 
 /emperor.uwsgi.service|   32 +
 /emperor.uwsgi.socket |   18 
 /php7.patch   |  338 
 /tmpfilesd|2 
 /uwsgi.install|   18 
 /uwsgi.logrotate  |   18 
 /uwsgi_at.service |   32 +
 /uwsgi_at.socket  

[arch-commits] Commit in python2-m2crypto/repos (12 files)

2017-07-13 Thread Sergej Pupykin
Date: Thursday, July 13, 2017 @ 16:18:49
  Author: spupykin
Revision: 244988

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python2-m2crypto/repos/community-i686/LICENSE
(from rev 244987, python2-m2crypto/trunk/LICENSE)
  python2-m2crypto/repos/community-i686/PKGBUILD
(from rev 244987, python2-m2crypto/trunk/PKGBUILD)
  python2-m2crypto/repos/community-i686/openssl-1.1.0-force.patch
(from rev 244987, python2-m2crypto/trunk/openssl-1.1.0-force.patch)
  python2-m2crypto/repos/community-x86_64/LICENSE
(from rev 244987, python2-m2crypto/trunk/LICENSE)
  python2-m2crypto/repos/community-x86_64/PKGBUILD
(from rev 244987, python2-m2crypto/trunk/PKGBUILD)
  python2-m2crypto/repos/community-x86_64/openssl-1.1.0-force.patch
(from rev 244987, python2-m2crypto/trunk/openssl-1.1.0-force.patch)
Deleted:
  python2-m2crypto/repos/community-i686/LICENSE
  python2-m2crypto/repos/community-i686/PKGBUILD
  python2-m2crypto/repos/community-i686/openssl-1.1.0-force.patch
  python2-m2crypto/repos/community-x86_64/LICENSE
  python2-m2crypto/repos/community-x86_64/PKGBUILD
  python2-m2crypto/repos/community-x86_64/openssl-1.1.0-force.patch

+
 /LICENSE   |   52 ++
 /PKGBUILD  |   78 +++
 /openssl-1.1.0-force.patch |   66 ++
 community-i686/LICENSE |   26 -
 community-i686/PKGBUILD|   40 -
 community-i686/openssl-1.1.0-force.patch   |   33 ---
 community-x86_64/LICENSE   |   26 -
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/openssl-1.1.0-force.patch |   33 ---
 9 files changed, 196 insertions(+), 198 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2017-07-13 16:18:27 UTC (rev 244987)
+++ community-i686/LICENSE  2017-07-13 16:18:49 UTC (rev 244988)
@@ -1,26 +0,0 @@
-Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
-
-Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
-All rights reserved.
-
-Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
-All rights reserved.
-
-Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation.
-
-THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python2-m2crypto/repos/community-i686/LICENSE (from rev 244987, 
python2-m2crypto/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2017-07-13 16:18:49 UTC (rev 244988)
@@ -0,0 +1,26 @@
+Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
+
+Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
+All rights reserved.
+
+Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
+All rights reserved.
+
+Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation.
+
+THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 

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

2017-07-13 Thread Sergej Pupykin
Date: Thursday, July 13, 2017 @ 16:18:27
  Author: spupykin
Revision: 244987

upgpkg: python2-m2crypto 0.26.0-1

Modified:
  python2-m2crypto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 16:09:24 UTC (rev 244986)
+++ PKGBUILD2017-07-13 16:18:27 UTC (rev 244987)
@@ -4,8 +4,8 @@
 # Contributor: William Rea 
 
 pkgname=python2-m2crypto
-pkgver=0.24.0
-pkgrel=4
+pkgver=0.26.0
+pkgrel=1
 pkgdesc="A crypto and SSL toolkit for Python"
 arch=('i686' 'x86_64')
 url="https://pypi.python.org/pypi/M2Crypto;
@@ -12,13 +12,12 @@
 license=('BSD')
 depends=('python2' 'openssl-1.0')
 makedepends=('swig' 'python2-setuptools')
-#source=("m2crypto-${pkgver}.tar.gz::https://github.com/martinpaljak/M2Crypto/archive/v$pkgver.tar.gz;
-source=("https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-$pkgver.tar.gz;
+source=("https://pypi.python.org/packages/11/29/0b075f51c38df4649a24ecff9ead1ffc57b164710821048e3d997f1363b9/M2Crypto-$pkgver.tar.gz;
 "openssl-1.1.0-force.patch"
"LICENSE")
-md5sums=('8e87235942c76d1ba9f999ee33764fdb'
- '6fde6efbc37fcb971e23125a396f4963'
- 'b0e1f0b7d0ce8a62c18b1287b991800e')
+sha256sums=('05d94fd9b2dae2fb8e072819a795f0e05d3611b09ea185f68e1630530ec09ae8'
+'459143ec4ceb5dfccfb5603d7543122886e6cee08f92047a3a2675b6fa145e64'
+'4eca478396f4b2b020729a111fce3f096456d74500bfd8f2b0388c3c69f997c0')
 
 prepare() {
   cd "${srcdir}/M2Crypto-${pkgver}"


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

2017-07-13 Thread Sven-Hendrik Haase
Date: Thursday, July 13, 2017 @ 16:09:24
  Author: svenstaro
Revision: 244986

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-13 16:09:16 UTC (rev 244985)
+++ PKGBUILD2017-07-13 16:09:24 UTC (rev 244986)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.5.1
-pkgrel=3
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('i686' 'x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment>=8' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf')
-options=('!distcc' '!strip')
-source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('7d35d74cfe568e09242b509779b54ac50a430da1474c39a6c96cea518ddcda6dcfb7dc29124518cda5edb10d09cf71b1f97e50857de53fbbf65ab979152b479e'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  ./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel
-  install -Dm755 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/etc/bash_completion.d/bazel-complete.bash
-  install -Dm755 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
-  mkdir -p ${pkgdir}/opt/bazel/
-  for d in examples third_party tools; do
-cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 244985, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-13 16:09:24 UTC (rev 244986)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment>=8' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf')
+options=('!distcc' '!strip')
+source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
+
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
+sha512sums=('2580b41a09d8e7766bf06ed55bca06f542a13fecf050b105829811d8a95e8f9a4395ebc8d3ce6436ecec8faab704afd608d71e2d368e51c668df3f766ca6e9c1'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel
+  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/bazel-complete.bash
+  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
+  mkdir -p ${pkgdir}/opt/bazel/
+  for d in examples third_party tools; do
+cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
+  done
+}
+# vim:set ts=2 sw=2 et:


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

2017-07-13 Thread Sven-Hendrik Haase
Date: Thursday, July 13, 2017 @ 16:09:16
  Author: svenstaro
Revision: 244985

upgpkg: bazel 0.5.2-1

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 16:08:12 UTC (rev 244984)
+++ PKGBUILD2017-07-13 16:09:16 UTC (rev 244985)
@@ -3,10 +3,10 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=0.5.1
-pkgrel=3
+pkgver=0.5.2
+pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('Apache')
 url='https://bazel.io/'
 depends=('java-environment>=8' 'libarchive' 'zip' 'unzip')
@@ -14,7 +14,7 @@
 options=('!distcc' '!strip')
 
source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
 
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('7d35d74cfe568e09242b509779b54ac50a430da1474c39a6c96cea518ddcda6dcfb7dc29124518cda5edb10d09cf71b1f97e50857de53fbbf65ab979152b479e'
+sha512sums=('2580b41a09d8e7766bf06ed55bca06f542a13fecf050b105829811d8a95e8f9a4395ebc8d3ce6436ecec8faab704afd608d71e2d368e51c668df3f766ca6e9c1'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 
@@ -27,8 +27,8 @@
 
 package() {
   install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel
-  install -Dm755 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/etc/bash_completion.d/bazel-complete.bash
-  install -Dm755 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
+  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/bazel-complete.bash
+  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
   mkdir -p ${pkgdir}/opt/bazel/
   for d in examples third_party tools; do
 cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/


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

2017-07-13 Thread Christian Rebischke
Date: Thursday, July 13, 2017 @ 16:08:12
  Author: shibumi
Revision: 244984

archrelease: copy trunk to community-i686, community-x86_64

Added:
  networkmanager-strongswan/repos/community-i686/
  networkmanager-strongswan/repos/community-i686/PKGBUILD
(from rev 244983, networkmanager-strongswan/trunk/PKGBUILD)
  networkmanager-strongswan/repos/community-x86_64/
  networkmanager-strongswan/repos/community-x86_64/PKGBUILD
(from rev 244983, networkmanager-strongswan/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   37 +
 community-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: networkmanager-strongswan/repos/community-i686/PKGBUILD (from rev 
244983, networkmanager-strongswan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-13 16:08:12 UTC (rev 244984)
@@ -0,0 +1,37 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Jan Hicken 
+
+pkgname=networkmanager-strongswan
+_pkgname=NetworkManager-strongswan
+pkgver=1.4.2
+pkgrel=2
+pkgdesc="Strongswan NetworkManager plugin"
+arch=('i686' 'x86_64')
+url="http://wiki.strongswan.org/projects/strongswan/wiki/NetworkManager;
+license=('GPL')
+depends=('networkmanager' 'strongswan>=5.5.1' 'libnm-gtk' 'libsecret')
+makedepends=('intltool')
+source=("https://download.strongswan.org/NetworkManager/$_pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('b62790d9cee12bed24c50762c2624654268244c8a1d5d42f184f78316e651dd8d450096bd9652699686c307d0ffbe8a328a151e3430755cf40a1d1de7a1525e8'
+'SKIP')
+validpgpkeys=('12538F8F689B5F1F15F07BE1765FE26C6B467584') # Tobias Brunner
+
+build() {
+  cd "$_pkgname-$pkgver"
+  ./configure --sysconfdir=/etc --prefix=/usr \
+--libexecdir=/usr/lib/networkmanager \
+--with-charon=/usr/lib/strongswan/charon-nm
+  make
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: networkmanager-strongswan/repos/community-x86_64/PKGBUILD (from rev 
244983, networkmanager-strongswan/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-13 16:08:12 UTC (rev 244984)
@@ -0,0 +1,37 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Jan Hicken 
+
+pkgname=networkmanager-strongswan
+_pkgname=NetworkManager-strongswan
+pkgver=1.4.2
+pkgrel=2
+pkgdesc="Strongswan NetworkManager plugin"
+arch=('i686' 'x86_64')
+url="http://wiki.strongswan.org/projects/strongswan/wiki/NetworkManager;
+license=('GPL')
+depends=('networkmanager' 'strongswan>=5.5.1' 'libnm-gtk' 'libsecret')
+makedepends=('intltool')
+source=("https://download.strongswan.org/NetworkManager/$_pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('b62790d9cee12bed24c50762c2624654268244c8a1d5d42f184f78316e651dd8d450096bd9652699686c307d0ffbe8a328a151e3430755cf40a1d1de7a1525e8'
+'SKIP')
+validpgpkeys=('12538F8F689B5F1F15F07BE1765FE26C6B467584') # Tobias Brunner
+
+build() {
+  cd "$_pkgname-$pkgver"
+  ./configure --sysconfdir=/etc --prefix=/usr \
+--libexecdir=/usr/lib/networkmanager \
+--with-charon=/usr/lib/strongswan/charon-nm
+  make
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in nginx-mod-njs/repos (4 files)

2017-07-13 Thread Massimiliano Torromeo
Date: Thursday, July 13, 2017 @ 15:59:22
  Author: mtorromeo
Revision: 244983

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nginx-mod-njs/repos/community-i686/PKGBUILD
(from rev 244982, nginx-mod-njs/trunk/PKGBUILD)
  nginx-mod-njs/repos/community-x86_64/PKGBUILD
(from rev 244982, nginx-mod-njs/trunk/PKGBUILD)
Deleted:
  nginx-mod-njs/repos/community-i686/PKGBUILD
  nginx-mod-njs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-13 15:55:20 UTC (rev 244982)
+++ community-i686/PKGBUILD 2017-07-13 15:59:22 UTC (rev 244983)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-njs
-pkgver=0.1.10 # http://hg.nginx.org/njs/tags
-pkgrel=2
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc='nginScript module for nginx'
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="http://nginx.org/en/docs/njs_about.html;
-license=('CUSTOM')
-
-source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
-   njs-$pkgver.tar.gz::http://hg.nginx.org/njs/archive/$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-'17658ef9efa127f13b4d2541a69ddb4359267c63a11c19beda1d3220d4a2fe0d')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat --add-dynamic-module=../njs-$pkgver/nginx
-   make modules
-}
-
-package() {
-   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
-  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-}

Copied: nginx-mod-njs/repos/community-i686/PKGBUILD (from rev 244982, 
nginx-mod-njs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-13 15:59:22 UTC (rev 244983)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-njs
+pkgver=0.1.11 # http://hg.nginx.org/njs/tags
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.1
+
+pkgdesc='nginScript module for nginx'
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver")
+url="http://nginx.org/en/docs/njs_about.html;
+license=('CUSTOM')
+
+source=(
+   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   njs-$pkgver.tar.gz::http://hg.nginx.org/njs/archive/$pkgver.tar.gz
+)
+
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
+'9940239ef502a4f2368e001c72d8862beccd8c96772ecc9cf7e45b871cd7e9d2')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-13 15:55:20 UTC (rev 244982)
+++ community-x86_64/PKGBUILD   2017-07-13 15:59:22 UTC (rev 244983)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-njs
-pkgver=0.1.10 # http://hg.nginx.org/njs/tags
-pkgrel=2
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc='nginScript module for nginx'
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="http://nginx.org/en/docs/njs_about.html;
-license=('CUSTOM')
-
-source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
-   njs-$pkgver.tar.gz::http://hg.nginx.org/njs/archive/$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-'17658ef9efa127f13b4d2541a69ddb4359267c63a11c19beda1d3220d4a2fe0d')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat --add-dynamic-module=../njs-$pkgver/nginx
-   make modules
-}
-
-package() {
-   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
-  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-}


[arch-commits] Commit in nginx-mod-njs/trunk (PKGBUILD)

2017-07-13 Thread Massimiliano Torromeo
Date: Thursday, July 13, 2017 @ 15:55:20
  Author: mtorromeo
Revision: 244982

upgpkg: nginx-mod-njs 0.1.11-1

Fixed missing ngx_stream_js_module.so

Modified:
  nginx-mod-njs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 15:46:42 UTC (rev 244981)
+++ PKGBUILD2017-07-13 15:55:20 UTC (rev 244982)
@@ -2,8 +2,8 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-njs
-pkgver=0.1.10 # http://hg.nginx.org/njs/tags
-pkgrel=2
+pkgver=0.1.11 # http://hg.nginx.org/njs/tags
+pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
 _nginxver=1.12.1
@@ -20,11 +20,11 @@
 )
 
 sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-'17658ef9efa127f13b4d2541a69ddb4359267c63a11c19beda1d3220d4a2fe0d')
+'9940239ef502a4f2368e001c72d8862beccd8c96772ecc9cf7e45b871cd7e9d2')
 
 build() {
cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat --add-dynamic-module=../njs-$pkgver/nginx
+   ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
make modules
 }
 


[arch-commits] Commit in (4 files)

2017-07-13 Thread Christian Rebischke
Date: Thursday, July 13, 2017 @ 15:46:42
  Author: shibumi
Revision: 244981

pushed it to community

Added:
  networkmanager-strongswan/
  networkmanager-strongswan/repos/
  networkmanager-strongswan/trunk/
  networkmanager-strongswan/trunk/PKGBUILD

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

Added: networkmanager-strongswan/trunk/PKGBUILD
===
--- networkmanager-strongswan/trunk/PKGBUILD(rev 0)
+++ networkmanager-strongswan/trunk/PKGBUILD2017-07-13 15:46:42 UTC (rev 
244981)
@@ -0,0 +1,37 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Jan Hicken 
+
+pkgname=networkmanager-strongswan
+_pkgname=NetworkManager-strongswan
+pkgver=1.4.2
+pkgrel=2
+pkgdesc="Strongswan NetworkManager plugin"
+arch=('i686' 'x86_64')
+url="http://wiki.strongswan.org/projects/strongswan/wiki/NetworkManager;
+license=('GPL')
+depends=('networkmanager' 'strongswan>=5.5.1' 'libnm-gtk' 'libsecret')
+makedepends=('intltool')
+source=("https://download.strongswan.org/NetworkManager/$_pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('b62790d9cee12bed24c50762c2624654268244c8a1d5d42f184f78316e651dd8d450096bd9652699686c307d0ffbe8a328a151e3430755cf40a1d1de7a1525e8'
+'SKIP')
+validpgpkeys=('12538F8F689B5F1F15F07BE1765FE26C6B467584') # Tobias Brunner
+
+build() {
+  cd "$_pkgname-$pkgver"
+  ./configure --sysconfdir=/etc --prefix=/usr \
+--libexecdir=/usr/lib/networkmanager \
+--with-charon=/usr/lib/strongswan/charon-nm
+  make
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: networkmanager-strongswan/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2017-07-13 Thread Sven-Hendrik Haase
Date: Thursday, July 13, 2017 @ 15:44:00
  Author: svenstaro
Revision: 244980

Fix prebuilt docker images to use the proper version

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 15:39:06 UTC (rev 244979)
+++ PKGBUILD2017-07-13 15:44:00 UTC (rev 244980)
@@ -19,15 +19,15 @@
 # Note: This should be built using git because the runner gets its version 
information from there and I
 # haven't found the place to patch that yet.
 
source=("git+https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git#tag=v${pkgver};
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-x86_64.tar.xz;
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-arm.tar.xz;
+
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz;
+
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-arm.tar.xz;
 "gitlab-runner.service"
 "gitlab-runner.sysusers"
 "gitlab-runner.tmpfiles"
 "config.toml")
 sha512sums=('SKIP'
-
'a584bc59a4a029a9e7c1a32d8f67db1f94a5173b0f5457b677a435601f02842a8ea248ef48c26314c4b53b61dc34db625f4277ddd5b753fd0811af7c8bc3e459'
-
'7d63be0e8b54b978acf2a44d28540217da1927d25246879d33720241ea20c473acecd7686e944bcbe76a6c0b98606d829d909f8e8699b78b72aaa9fd3243b19f'
+
'6c8c082f2a70d416e1de369085dc2a6bb89f42b959d7dd6549485b4e5fefd4c3959e0423428b424abcffb97da6ed3c7ef9cad01f00ed63a27db5eea97babd9d1'
+
'3f042c992473a0312ae1210dc6cd1da65bc87850fff24504cdc0d785245bda8afed3cb67a21e4f4f1c6874d7963e211f80167e64876a8ca8ef357ae481b47433'
 
'ed24841242a56a3b10dd80cd23e0c980f6bbe5fd0ebd4c6b46529947e4920cc9c03e4f4b239da8a798c801a6cdd757415113f97e45c1032f2c519fdaec4d3ae0'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
 
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'


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

2017-07-13 Thread Sven-Hendrik Haase
Date: Thursday, July 13, 2017 @ 15:39:06
  Author: svenstaro
Revision: 244979

Use sha512sums

Modified:
  python-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 15:37:51 UTC (rev 244978)
+++ PKGBUILD2017-07-13 15:39:06 UTC (rev 244979)
@@ -13,7 +13,7 @@
 license=('custom:BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
-sha256sums=('ef3f047ab2af83fc1b9658d8953857f63a84a2fcebcf4e77f8252f0f3e7684f2')
+sha512sums=('5007129eed63902a39c6652f0868348629f3f6e09d38a764a6ed0e77f6e87f0a28068cfeee6ecb2dee92ccee771d57f42ba816f856e49f08b8c1dfe6bde9873c')
 
 prepare() {
   cp -r "flask-$pkgver" "python-flask-$pkgver"


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

2017-07-13 Thread Sven-Hendrik Haase
Date: Thursday, July 13, 2017 @ 15:37:51
  Author: svenstaro
Revision: 244978

Add systemd to makedeps

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 15:21:39 UTC (rev 244977)
+++ PKGBUILD2017-07-13 15:37:51 UTC (rev 244978)
@@ -30,7 +30,7 @@
 conflicts=(python-$pkgbase)
 makedepends=(gcc python python2 ruby python2-greenlet python-greenlet 
php-embed curl libxml2 libyaml
  perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
- jansson classpath pypy mono python2-gevent apache)
+ jansson classpath pypy mono python2-gevent apache systemd)
 optdepends=('systemd: daemon scripts')
 source=("https://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz;
 
uwsgiplugin.py::https://raw.githubusercontent.com/unbit/uwsgi/9787f6882c2475aa9873e400988160b17dd04545/plugins/systemd_logger/uwsgiplugin.py


[arch-commits] Commit in kde-l10n/repos/extra-any (PKGBUILD PKGBUILD)

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:31:20
  Author: arojas
Revision: 300481

archrelease: copy trunk to extra-any

Added:
  kde-l10n/repos/extra-any/PKGBUILD
(from rev 300480, kde-l10n/trunk/PKGBUILD)
Deleted:
  kde-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  330 ++---
 1 file changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-13 15:30:53 UTC (rev 300480)
+++ PKGBUILD2017-07-13 15:31:20 UTC (rev 300481)
@@ -1,165 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kde-l10n
-pkgver=17.04.2
-pkgrel=1
-arch=(any)
-url='https://www.kde.org/'
-license=(GPL)
-makedepends=(kdelibs cmake automoc4)
-options=(docs)
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'bg "Bulgarian"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'ca@valencia "Catalan (Valencian)"'
-  'cs "Czech"'
-  'da "Danish"'
-  'de "German"'
-  'el "Greek"'
-  'en_GB  "British English"'
-  'eo "Esperanto"'
-  'es "Spanish"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Farsi"'
-  'fi "Finnish"'
-  'fr "French"'
-  'ga "Irish"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hi "Hindi"'
-  'hr "Croatian"'
-  'hu "Hungarian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mr "Marathi"'
-  'nb "Norwegian Bokmal"'
-  'nds"Low Saxon"'
-  'nl "Dutch"'
-  'nn "Norwegian Nynorsk"'
-  'pa "Panjabi/Punjabi"'
-  'pl "Polish"'
-  'pt "Portuguese"'
-  'pt_BR  "Brazilian Portuguese"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sr "Serbian"'
-  'sv "Swedish"'
-  'tr "Turkish"'
-  'ug "Uyghur"'
-  'uk "Ukrainian"'
-  'wa "Walloon"'
-  'zh_CN  "Chinese Simplified"'
-  'zh_TW  "Chinese Traditional"'
-)
-
-pkgname=()
-source=()
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=kde-l10n-${_locale,,}
-  
-  pkgname+=($_pkgname)
-  
source+=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase/$pkgbase-$_locale-$pkgver.tar.xz;)
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-sha256sums=('288598dd696fed89733d98231bb08867502dce9b927b983c2a47d7bdda2ec770'
-'b3669ac185ca84bcf7516174b500c755d20b749402917c61a0f465d383d5d86c'
-'e42e8a0c03cfd8ec8eac2a5173b70adffafea41b73a01a51fa22f66e2742'
-'c7fe28b0f1afcdc47f6a13b7af094fb92a9e939ffab42c822b673751d29b5187'
-'7b2de6d64ee6b44c6d371f4327aa6231a6d2e608bffb0f548e7addd5f1169268'
-'eeb8926e04658f7e2ade4b91ec984c8b27dc98dda6445bb549e95d2677072bb6'
-'32f78fe1e1be57bd011c7443641cce4b944061c1b484a597ea6939f5b3fb1216'
-'5039500e0071bf650e647fb62119698ed0214534d967236b3371773706dce815'
-'ab454de00536d9cea0f96801ff6a25127b458e5c749d57c847c85fd1985e38c2'
-'2c7eb339ec8fdf6f2e6b0bbf830d85fc1daaa1bc0ffa4e2cb548a6b8431ed618'
-'81589cf3b51f8c7a8480947a24ce65c14aca19645a3c9691b770ca36c2d9078c'
-'54d3623042689bd33b26caa4b6a87c6c369f502ddc59ff77502a134ddea8221a'
-'8474ff3b15c71452e23bf735dab1a2f2201b403f858a7f1f35ae38fb5f7484aa'
-'a4430084aa512f58bdca360f215672723c14078cee5dc23891f18a21759818b6'
-'8c379aa2642e430fbb648652d9293276003eeef6c76c188eb6089112344e3d4e'
-'0b84adc1391df10f27833adebfa9101a1e6ce9b506cfdabe352e1488e383c7a0'
-'eb4c5744eb8cc24f9588adf53bc97c9323210aa69a27015267bf6dfeac7a8adc'
-'d0b33962e59bb316a139ca58394f89d4910d37d5360a8e8599927d3a33307e51'
-'da879d58b79bde5ccb0317b97953ee8cc3ea09b212b787380fe669b67f8cb31b'
-'907d4b51ec605eef6813863707e6d61565315c90a40ac90734c1bd7a14d93d15'
-'45c8e9c6c40fc419657df3c7b91f560a78743b4428b5ec430d893f2b066279f0'
-'6ee1cad4fd4591669a1b35df743e516e527d6354067163331b6f963a70f7a4cd'
-'51ba38ce8ebabe8ac45e322519887898e44e28a4c9718e518e617cbf32db6ad4'
-'fa409ecdbb6b0f7bb02663c453a0e77a1b1c9f608f3ae2f82b5349e7402309ee'
-'578466632f10ea486b1b44ed7d56f8e31d18c1bc219d660d6acbc89c790e694c'
-'2c002e91c8feeea0f38a3eaed4ea9942f78920269de0d198a661ff67eff2ee8e'
-'583aba4c3efe11e14f952d7121d1c9987e9da1f9f91ee67855681023dc7f96a5'
-'d378c97e07439c8a10d5d29136a9c62c0f6a132790bf8dcf1134ab5a61deda71'
-'1ed662b8b2e220d51a81992bfac0771bcbbddb86c129c9b560b99c382f7281ac'
-

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:30:53
  Author: arojas
Revision: 300480

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kdewebdev-klinkstatus/repos/extra-i686/PKGBUILD
(from rev 300479, kdewebdev-klinkstatus/trunk/PKGBUILD)
  kdewebdev-klinkstatus/repos/extra-x86_64/PKGBUILD
(from rev 300479, kdewebdev-klinkstatus/trunk/PKGBUILD)
Deleted:
  kdewebdev-klinkstatus/repos/extra-i686/PKGBUILD
  kdewebdev-klinkstatus/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   37 ---
 extra-x86_64/PKGBUILD |   37 ---
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:30:33 UTC (rev 300479)
+++ extra-i686/PKGBUILD 2017-07-13 15:30:53 UTC (rev 300480)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdewebdev-klinkstatus
-pkgver=17.04.2
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="Link Checker"
-url='https://www.kde.org'
-license=(GPL LGPL FDL)
-groups=(kde-applications kdewebdev)
-depends=(kdebase-runtime kdepimlibs4 tidy)
-makedepends=(cmake automoc4 boost)
-source=("https://download.kde.org/stable/applications/${pkgver}/src/klinkstatus-$pkgver.tar.xz"{,.sig})
-sha256sums=('e81e7b53304299e23b244ac2fd1b43651b92be16c36395646111658b5236a157'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdewebdev-klinkstatus/repos/extra-i686/PKGBUILD (from rev 300479, 
kdewebdev-klinkstatus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:30:53 UTC (rev 300480)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdewebdev-klinkstatus
+pkgver=17.04.3
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="Link Checker"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdebase-runtime kdepimlibs4 tidy)
+makedepends=(cmake automoc4 boost)
+source=("https://download.kde.org/stable/applications/${pkgver}/src/klinkstatus-$pkgver.tar.xz"{,.sig})
+sha256sums=('d392df9d61ec7963fb9a7f1a02a7e11161e3ca647799743202806a2bd070a953'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:30:33 UTC (rev 300479)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:30:53 UTC (rev 300480)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdewebdev-klinkstatus
-pkgver=17.04.2
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="Link Checker"
-url='https://www.kde.org'
-license=(GPL LGPL FDL)
-groups=(kde-applications kdewebdev)
-depends=(kdebase-runtime kdepimlibs4 tidy)
-makedepends=(cmake automoc4 boost)
-source=("https://download.kde.org/stable/applications/${pkgver}/src/klinkstatus-$pkgver.tar.xz"{,.sig})
-sha256sums=('e81e7b53304299e23b244ac2fd1b43651b92be16c36395646111658b5236a157'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdewebdev-klinkstatus/repos/extra-x86_64/PKGBUILD (from rev 300479, 
kdewebdev-klinkstatus/trunk/PKGBUILD)

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:30:33
  Author: arojas
Revision: 300479

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kdewebdev-kimagemapeditor/repos/extra-i686/PKGBUILD
(from rev 300478, kdewebdev-kimagemapeditor/trunk/PKGBUILD)
  kdewebdev-kimagemapeditor/repos/extra-x86_64/PKGBUILD
(from rev 300478, kdewebdev-kimagemapeditor/trunk/PKGBUILD)
Deleted:
  kdewebdev-kimagemapeditor/repos/extra-i686/PKGBUILD
  kdewebdev-kimagemapeditor/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   37 ---
 extra-x86_64/PKGBUILD |   37 ---
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:30:12 UTC (rev 300478)
+++ extra-i686/PKGBUILD 2017-07-13 15:30:33 UTC (rev 300479)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdewebdev-kimagemapeditor
-pkgver=17.04.2
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="HTML Image Map Editor"
-url='https://www.kde.org'
-license=(GPL LGPL FDL)
-groups=(kde-applications kdewebdev)
-depends=(kdebase-runtime)
-makedepends=(cmake automoc4)
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kimagemapeditor-$pkgver.tar.xz"{,.sig})
-sha256sums=('9f83fd497efe77a772785b7416c23dd791e148f2a68591ac74c44f5d674d9602'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdewebdev-kimagemapeditor/repos/extra-i686/PKGBUILD (from rev 300478, 
kdewebdev-kimagemapeditor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:30:33 UTC (rev 300479)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdewebdev-kimagemapeditor
+pkgver=17.04.3
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="HTML Image Map Editor"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdebase-runtime)
+makedepends=(cmake automoc4)
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kimagemapeditor-$pkgver.tar.xz"{,.sig})
+sha256sums=('caaa8c7d48653f76428cbb333fd8183f689f8b5dbdf9427a240a10a6d6d82fb0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:30:12 UTC (rev 300478)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:30:33 UTC (rev 300479)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdewebdev-kimagemapeditor
-pkgver=17.04.2
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="HTML Image Map Editor"
-url='https://www.kde.org'
-license=(GPL LGPL FDL)
-groups=(kde-applications kdewebdev)
-depends=(kdebase-runtime)
-makedepends=(cmake automoc4)
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kimagemapeditor-$pkgver.tar.xz"{,.sig})
-sha256sums=('9f83fd497efe77a772785b7416c23dd791e148f2a68591ac74c44f5d674d9602'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdewebdev-kimagemapeditor/repos/extra-x86_64/PKGBUILD (from rev 300478, 
kdewebdev-kimagemapeditor/trunk/PKGBUILD)

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:30:12
  Author: arojas
Revision: 300478

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kdewebdev-kfilereplace/repos/extra-i686/PKGBUILD
(from rev 300477, kdewebdev-kfilereplace/trunk/PKGBUILD)
  kdewebdev-kfilereplace/repos/extra-x86_64/PKGBUILD
(from rev 300477, kdewebdev-kfilereplace/trunk/PKGBUILD)
Deleted:
  kdewebdev-kfilereplace/repos/extra-i686/PKGBUILD
  kdewebdev-kfilereplace/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   37 ---
 extra-x86_64/PKGBUILD |   37 ---
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:29:52 UTC (rev 300477)
+++ extra-i686/PKGBUILD 2017-07-13 15:30:12 UTC (rev 300478)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdewebdev-kfilereplace
-pkgver=17.04.2
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="Search & Replace Tool"
-url='https://www.kde.org'
-license=(GPL LGPL FDL)
-groups=(kde-applications kdewebdev)
-depends=(kdebase-runtime)
-makedepends=(cmake automoc4)
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kfilereplace-$pkgver.tar.xz"{,.sig})
-sha256sums=('166265d0270faa0247d6ca5286b7eda3b7d1a967988d2ce865747058bf165ab5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdewebdev-kfilereplace/repos/extra-i686/PKGBUILD (from rev 300477, 
kdewebdev-kfilereplace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:30:12 UTC (rev 300478)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdewebdev-kfilereplace
+pkgver=17.04.3
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="Search & Replace Tool"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdebase-runtime)
+makedepends=(cmake automoc4)
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kfilereplace-$pkgver.tar.xz"{,.sig})
+sha256sums=('32486b8a7e7455d228997ffaea048194ae7bb60ad1ed6b88f9309faee434b784'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:29:52 UTC (rev 300477)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:30:12 UTC (rev 300478)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdewebdev-kfilereplace
-pkgver=17.04.2
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="Search & Replace Tool"
-url='https://www.kde.org'
-license=(GPL LGPL FDL)
-groups=(kde-applications kdewebdev)
-depends=(kdebase-runtime)
-makedepends=(cmake automoc4)
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kfilereplace-$pkgver.tar.xz"{,.sig})
-sha256sums=('166265d0270faa0247d6ca5286b7eda3b7d1a967988d2ce865747058bf165ab5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdewebdev-kfilereplace/repos/extra-x86_64/PKGBUILD (from rev 300477, 
kdewebdev-kfilereplace/trunk/PKGBUILD)
===
--- 

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:29:52
  Author: arojas
Revision: 300477

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kdeutils-sweeper/repos/extra-i686/PKGBUILD
(from rev 300476, kdeutils-sweeper/trunk/PKGBUILD)
  kdeutils-sweeper/repos/extra-x86_64/PKGBUILD
(from rev 300476, kdeutils-sweeper/trunk/PKGBUILD)
Deleted:
  kdeutils-sweeper/repos/extra-i686/PKGBUILD
  kdeutils-sweeper/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   36 ---
 extra-x86_64/PKGBUILD |   36 ---
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:29:32 UTC (rev 300476)
+++ extra-i686/PKGBUILD 2017-07-13 15:29:52 UTC (rev 300477)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='System Cleaner'
-url='https://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz"{,.sig})
-sha256sums=('84a05ecbd045ef480fb77ec3cc5ede111f81118923887523c07eec8003c8597d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeutils-sweeper/repos/extra-i686/PKGBUILD (from rev 300476, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:29:52 UTC (rev 300477)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='System Cleaner'
+url='https://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz"{,.sig})
+sha256sums=('13c4a4a469051154c60d57a527e5ad798e8f30851f2b39f8f100bd831d5c26aa'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:29:32 UTC (rev 300476)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:29:52 UTC (rev 300477)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='System Cleaner'
-url='https://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz"{,.sig})
-sha256sums=('84a05ecbd045ef480fb77ec3cc5ede111f81118923887523c07eec8003c8597d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeutils-sweeper/repos/extra-x86_64/PKGBUILD (from rev 300476, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:29:52 UTC (rev 300477)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=17.04.3

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:29:32
  Author: arojas
Revision: 300476

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  print-manager/repos/extra-i686/PKGBUILD
(from rev 300475, print-manager/trunk/PKGBUILD)
  print-manager/repos/extra-x86_64/PKGBUILD
(from rev 300475, print-manager/trunk/PKGBUILD)
Deleted:
  print-manager/repos/extra-i686/PKGBUILD
  print-manager/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   40 ---
 extra-x86_64/PKGBUILD |   40 ---
 3 files changed, 82 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:29:08 UTC (rev 300475)
+++ extra-i686/PKGBUILD 2017-07-13 15:29:32 UTC (rev 300476)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/applications/utilities/'
-license=('GPL' 'LGPL' 'FDL')
-depends=('libcups' 'kcmutils')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'plasma-framework')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('kdeutils-print-manager')
-conflicts=('kdeutils-print-manager')
-groups=('kde-applications' 'kdeutils')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz"{,.sig})
-sha256sums=('92fba6c330ab50f675f83cb7910e0f5f79e5885fe56a505f348c14f758111aa6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: print-manager/repos/extra-i686/PKGBUILD (from rev 300475, 
print-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:29:32 UTC (rev 300476)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=print-manager
+pkgver=17.04.3
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/utilities/'
+license=('GPL' 'LGPL' 'FDL')
+depends=('libcups' 'kcmutils')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'plasma-framework')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('kdeutils-print-manager')
+conflicts=('kdeutils-print-manager')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz"{,.sig})
+sha256sums=('566dc20b88324211b2cb133cd459893aa178c156d1554594d57cd12ce0e4a170'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:29:08 UTC (rev 300475)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:29:32 UTC (rev 300476)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/applications/utilities/'
-license=('GPL' 'LGPL' 'FDL')
-depends=('libcups' 'kcmutils')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'plasma-framework')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('kdeutils-print-manager')
-conflicts=('kdeutils-print-manager')
-groups=('kde-applications' 'kdeutils')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz"{,.sig})
-sha256sums=('92fba6c330ab50f675f83cb7910e0f5f79e5885fe56a505f348c14f758111aa6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:29:08
  Author: arojas
Revision: 300475

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kwalletmanager/repos/extra-i686/PKGBUILD
(from rev 300474, kwalletmanager/trunk/PKGBUILD)
  kwalletmanager/repos/extra-x86_64/PKGBUILD
(from rev 300474, kwalletmanager/trunk/PKGBUILD)
Deleted:
  kwalletmanager/repos/extra-i686/PKGBUILD
  kwalletmanager/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   41 ---
 extra-x86_64/PKGBUILD |   41 ---
 3 files changed, 84 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:28:45 UTC (rev 300474)
+++ extra-i686/PKGBUILD 2017-07-13 15:29:08 UTC (rev 300475)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwalletmanager
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Wallet management tool'
-arch=(i686 x86_64)
-url='https://www.kde.org/applications/system/kwalletmanager/'
-license=(LGPL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kcmutils kdoctools)
-conflicts=(kdeutils-kwalletmanager)
-replaces=(kdeutils-kwalletmanager)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3ceb7afa1f2c054c3e662e3b469d77bbec346a5a650ec0dd2cd582278d3c30f8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kwalletmanager/repos/extra-i686/PKGBUILD (from rev 300474, 
kwalletmanager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:29:08 UTC (rev 300475)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwalletmanager
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='Wallet management tool'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kcmutils kdoctools)
+conflicts=(kdeutils-kwalletmanager)
+replaces=(kdeutils-kwalletmanager)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('990150cc7e5316ebcba77c8efb4d52d9363c162aa386188dc0e70998de3ee2f3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:28:45 UTC (rev 300474)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:29:08 UTC (rev 300475)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwalletmanager
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Wallet management tool'
-arch=(i686 x86_64)
-url='https://www.kde.org/applications/system/kwalletmanager/'
-license=(LGPL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kcmutils kdoctools)
-conflicts=(kdeutils-kwalletmanager)
-replaces=(kdeutils-kwalletmanager)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3ceb7afa1f2c054c3e662e3b469d77bbec346a5a650ec0dd2cd582278d3c30f8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:28:45
  Author: arojas
Revision: 300474

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ktimer/repos/extra-i686/PKGBUILD
(from rev 300473, ktimer/trunk/PKGBUILD)
  ktimer/repos/extra-x86_64/PKGBUILD
(from rev 300473, ktimer/trunk/PKGBUILD)
Deleted:
  ktimer/repos/extra-i686/PKGBUILD
  ktimer/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   36 ---
 extra-x86_64/PKGBUILD |   36 ---
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:28:24 UTC (rev 300473)
+++ extra-i686/PKGBUILD 2017-07-13 15:28:45 UTC (rev 300474)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktimer
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='https://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeutils-ktimer')
-replaces=('kdeutils-ktimer')
-groups=('kde-applications' 'kdeutils')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz"{,.sig})
-sha256sums=('3936d94d6598a8fa5c2852d9e3241b56b1cfdbf4dd19d01707677504063d62a5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: ktimer/repos/extra-i686/PKGBUILD (from rev 300473, 
ktimer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:28:45 UTC (rev 300474)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktimer
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='https://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeutils-ktimer')
+replaces=('kdeutils-ktimer')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a4aeda634f5404dbc6d66a058a4031a3b8d583290c0822a4a72582e944ddbd68'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:28:24 UTC (rev 300473)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:28:45 UTC (rev 300474)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktimer
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='https://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeutils-ktimer')
-replaces=('kdeutils-ktimer')
-groups=('kde-applications' 'kdeutils')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz"{,.sig})
-sha256sums=('3936d94d6598a8fa5c2852d9e3241b56b1cfdbf4dd19d01707677504063d62a5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: ktimer/repos/extra-x86_64/PKGBUILD (from rev 300473, 
ktimer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:28:45 UTC (rev 300474)
@@ -0,0 +1,37 @@

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:28:24
  Author: arojas
Revision: 300473

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kteatime/repos/extra-i686/PKGBUILD
(from rev 300472, kteatime/trunk/PKGBUILD)
  kteatime/repos/extra-x86_64/PKGBUILD
(from rev 300472, kteatime/trunk/PKGBUILD)
Deleted:
  kteatime/repos/extra-i686/PKGBUILD
  kteatime/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   35 ---
 extra-x86_64/PKGBUILD |   35 ---
 3 files changed, 72 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:27:59 UTC (rev 300472)
+++ extra-i686/PKGBUILD 2017-07-13 15:28:24 UTC (rev 300473)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kteatime
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Tea Cooker'
-url='https://kde.org/applications/games/kteatime/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeutils')
-depends=('knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdetoys-kteatime')
-replaces=('kdetoys-kteatime')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz"{,.sig})
-sha256sums=('ab0f20a2dc36ad1a98b4cad86f98028a25c21050fe762d99cd512e0f07e7d883'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kteatime/repos/extra-i686/PKGBUILD (from rev 300472, 
kteatime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:28:24 UTC (rev 300473)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kteatime
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='https://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeutils')
+depends=('knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdetoys-kteatime')
+replaces=('kdetoys-kteatime')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b35bbfac56562fa6e517f6739f190305fe0c6b00b4ad0f70bf66210b565da5b2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:27:59 UTC (rev 300472)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:28:24 UTC (rev 300473)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kteatime
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Tea Cooker'
-url='https://kde.org/applications/games/kteatime/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeutils')
-depends=('knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdetoys-kteatime')
-replaces=('kdetoys-kteatime')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz"{,.sig})
-sha256sums=('ab0f20a2dc36ad1a98b4cad86f98028a25c21050fe762d99cd512e0f07e7d883'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kteatime/repos/extra-x86_64/PKGBUILD (from rev 300472, 
kteatime/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:28:24 UTC (rev 300473)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:27:59
  Author: arojas
Revision: 300472

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kdeutils-kremotecontrol/repos/extra-i686/PKGBUILD
(from rev 300471, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/extra-x86_64/PKGBUILD
(from rev 300471, kdeutils-kremotecontrol/trunk/PKGBUILD)
Deleted:
  kdeutils-kremotecontrol/repos/extra-i686/PKGBUILD
  kdeutils-kremotecontrol/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   36 ---
 extra-x86_64/PKGBUILD |   36 ---
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:27:34 UTC (rev 300471)
+++ extra-i686/PKGBUILD 2017-07-13 15:27:59 UTC (rev 300472)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kremotecontrol
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='https://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz"{,.sig})
-sha256sums=('c7c5887d057d460189d380ca18b79021cd8dabb5e9a3f17f3989e3acec2e84d3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeutils-kremotecontrol/repos/extra-i686/PKGBUILD (from rev 300471, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:27:59 UTC (rev 300472)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kremotecontrol
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='https://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8f77d8d6d6e87cadac410b3d5a1d654717fc15287210b05fa6b4c86a27813ed4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:27:34 UTC (rev 300471)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:27:59 UTC (rev 300472)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kremotecontrol
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='https://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz"{,.sig})
-sha256sums=('c7c5887d057d460189d380ca18b79021cd8dabb5e9a3f17f3989e3acec2e84d3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: 

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:27:34
  Author: arojas
Revision: 300471

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kgpg/repos/extra-i686/PKGBUILD
(from rev 300470, kgpg/trunk/PKGBUILD)
  kgpg/repos/extra-x86_64/PKGBUILD
(from rev 300470, kgpg/trunk/PKGBUILD)
Deleted:
  kgpg/repos/extra-i686/PKGBUILD
  kgpg/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   38 ---
 extra-x86_64/PKGBUILD |   38 ---
 3 files changed, 78 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:27:12 UTC (rev 300470)
+++ extra-i686/PKGBUILD 2017-07-13 15:27:34 UTC (rev 300471)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kgpg
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='https://kde.org/applications/utilities/kgpg/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(akonadi-contacts hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost)
-conflicts=(kdeutils-kgpg)
-replaces=(kdeutils-kgpg)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bd5e0c61d57bc4ec86fabc011ec3c052b60c6bd0dc2f1a4b0db59997360e796b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kgpg/repos/extra-i686/PKGBUILD (from rev 300470, kgpg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:27:34 UTC (rev 300471)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kgpg
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='https://kde.org/applications/utilities/kgpg/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(akonadi-contacts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost)
+conflicts=(kdeutils-kgpg)
+replaces=(kdeutils-kgpg)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('809bc02b5774259447ee4528585c29192e2558d24bd4b8ef45a44db372bdb6f5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:27:12 UTC (rev 300470)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:27:34 UTC (rev 300471)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kgpg
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='https://kde.org/applications/utilities/kgpg/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(akonadi-contacts hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost)
-conflicts=(kdeutils-kgpg)
-replaces=(kdeutils-kgpg)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bd5e0c61d57bc4ec86fabc011ec3c052b60c6bd0dc2f1a4b0db59997360e796b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kgpg/repos/extra-x86_64/PKGBUILD (from rev 300470, kgpg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:27:34 UTC 

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:27:12
  Author: arojas
Revision: 300470

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kfloppy/repos/extra-i686/PKGBUILD
(from rev 300469, kfloppy/trunk/PKGBUILD)
  kfloppy/repos/extra-x86_64/PKGBUILD
(from rev 300469, kfloppy/trunk/PKGBUILD)
Deleted:
  kfloppy/repos/extra-i686/PKGBUILD
  kfloppy/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   39 ---
 extra-x86_64/PKGBUILD |   39 ---
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:26:49 UTC (rev 300469)
+++ extra-i686/PKGBUILD 2017-07-13 15:27:12 UTC (rev 300470)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kfloppy
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='https://kde.org/applications/utilities/kfloppy/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdeutils-kfloppy)
-replaces=(kdeutils-kfloppy)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('82bc6e638e0d15b080a89e79a5c141a19792284663d337f9ed7e4f3d05544ab8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kfloppy/repos/extra-i686/PKGBUILD (from rev 300469, 
kfloppy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:27:12 UTC (rev 300470)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfloppy
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='https://kde.org/applications/utilities/kfloppy/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdeutils-kfloppy)
+replaces=(kdeutils-kfloppy)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b34ebf0d25c8de8d3195a7b350a72c28685d681566bb2610d8c3416737d5ca2b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:26:49 UTC (rev 300469)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:27:12 UTC (rev 300470)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kfloppy
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='https://kde.org/applications/utilities/kfloppy/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdeutils-kfloppy)
-replaces=(kdeutils-kfloppy)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('82bc6e638e0d15b080a89e79a5c141a19792284663d337f9ed7e4f3d05544ab8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kfloppy/repos/extra-x86_64/PKGBUILD (from rev 300469, 
kfloppy/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:26:49
  Author: arojas
Revision: 300469

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kdf/repos/extra-i686/PKGBUILD
(from rev 300468, kdf/trunk/PKGBUILD)
  kdf/repos/extra-x86_64/PKGBUILD
(from rev 300468, kdf/trunk/PKGBUILD)
Deleted:
  kdf/repos/extra-i686/PKGBUILD
  kdf/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   39 ---
 extra-x86_64/PKGBUILD |   39 ---
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:26:28 UTC (rev 300468)
+++ extra-i686/PKGBUILD 2017-07-13 15:26:49 UTC (rev 300469)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdf
-pkgver=17.04.2
-pkgrel=1
-url="https://kde.org/applications/system/kdiskfree/;
-arch=(i686 x86_64)
-pkgdesc='View Disk Usage'
-license=(GPL LGPL FDL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python kcmutils)
-conflicts=(kdeutils-kdf)
-replaces=(kdeutils-kdf)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('019485bb895b6c431a49ec3e707f265b98c1df4868e010735fb9f645a897e901'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdf/repos/extra-i686/PKGBUILD (from rev 300468, kdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:26:49 UTC (rev 300469)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdf
+pkgver=17.04.3
+pkgrel=1
+url="https://kde.org/applications/system/kdiskfree/;
+arch=(i686 x86_64)
+pkgdesc='View Disk Usage'
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python kcmutils)
+conflicts=(kdeutils-kdf)
+replaces=(kdeutils-kdf)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d95317cb1ae01cf541341a988c45db4c58f3179499a923e1dbaee4d3c7cdb6b4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:26:28 UTC (rev 300468)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:26:49 UTC (rev 300469)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdf
-pkgver=17.04.2
-pkgrel=1
-url="https://kde.org/applications/system/kdiskfree/;
-arch=(i686 x86_64)
-pkgdesc='View Disk Usage'
-license=(GPL LGPL FDL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python kcmutils)
-conflicts=(kdeutils-kdf)
-replaces=(kdeutils-kdf)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('019485bb895b6c431a49ec3e707f265b98c1df4868e010735fb9f645a897e901'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdf/repos/extra-x86_64/PKGBUILD (from rev 300468, kdf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD 

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:26:28
  Author: arojas
Revision: 300468

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kdebugsettings/repos/extra-i686/PKGBUILD
(from rev 300467, kdebugsettings/trunk/PKGBUILD)
  kdebugsettings/repos/extra-x86_64/PKGBUILD
(from rev 300467, kdebugsettings/trunk/PKGBUILD)
Deleted:
  kdebugsettings/repos/extra-i686/PKGBUILD
  kdebugsettings/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   37 ---
 extra-x86_64/PKGBUILD |   37 ---
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:26:08 UTC (rev 300467)
+++ extra-i686/PKGBUILD 2017-07-13 15:26:28 UTC (rev 300468)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kdebugsettings
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='An application to enable/disable qCDebug'
-arch=(i686 x86_64)
-url='https://utils.kde.org/'
-license=(GPL)
-depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
-makedepends=(extra-cmake-modules python)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b017edfa8e0591f2509c5c79ed32f5cc3c3a124e759561ad0ad542650cfc05b0'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdebugsettings/repos/extra-i686/PKGBUILD (from rev 300467, 
kdebugsettings/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:26:28 UTC (rev 300468)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0473caf3f492b28899839e800f81d3356e82c422ef6aa17b4c6e6d27cb7952d0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:26:08 UTC (rev 300467)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:26:28 UTC (rev 300468)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kdebugsettings
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='An application to enable/disable qCDebug'
-arch=(i686 x86_64)
-url='https://utils.kde.org/'
-license=(GPL)
-depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
-makedepends=(extra-cmake-modules python)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b017edfa8e0591f2509c5c79ed32f5cc3c3a124e759561ad0ad542650cfc05b0'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdebugsettings/repos/extra-x86_64/PKGBUILD (from rev 300467, 
kdebugsettings/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:26:28 UTC (rev 300468)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:26:08
  Author: arojas
Revision: 300467

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kcharselect/repos/extra-i686/PKGBUILD
(from rev 300466, kcharselect/trunk/PKGBUILD)
  kcharselect/repos/extra-x86_64/PKGBUILD
(from rev 300466, kcharselect/trunk/PKGBUILD)
Deleted:
  kcharselect/repos/extra-i686/PKGBUILD
  kcharselect/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   38 ---
 extra-x86_64/PKGBUILD |   38 ---
 3 files changed, 78 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:25:46 UTC (rev 300466)
+++ extra-i686/PKGBUILD 2017-07-13 15:26:08 UTC (rev 300467)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Character Selector'
-url="https://kde.org/applications/utilities/kcharselect/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kbookmarks')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=('kde-applications' 'kdeutils')
-conflicts=('kdeutils-kcharselect')
-replaces=('kdeutils-kcharselect')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz"{,.sig})
-sha256sums=('9607be68c0da1ad5222c9f6f48a3a696f942e1dc72f6b873ce3f52d385f7'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kcharselect/repos/extra-i686/PKGBUILD (from rev 300466, 
kcharselect/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:26:08 UTC (rev 300467)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='Character Selector'
+url="https://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kbookmarks')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kde-applications' 'kdeutils')
+conflicts=('kdeutils-kcharselect')
+replaces=('kdeutils-kcharselect')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz"{,.sig})
+sha256sums=('5d1bc04abffe2c28e86317d18963f710e0d26469424aec2bc61fdc589ba4c3b3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:25:46 UTC (rev 300466)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:26:08 UTC (rev 300467)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Character Selector'
-url="https://kde.org/applications/utilities/kcharselect/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kbookmarks')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=('kde-applications' 'kdeutils')
-conflicts=('kdeutils-kcharselect')
-replaces=('kdeutils-kcharselect')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz"{,.sig})
-sha256sums=('9607be68c0da1ad5222c9f6f48a3a696f942e1dc72f6b873ce3f52d385f7'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kcharselect/repos/extra-x86_64/PKGBUILD (from rev 300466, 
kcharselect/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

[arch-commits] Commit in kcalc/repos (8 files)

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:25:46
  Author: arojas
Revision: 300466

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kcalc/repos/extra-i686/PKGBUILD
(from rev 300465, kcalc/trunk/PKGBUILD)
  kcalc/repos/extra-i686/kcalc-qt5.6.patch
(from rev 300465, kcalc/trunk/kcalc-qt5.6.patch)
  kcalc/repos/extra-x86_64/PKGBUILD
(from rev 300465, kcalc/trunk/PKGBUILD)
  kcalc/repos/extra-x86_64/kcalc-qt5.6.patch
(from rev 300465, kcalc/trunk/kcalc-qt5.6.patch)
Deleted:
  kcalc/repos/extra-i686/PKGBUILD
  kcalc/repos/extra-i686/kcalc-qt5.6.patch
  kcalc/repos/extra-x86_64/PKGBUILD
  kcalc/repos/extra-x86_64/kcalc-qt5.6.patch

+
 /PKGBUILD  |   80 +++
 /kcalc-qt5.6.patch |   22 ++
 extra-i686/PKGBUILD|   39 ---
 extra-i686/kcalc-qt5.6.patch   |   11 -
 extra-x86_64/PKGBUILD  |   39 ---
 extra-x86_64/kcalc-qt5.6.patch |   11 -
 6 files changed, 102 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:25:26 UTC (rev 300465)
+++ extra-i686/PKGBUILD 2017-07-13 15:25:46 UTC (rev 300466)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcalc
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='https://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kinit')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdeutils-kcalc')
-replaces=('kdeutils-kcalc')
-groups=('kde-applications' 'kdeutils')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz"{,.sig})
-sha256sums=('04d5cb48b7a177b3e4b478c5a488523b65a161ed014ec3e16649fa4934dc9f0e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kcalc/repos/extra-i686/PKGBUILD (from rev 300465, kcalc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:25:46 UTC (rev 300466)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='https://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdeutils-kcalc')
+replaces=('kdeutils-kcalc')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e7842c59aff7f24e4d5389894dc0bf3566eee9e1b7b0ee08689aef50b08e50ff'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-i686/kcalc-qt5.6.patch
===
--- extra-i686/kcalc-qt5.6.patch2017-07-13 15:25:26 UTC (rev 300465)
+++ extra-i686/kcalc-qt5.6.patch2017-07-13 15:25:46 UTC (rev 300466)
@@ -1,11 +0,0 @@
 kcalc-15.12.3/kcalc.cpp.orig   2016-03-16 16:26:37.327157522 +
-+++ kcalc-15.12.3/kcalc.cpp2016-03-16 16:28:08.533357025 +
-@@ -123,7 +123,7 @@
- 
-   updateGeometry();
- 
--  setFixedSize(minimumSize());
-+  if ( ! minimumSize().isEmpty() ) setFixedSize(minimumSize());
- 
-   updateDisplay(UPDATE_FROM_CORE);
- 

Copied: kcalc/repos/extra-i686/kcalc-qt5.6.patch (from rev 300465, 
kcalc/trunk/kcalc-qt5.6.patch)
===
--- extra-i686/kcalc-qt5.6.patch(rev 0)
+++ extra-i686/kcalc-qt5.6.patch2017-07-13 15:25:46 UTC (rev 300466)
@@ -0,0 +1,11 @@
+--- kcalc-15.12.3/kcalc.cpp.orig   2016-03-16 16:26:37.327157522 +
 kcalc-15.12.3/kcalc.cpp2016-03-16 16:28:08.533357025 +
+@@ -123,7 +123,7 @@
+ 
+   updateGeometry();
+ 
+-  

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:25:26
  Author: arojas
Revision: 300465

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  filelight/repos/extra-i686/PKGBUILD
(from rev 300464, filelight/trunk/PKGBUILD)
  filelight/repos/extra-x86_64/PKGBUILD
(from rev 300464, filelight/trunk/PKGBUILD)
Deleted:
  filelight/repos/extra-i686/PKGBUILD
  filelight/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   38 ---
 extra-x86_64/PKGBUILD |   38 ---
 3 files changed, 78 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:25:03 UTC (rev 300464)
+++ extra-i686/PKGBUILD 2017-07-13 15:25:26 UTC (rev 300465)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=filelight
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='View disk usage information'
-url='https://kde.org/applications/utilities/filelight'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kparts' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-filelight')
-conflicts=('kdeutils-filelight')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz"{,.sig})
-sha256sums=('40a5691e66a197c2c0ebdb86d2118d50441c9e86a12259fda7ca4114cdacec72'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: filelight/repos/extra-i686/PKGBUILD (from rev 300464, 
filelight/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:25:26 UTC (rev 300465)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='View disk usage information'
+url='https://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz"{,.sig})
+sha256sums=('efd5abd3bdb53dc77dbcc0947f28c9a9f004ce7cc905d16244fb8df847843c6b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:25:03 UTC (rev 300464)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:25:26 UTC (rev 300465)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=filelight
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='View disk usage information'
-url='https://kde.org/applications/utilities/filelight'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kparts' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-filelight')
-conflicts=('kdeutils-filelight')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz"{,.sig})
-sha256sums=('40a5691e66a197c2c0ebdb86d2118d50441c9e86a12259fda7ca4114cdacec72'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: filelight/repos/extra-x86_64/PKGBUILD (from rev 300464, 
filelight/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:25:03
  Author: arojas
Revision: 300464

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ark/repos/extra-i686/PKGBUILD
(from rev 300463, ark/trunk/PKGBUILD)
  ark/repos/extra-x86_64/PKGBUILD
(from rev 300463, ark/trunk/PKGBUILD)
Deleted:
  ark/repos/extra-i686/PKGBUILD
  ark/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   42 ---
 extra-x86_64/PKGBUILD |   42 ---
 3 files changed, 86 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:24:33 UTC (rev 300463)
+++ extra-i686/PKGBUILD 2017-07-13 15:25:03 UTC (rev 300464)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ark
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Archiving Tool'
-arch=(i686 x86_64)
-url='https://kde.org/applications/utilities/ark/'
-license=(GPL)
-depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('p7zip: 7Z format support' 'unrar: RAR format support')
-conflicts=(kdeutils-ark)
-replaces=(kdeutils-ark)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dda9222e3d8bfea83997b46cf4f2f7b9677f9bc16463bf15223273f84eebbe7d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: ark/repos/extra-i686/PKGBUILD (from rev 300463, ark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:25:03 UTC (rev 300464)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ark
+pkgver=17.04.3
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='https://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('p7zip: 7Z format support' 'unrar: RAR format support')
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('36ea400aa72ee3e8ec09c3ef2a0ffc5dad6b4afb34aa0c0736a885f4635333ad'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:24:33 UTC (rev 300463)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:25:03 UTC (rev 300464)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ark
-pkgver=17.04.2
-pkgrel=1
-pkgdesc='Archiving Tool'
-arch=(i686 x86_64)
-url='https://kde.org/applications/utilities/ark/'
-license=(GPL)
-depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('p7zip: 7Z format support' 'unrar: RAR format support')
-conflicts=(kdeutils-ark)
-replaces=(kdeutils-ark)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dda9222e3d8bfea83997b46cf4f2f7b9677f9bc16463bf15223273f84eebbe7d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  

  1   2   3   4   5   >