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

2016-07-05 Thread Felix Yan
Date: Wednesday, July 6, 2016 @ 05:58:13
  Author: felixonmars
Revision: 182372

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-06 05:57:51 UTC (rev 182371)
+++ PKGBUILD2016-07-06 05:58:13 UTC (rev 182372)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('4a5f029b06d7ad2a266c60fd3c3ef935')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 182371, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-06 05:58:13 UTC (rev 182372)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('a65d69d0dac1ed1ca143287e2dd0aece')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-07-05 Thread Felix Yan
Date: Wednesday, July 6, 2016 @ 05:57:51
  Author: felixonmars
Revision: 182371

upgpkg: eslint 3.0.1-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-06 05:45:39 UTC (rev 182370)
+++ PKGBUILD2016-07-06 05:57:51 UTC (rev 182371)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('4a5f029b06d7ad2a266c60fd3c3ef935')
+md5sums=('a65d69d0dac1ed1ca143287e2dd0aece')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-07-05 Thread Jerome Leclanche
Date: Wednesday, July 6, 2016 @ 05:45:23
  Author: jleclanche
Revision: 182369

upgpkg: lxqt-notificationd 0.10.0-4

lxqt-notificationd: Provides notification-daemon (FS#49952)

Modified:
  lxqt-notificationd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-06 04:57:26 UTC (rev 182368)
+++ PKGBUILD2016-07-06 05:45:23 UTC (rev 182369)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-notificationd
 pkgver=0.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="LXQt notification daemon and library."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -10,6 +10,7 @@
 url="http://lxqt.org;
 license=("LGPL2.1")
 depends=("lxqt-common" "liblxqt")
+provides=("notification-daemon")
 makedepends=("cmake" "qt5-tools")
 source=(
"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;


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

2016-07-05 Thread Jerome Leclanche
Date: Wednesday, July 6, 2016 @ 05:45:39
  Author: jleclanche
Revision: 182370

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

Added:
  lxqt-notificationd/repos/community-i686/PKGBUILD
(from rev 182369, lxqt-notificationd/trunk/PKGBUILD)
  lxqt-notificationd/repos/community-x86_64/PKGBUILD
(from rev 182369, lxqt-notificationd/trunk/PKGBUILD)
Deleted:
  lxqt-notificationd/repos/community-i686/PKGBUILD
  lxqt-notificationd/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-06 05:45:23 UTC (rev 182369)
+++ community-i686/PKGBUILD 2016-07-06 05:45:39 UTC (rev 182370)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-notificationd
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="LXQt notification daemon and library."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("lxqt-common" "liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-notificationd/repos/community-i686/PKGBUILD (from rev 182369, 
lxqt-notificationd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-06 05:45:39 UTC (rev 182370)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-notificationd
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="LXQt notification daemon and library."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-common" "liblxqt")
+provides=("notification-daemon")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-06 05:45:23 UTC (rev 182369)
+++ community-x86_64/PKGBUILD   2016-07-06 05:45:39 UTC (rev 182370)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-notificationd
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="LXQt notification daemon and library."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("lxqt-common" "liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-notificationd/repos/community-x86_64/PKGBUILD (from rev 182369, 
lxqt-notificationd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-06 05:45:39 UTC (rev 182370)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-notificationd
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="LXQt notification daemon and library."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-common" "liblxqt")
+provides=("notification-daemon")
+makedepends=("cmake" "qt5-tools")
+source=(
+   

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

2016-07-05 Thread Felix Yan
Date: Wednesday, July 6, 2016 @ 04:57:26
  Author: felixonmars
Revision: 182368

archrelease: copy trunk to community-any

Added:
  python-pytest-cov/repos/community-any/PKGBUILD
(from rev 182367, python-pytest-cov/trunk/PKGBUILD)
Deleted:
  python-pytest-cov/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-06 04:57:06 UTC (rev 182367)
+++ PKGBUILD2016-07-06 04:57:26 UTC (rev 182368)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sebastien LEDUC 
-# Contributor: Andrey Mikhaylenko 
-
-pkgbase=python-pytest-cov
-pkgname=('python-pytest-cov' 'python2-pytest-cov')
-_pypiname=pytest-cov
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
-arch=('any')
-license=('MIT')
-url='https://github.com/schlamar/pytest-cov'
-makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 
'python2-setuptools'
- 'python-pytest' 'python2-pytest' 'git')
-checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests' 
'python2-process-tests'
-  'python-pytest-cache' 'python2-pytest-cache' 
'python-pytest-xdist' 'python2-pytest-xdist'
-  'python-pytest-capturelog' 'python2-pytest-capturelog')
-source=("git+https://github.com/pytest-dev/pytest-cov.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a "${srcdir}/${_pypiname}"{,-py2}
-}
-
-build() {
-  cd "$srcdir/$_pypiname"
-  python setup.py build
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
-}
-
-package_python-pytest-cov() {
-  depends=('python-pytest' 'python-coverage')
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-pytest-cov() {
-  depends=('python2-pytest' 'python2-coverage')
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-}
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-cov/repos/community-any/PKGBUILD (from rev 182367, 
python-pytest-cov/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-06 04:57:26 UTC (rev 182368)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sebastien LEDUC 
+# Contributor: Andrey Mikhaylenko 
+
+pkgbase=python-pytest-cov
+pkgname=('python-pytest-cov' 'python2-pytest-cov')
+_pypiname=pytest-cov
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
+arch=('any')
+license=('MIT')
+url='https://github.com/schlamar/pytest-cov'
+makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 
'python2-setuptools'
+ 'python-pytest' 'python2-pytest' 'git')
+checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests' 
'python2-process-tests'
+  'python-pytest-cache' 'python2-pytest-cache' 
'python-pytest-xdist' 'python2-pytest-xdist'
+  'python-pytest-capturelog' 'python2-pytest-capturelog')
+source=("git+https://github.com/pytest-dev/pytest-cov.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "${srcdir}/${_pypiname}"{,-py2}
+}
+
+build() {
+  cd "$srcdir/$_pypiname"
+  python setup.py build
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
+}
+
+package_python-pytest-cov() {
+  depends=('python-pytest' 'python-coverage')
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$pkgdir"/ --optimize=1
+}
+
+package_python2-pytest-cov() {
+  depends=('python2-pytest' 'python2-coverage')
+

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

2016-07-05 Thread Felix Yan
Date: Wednesday, July 6, 2016 @ 04:57:06
  Author: felixonmars
Revision: 182367

upgpkg: python-pytest-cov 2.3.0-1

Modified:
  python-pytest-cov/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-06 03:21:38 UTC (rev 182366)
+++ PKGBUILD2016-07-06 04:57:06 UTC (rev 182367)
@@ -6,7 +6,7 @@
 pkgbase=python-pytest-cov
 pkgname=('python-pytest-cov' 'python2-pytest-cov')
 _pypiname=pytest-cov
-pkgver=2.2.1
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
 arch=('any')


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

2016-07-05 Thread Daniel Micay
Date: Wednesday, July 6, 2016 @ 03:21:38
  Author: thestinger
Revision: 182366

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 182365, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 182365, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 182365, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 182365, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 182365, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 182365, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 182365, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 182365, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 182365, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 182365, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 182365, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 182365, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  624 
 /change-default-console-loglevel.patch |   22 
 /config|16318 +++
 /config.x86_64 |15740 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  312 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8074 ---
 community-i686/config.x86_64   | 7780 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  312 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8074 ---
 community-x86_64/config.x86_64 | 7780 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 32806 insertions(+), 32456 deletions(-)

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


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

2016-07-05 Thread Daniel Micay
Date: Wednesday, July 6, 2016 @ 03:20:35
  Author: thestinger
Revision: 182365

upgpkg: linux-grsec 4.6.3.201607051723-1

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

---+
 PKGBUILD  |   16 +--
 config|  269 
 config.x86_64 |  258 -
 3 files changed, 359 insertions(+), 184 deletions(-)

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


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

2016-07-05 Thread Sébastien Luttringer
Date: Wednesday, July 6, 2016 @ 00:50:37
  Author: seblu
Revision: 182364

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

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

[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2016-07-05 Thread Sébastien Luttringer
Date: Wednesday, July 6, 2016 @ 00:50:09
  Author: seblu
Revision: 182363

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 182362, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 182362, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 182362, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   60 ++--
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-06 00:49:51 UTC (rev 182362)
+++ PKGBUILD2016-07-06 00:50:09 UTC (rev 182363)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=5.0.22
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('94869b4da82027e4cd73c9aaf2dfd9bb'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 182362, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-06 00:50:09 UTC (rev 182363)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=5.0.24
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('ec279e80835a4dbb63d3d65baf23ccf2'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2016-07-06 00:49:51 UTC (rev 182362)
+++ license 2016-07-06 00:50:09 UTC (rev 182363)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product 

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

2016-07-05 Thread Sébastien Luttringer
Date: Wednesday, July 6, 2016 @ 00:49:51
  Author: seblu
Revision: 182362

upgpkg: virtualbox-guest-iso 5.0.24-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-06 00:48:05 UTC (rev 182361)
+++ PKGBUILD2016-07-06 00:49:51 UTC (rev 182362)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=5.0.22
+pkgver=5.0.24
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('94869b4da82027e4cd73c9aaf2dfd9bb'
+md5sums=('ec279e80835a4dbb63d3d65baf23ccf2'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {


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

2016-07-05 Thread Sébastien Luttringer
Date: Wednesday, July 6, 2016 @ 00:48:05
  Author: seblu
Revision: 182361

upgpkg: virtualbox 5.0.24-1

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 23:26:03 UTC (rev 182360)
+++ PKGBUILD2016-07-06 00:48:05 UTC (rev 182361)
@@ -10,7 +10,7 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=5.0.22
+pkgver=5.0.24
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
@@ -66,7 +66,7 @@
 '007-python2-path.patch'
 '010-no-update.patch'
 )
-md5sums=('6df8e585c7fce90c2a7d76c8001fcad7'
+md5sums=('2701f423f2828cab4405098982f4f446'
  '984412a63aa9c07ddc3cfd970381d5df'
  '4833c8e0524fd2272b24ba0d94aef006'
  '6e2722bfd7013c1b0174382626ac1b8d'
@@ -315,7 +315,7 @@
 install -m755 VBoxClient VBoxControl VBoxService mount.vboxsf 
"$pkgdir/usr/bin"
 install -m755 -D 
"$srcdir"/VirtualBox-$pkgver/src/VBox/Additions/x11/Installer/98vboxadd-xclient 
\
 "$pkgdir"/usr/bin/VBoxClient-all
-install -m755 -D 
"$srcdir"/VirtualBox-$pkgver/src/VBox/Additions/x11/Installer/vboxclient.desktop
 \
+install -m644 -D 
"$srcdir"/VirtualBox-$pkgver/src/VBox/Additions/x11/Installer/vboxclient.desktop
 \
 "$pkgdir"/etc/xdg/autostart/vboxclient.desktop
 install -D vboxvideo_drv_system.so \
 "$pkgdir/usr/lib/xorg/modules/drivers/vboxvideo.so"


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

2016-07-05 Thread Sven-Hendrik Haase
Date: Tuesday, July 5, 2016 @ 23:25:54
  Author: svenstaro
Revision: 182359

upgpkg: dwarffortress 0.43.05-1

upstream release 0.43.05

Modified:
  dwarffortress/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 9 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 20:58:55 UTC (rev 182358)
+++ PKGBUILD2016-07-05 23:25:54 UTC (rev 182359)
@@ -3,22 +3,19 @@
 # Contributor: Daenyth 
 # Contributor: djnm 
 pkgname=dwarffortress
-pkgver=0.43.04
-_pkgver=43_04
+pkgver=0.43.05
+_pkgver=43_05
 pkgrel=1
 pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
 arch=(i686 x86_64)
 url="http://www.bay12games.com/dwarves/;
 license=('custom:dwarffortress')
-depends_i686=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-depends_x86_64=(lib32-gcc-libs lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
+depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs glib2)
 makedepends=(git cmake)
-makedepends_x86_64=(gcc-multilib)
-optdepends_x86_64=('lib32-nvidia-utils: If you have nvidia graphics'
-   'lib32-catalyst-utils: If you have ATI graphics'
-   'lib32-alsa-lib: for alsa sound'
-   'lib32-libpulse: for pulse sound')
+optdepends=('nvidia-utils: If you have nvidia graphics'
+'catalyst-utils: If you have ATI graphics'
+'alsa-lib: for alsa sound'
+'libpulse: for pulse sound')
 options=('!strip' '!buildflags')
 install=${pkgname}.install
 # I made a fucking github repo with the sole purpose of unfucking df a bit
@@ -28,7 +25,7 @@
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)
-sha256sums=('4e56262938f3118d9928069c3624b34cdb2b202da6ce9eea08ed6ebdeccd00eb'
+sha256sums=('856c13170e8beefb5419ae71ee26c85db9716b3ebd4c7348aa44b896bd490be4'
 'SKIP'
 '211eaec6559d4fd5c08341dbed1f27bfab997a57bdf61fd268f9940e244652c5'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
@@ -55,8 +52,7 @@
 
   # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
   # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
+  ln -s /usr/lib/libpng.so $pkgdir/opt/$pkgname/libs/libpng.so.3
 
   # Set pkgname in runscript
   sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname


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

2016-07-05 Thread Sven-Hendrik Haase
Date: Tuesday, July 5, 2016 @ 23:26:03
  Author: svenstaro
Revision: 182360

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

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 182359, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 182359, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 182359, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.install
(from rev 182359, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 182359, dwarffortress/trunk/dwarffortress.png)
  dwarffortress/repos/community-x86_64/
  dwarffortress/repos/community-x86_64/PKGBUILD
(from rev 182359, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-x86_64/dwarffortress
(from rev 182359, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-x86_64/dwarffortress.desktop
(from rev 182359, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-x86_64/dwarffortress.install
(from rev 182359, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-x86_64/dwarffortress.png
(from rev 182359, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-i686/PKGBUILD
  dwarffortress/repos/community-i686/dwarffortress
  dwarffortress/repos/community-i686/dwarffortress.desktop
  dwarffortress/repos/community-i686/dwarffortress.install
  dwarffortress/repos/community-i686/dwarffortress.png

+
 /PKGBUILD  |   67 +
 /dwarffortress |   20 
 /dwarffortress.desktop |9 +++
 /dwarffortress.install |9 +++
 community-i686/PKGBUILD|   71 ---
 community-i686/dwarffortress   |   20 
 community-i686/dwarffortress.desktop   |9 ---
 community-i686/dwarffortress.install   |9 ---
 community-x86_64/PKGBUILD  |   67 +
 community-x86_64/dwarffortress |   20 
 community-x86_64/dwarffortress.desktop |9 +++
 community-x86_64/dwarffortress.install |9 +++
 12 files changed, 210 insertions(+), 109 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-05 23:25:54 UTC (rev 182359)
+++ community-i686/PKGBUILD 2016-07-05 23:26:03 UTC (rev 182360)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.43.04
-_pkgver=43_04
-pkgrel=1
-pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
-arch=(i686 x86_64)
-url="http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends_i686=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-depends_x86_64=(lib32-gcc-libs lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-makedepends=(git cmake)
-makedepends_x86_64=(gcc-multilib)
-optdepends_x86_64=('lib32-nvidia-utils: If you have nvidia graphics'
-   'lib32-catalyst-utils: If you have ATI graphics'
-   'lib32-alsa-lib: for alsa sound'
-   'lib32-libpulse: for pulse sound')
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('4e56262938f3118d9928069c3624b34cdb2b202da6ce9eea08ed6ebdeccd00eb'
-'SKIP'
-'211eaec6559d4fd5c08341dbed1f27bfab997a57bdf61fd268f9940e244652c5'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 

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

2016-07-05 Thread Sébastien Luttringer
Date: Tuesday, July 5, 2016 @ 22:10:12
  Author: seblu
Revision: 271066

upgpkg: libmnl 1.0.4-1

Modified:
  libmnl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 21:51:14 UTC (rev 271065)
+++ PKGBUILD2016-07-05 22:10:12 UTC (rev 271066)
@@ -3,16 +3,16 @@
 # Contributor: Christian Hesse 
 
 pkgname=libmnl
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
 pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
 arch=('i686' 'x86_64')
 url='http://www.netfilter.org/projects/libmnl/'
 license=('LGPL2.1')
 depends=('glibc')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
 
source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha1sums=('c27e25f67c6422ebf893fc3a844af8085a1c5b63'
+sha1sums=('2db40dea612e88c62fd321906be40ab5f8f1685a'
   'SKIP')
 
 build() {


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

2016-07-05 Thread Sébastien Luttringer
Date: Tuesday, July 5, 2016 @ 22:10:31
  Author: seblu
Revision: 271067

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-05 22:10:12 UTC (rev 271066)
+++ extra-i686/PKGBUILD 2016-07-05 22:10:31 UTC (rev 271067)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Christian Hesse 
-
-pkgname=libmnl
-pkgver=1.0.3
-pkgrel=2
-pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/libmnl/'
-license=('LGPL2.1')
-depends=('glibc')
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2;)
-sha1sums=('c27e25f67c6422ebf893fc3a844af8085a1c5b63')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libmnl/repos/extra-i686/PKGBUILD (from rev 271066, 
libmnl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-05 22:10:31 UTC (rev 271067)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Christian Hesse 
+
+pkgname=libmnl
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/libmnl/'
+license=('LGPL2.1')
+depends=('glibc')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha1sums=('2db40dea612e88c62fd321906be40ab5f8f1685a'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-05 22:10:12 UTC (rev 271066)
+++ extra-x86_64/PKGBUILD   2016-07-05 22:10:31 UTC (rev 271067)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Christian Hesse 
-
-pkgname=libmnl
-pkgver=1.0.3
-pkgrel=2
-pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/libmnl/'
-license=('LGPL2.1')
-depends=('glibc')
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2;)
-sha1sums=('c27e25f67c6422ebf893fc3a844af8085a1c5b63')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libmnl/repos/extra-x86_64/PKGBUILD (from rev 271066, 
libmnl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-07-05 22:10:31 UTC (rev 271067)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Christian Hesse 
+
+pkgname=libmnl
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/libmnl/'
+license=('LGPL2.1')
+depends=('glibc')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha1sums=('2db40dea612e88c62fd321906be40ab5f8f1685a'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-05 Thread Sébastien Luttringer
Date: Tuesday, July 5, 2016 @ 21:51:14
  Author: seblu
Revision: 271065

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

Added:
  radvd/repos/extra-i686/PKGBUILD
(from rev 271064, radvd/trunk/PKGBUILD)
  radvd/repos/extra-i686/radvd.service
(from rev 271064, radvd/trunk/radvd.service)
  radvd/repos/extra-x86_64/PKGBUILD
(from rev 271064, radvd/trunk/PKGBUILD)
  radvd/repos/extra-x86_64/radvd.service
(from rev 271064, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/extra-i686/PKGBUILD
  radvd/repos/extra-i686/radvd.service
  radvd/repos/extra-x86_64/PKGBUILD
  radvd/repos/extra-x86_64/radvd.service

+
 /PKGBUILD  |  130 +++
 /radvd.service |   18 +
 extra-i686/PKGBUILD|   65 -
 extra-i686/radvd.service   |9 --
 extra-x86_64/PKGBUILD  |   65 -
 extra-x86_64/radvd.service |9 --
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-05 21:51:02 UTC (rev 271064)
+++ extra-i686/PKGBUILD 2016-07-05 21:51:14 UTC (rev 271065)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: Mark Smith 
-
-pkgname=radvd
-pkgver=2.13
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc')
-makedepends=('check')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-validpgpkeys=('B11F2EED32FB6728F700337C411FA8C112D91A31') # Reuben Hawkins
-source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc}
-"$pkgname.service")
-sha1sums=('3c83073dc18a261e78290fc041d8d802df0f4386'
-  'SKIP'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---with-check \
---mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # default config
-  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
-  # license
-  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/extra-i686/PKGBUILD (from rev 271064, radvd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-05 21:51:14 UTC (rev 271065)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: Mark Smith 
+
+pkgname=radvd
+pkgver=2.14
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc')
+makedepends=('check')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+validpgpkeys=('B11F2EED32FB6728F700337C411FA8C112D91A31') # Reuben Hawkins
+source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc}
+"$pkgname.service")
+sha1sums=('f901299bdf91834bd0d2906d385fcc6b6e9bb5e8'
+  'SKIP'
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -N -i "$srcdir/$filename"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--with-check \
+--mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # default config
+  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
+  # license
+  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/radvd.service
===
--- 

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

2016-07-05 Thread Sébastien Luttringer
Date: Tuesday, July 5, 2016 @ 21:51:02
  Author: seblu
Revision: 271064

upgpkg: radvd 2.14-1

Modified:
  radvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 21:43:42 UTC (rev 271063)
+++ PKGBUILD2016-07-05 21:51:02 UTC (rev 271064)
@@ -4,7 +4,7 @@
 # Contributor: Mark Smith 
 
 pkgname=radvd
-pkgver=2.13
+pkgver=2.14
 pkgrel=1
 pkgdesc='IPv6 Router Advertisement Daemon'
 url='http://www.litech.org/radvd/'
@@ -16,7 +16,7 @@
 validpgpkeys=('B11F2EED32FB6728F700337C411FA8C112D91A31') # Reuben Hawkins
 source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc}
 "$pkgname.service")
-sha1sums=('3c83073dc18a261e78290fc041d8d802df0f4386'
+sha1sums=('f901299bdf91834bd0d2906d385fcc6b6e9bb5e8'
   'SKIP'
   '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
 


[arch-commits] Commit in btrfs-progs/repos (26 files)

2016-07-05 Thread Sébastien Luttringer
Date: Tuesday, July 5, 2016 @ 21:43:42
  Author: seblu
Revision: 271063

db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64)

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 271062, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 271062, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
(from rev 271062, btrfs-progs/repos/testing-i686/btrfs-scrub@.service)
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
(from rev 271062, btrfs-progs/repos/testing-i686/btrfs-scrub@.timer)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 271062, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 271062, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 271062, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 271062, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 271062, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 271062, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 271062, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 271062, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |  120 +++
 /btrfs-progs.install   |   30 
 /btrfs-scrub@.service  |   14 
 /btrfs-scrub@.timer|   20 +
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +
 core-i686/PKGBUILD |   60 -
 core-i686/btrfs-progs.install  |   15 
 core-i686/btrfs-scrub@.service |7 --
 core-i686/btrfs-scrub@.timer   |   10 --
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 
 core-x86_64/PKGBUILD   |   60 -
 core-x86_64/btrfs-progs.install|   15 
 core-x86_64/btrfs-scrub@.service   |7 --
 core-x86_64/btrfs-scrub@.timer |   10 --
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 
 18 files changed, 232 insertions(+), 232 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-07-05 21:43:41 UTC (rev 271062)
+++ core-i686/PKGBUILD  2016-07-05 21:43:42 UTC (rev 271063)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.6
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '794b867e09451284c545bae112aa0cfd'
- 'a290e0ab88b7b4675cd20f5a2befc8cb')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 

[arch-commits] Commit in e2fsprogs/repos (18 files)

2016-07-05 Thread Sébastien Luttringer
Date: Tuesday, July 5, 2016 @ 21:43:41
  Author: seblu
Revision: 271062

db-move: moved e2fsprogs from [testing] to [core] (i686, x86_64)

Added:
  e2fsprogs/repos/core-i686/MIT-LICENSE
(from rev 271061, e2fsprogs/repos/testing-i686/MIT-LICENSE)
  e2fsprogs/repos/core-i686/PKGBUILD
(from rev 271061, e2fsprogs/repos/testing-i686/PKGBUILD)
  e2fsprogs/repos/core-i686/e2fsprogs.install
(from rev 271061, e2fsprogs/repos/testing-i686/e2fsprogs.install)
  e2fsprogs/repos/core-i686/mke2fs.conf
(from rev 271061, e2fsprogs/repos/testing-i686/mke2fs.conf)
  e2fsprogs/repos/core-x86_64/MIT-LICENSE
(from rev 271061, e2fsprogs/repos/testing-x86_64/MIT-LICENSE)
  e2fsprogs/repos/core-x86_64/PKGBUILD
(from rev 271061, e2fsprogs/repos/testing-x86_64/PKGBUILD)
  e2fsprogs/repos/core-x86_64/e2fsprogs.install
(from rev 271061, e2fsprogs/repos/testing-x86_64/e2fsprogs.install)
  e2fsprogs/repos/core-x86_64/mke2fs.conf
(from rev 271061, e2fsprogs/repos/testing-x86_64/mke2fs.conf)
Deleted:
  e2fsprogs/repos/core-i686/MIT-LICENSE
  e2fsprogs/repos/core-i686/PKGBUILD
  e2fsprogs/repos/core-i686/e2fsprogs.install
  e2fsprogs/repos/core-i686/mke2fs.conf
  e2fsprogs/repos/core-x86_64/MIT-LICENSE
  e2fsprogs/repos/core-x86_64/PKGBUILD
  e2fsprogs/repos/core-x86_64/e2fsprogs.install
  e2fsprogs/repos/core-x86_64/mke2fs.conf
  e2fsprogs/repos/testing-i686/
  e2fsprogs/repos/testing-x86_64/

---+
 /MIT-LICENSE  |   50 
 /PKGBUILD |  118 
 /e2fsprogs.install|   40 +
 /mke2fs.conf  |   52 +
 core-i686/MIT-LICENSE |   25 
 core-i686/PKGBUILD|   59 
 core-i686/e2fsprogs.install   |   20 --
 core-i686/mke2fs.conf |   26 
 core-x86_64/MIT-LICENSE   |   25 
 core-x86_64/PKGBUILD  |   59 
 core-x86_64/e2fsprogs.install |   20 --
 core-x86_64/mke2fs.conf   |   26 
 12 files changed, 260 insertions(+), 260 deletions(-)

Deleted: core-i686/MIT-LICENSE
===
--- core-i686/MIT-LICENSE   2016-07-05 21:42:29 UTC (rev 271061)
+++ core-i686/MIT-LICENSE   2016-07-05 21:43:41 UTC (rev 271062)
@@ -1,25 +0,0 @@
-Copyright (c) 2003-2007 Theodore Ts'o 
-Copyright (c) 1997-2003 Yann Dirson 
-Copyright (c) 2001 Alcove 
-Copyright (c) 1997 Klee Dienes
-Copyright (c) 1995-1996 Michael Nonweiler 
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject
-to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
-KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
-IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: e2fsprogs/repos/core-i686/MIT-LICENSE (from rev 271061, 
e2fsprogs/repos/testing-i686/MIT-LICENSE)
===
--- core-i686/MIT-LICENSE   (rev 0)
+++ core-i686/MIT-LICENSE   2016-07-05 21:43:41 UTC (rev 271062)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o 
+Copyright (c) 1997-2003 Yann Dirson 
+Copyright (c) 2001 Alcove 
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler 
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF 

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

2016-07-05 Thread Sébastien Luttringer
Date: Tuesday, July 5, 2016 @ 21:42:29
  Author: seblu
Revision: 271061

Switch to tarball+sig. (anthraxx request)

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 19:19:57 UTC (rev 271060)
+++ PKGBUILD2016-07-05 21:42:29 UTC (rev 271061)
@@ -15,7 +15,8 @@
 conflicts=('btrfs-progs-unstable')
 provides=('btrfs-progs-unstable')
 license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
 'initcpio-install-btrfs'
 'initcpio-hook-btrfs'
 'btrfs-scrub@.service'
@@ -23,6 +24,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
+ '39c6395eeb5cb0d642b78464e05d9283'
  '7241ba3a4286d08da0d50b7176941112'
  'b09688a915a0ec8f40e2f5aacbabc9ad'
  '794b867e09451284c545bae112aa0cfd'
@@ -29,19 +31,18 @@
  'a290e0ab88b7b4675cd20f5a2befc8cb')
 
 build() {
-  cd $pkgname
-  ./autogen.sh
+  cd $pkgname-v$pkgver
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd $pkgname
+  cd $pkgname-v$pkgver
  ./btrfs filesystem show
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-v$pkgver
   make prefix="$pkgdir"/usr install
 
   # install bash completion (FS#44618)


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

2016-07-05 Thread Levente Polyak
Date: Tuesday, July 5, 2016 @ 20:58:55
  Author: anthraxx
Revision: 182358

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-expat/repos/multilib-x86_64/CVE-2015-1283-refix.patch
(from rev 182357, lib32-expat/trunk/CVE-2015-1283-refix.patch)
  lib32-expat/repos/multilib-x86_64/CVE-2016-0718-v2-2-1.patch
(from rev 182357, lib32-expat/trunk/CVE-2016-0718-v2-2-1.patch)
  lib32-expat/repos/multilib-x86_64/PKGBUILD
(from rev 182357, lib32-expat/trunk/PKGBUILD)
  lib32-expat/repos/multilib-x86_64/cve-2012-6702-plus-cve-2016-5300-v1.patch
(from rev 182357, 
lib32-expat/trunk/cve-2012-6702-plus-cve-2016-5300-v1.patch)
Deleted:
  lib32-expat/repos/multilib-x86_64/CVE-2015-1283-refix.patch
  lib32-expat/repos/multilib-x86_64/CVE-2016-0718-v2-2-1.patch
  lib32-expat/repos/multilib-x86_64/PKGBUILD
  lib32-expat/repos/multilib-x86_64/cve-2012-6702-plus-cve-2016-5300-v1.patch

---+
 CVE-2015-1283-refix.patch |   76 -
 CVE-2016-0718-v2-2-1.patch| 1512 ++--
 PKGBUILD  |   77 -
 cve-2012-6702-plus-cve-2016-5300-v1.patch |  268 ++--
 4 files changed, 960 insertions(+), 973 deletions(-)

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


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

2016-07-05 Thread Levente Polyak
Date: Tuesday, July 5, 2016 @ 20:58:42
  Author: anthraxx
Revision: 182357

upgpkg: lib32-expat 2.2.0-1

Modified:
  lib32-expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 20:00:40 UTC (rev 182356)
+++ PKGBUILD2016-07-05 20:58:42 UTC (rev 182357)
@@ -3,29 +3,16 @@
 
 _pkgbasename=expat
 pkgname=lib32-${_pkgbasename}
-pkgver=2.1.1
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="An XML Parser library written in C (32 bit)"
 arch=('x86_64')
 url="http://expat.sourceforge.net/;
 license=('custom')
 depends=('lib32-glibc' "${_pkgbasename}")
-source=(http://downloads.sourceforge.net/sourceforge/expat/${_pkgbasename}-${pkgver}.tar.bz2
-CVE-2015-1283-refix.patch
-CVE-2016-0718-v2-2-1.patch
-   cve-2012-6702-plus-cve-2016-5300-v1.patch)
-md5sums=('7380a64a8e3a9d66a9887b01d0d7ea81'
- 'd54dd69a14bedb86fc6f6e0c0be5c4a4'
- 'beb1b2dc1f0d988ed85a5dd30a3b322a'
- '0d0df76777dc43221e4fc4522601d803')
+source=(http://downloads.sourceforge.net/sourceforge/expat/${_pkgbasename}-${pkgver}.tar.bz2)
+md5sums=('2f47841c829facb346eb6e3fab5212e2')
 
-prepare() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  patch -p2 < "${srcdir}/CVE-2015-1283-refix.patch"
-  patch -p2 < "${srcdir}/CVE-2016-0718-v2-2-1.patch"
-  patch -p2 < "${srcdir}/cve-2012-6702-plus-cve-2016-5300-v1.patch"
-}
-
 build() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"
   export CC='gcc -m32'


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

2016-07-05 Thread Christian Hesse
Date: Tuesday, July 5, 2016 @ 20:00:40
  Author: eworm
Revision: 182356

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

Added:
  mpv/repos/community-staging-i686/PKGBUILD
(from rev 182355, mpv/trunk/PKGBUILD)
  mpv/repos/community-staging-x86_64/PKGBUILD
(from rev 182355, mpv/trunk/PKGBUILD)
Deleted:
  mpv/repos/community-staging-i686/PKGBUILD
  mpv/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  110 
 community-staging-i686/PKGBUILD   |   55 --
 community-staging-x86_64/PKGBUILD |   55 --
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-07-05 20:00:36 UTC (rev 182355)
+++ community-staging-i686/PKGBUILD 2016-07-05 20:00:40 UTC (rev 182356)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-pkgver=0.18.0
-pkgrel=2
-_waf_version=1.8.12
-pkgdesc='a free, open source, and cross-platform media player'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
-  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libxrandr' 'jack' 'smbclient' 'rubberband'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
-  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
-sha256sums=('b656638d4f6bce2621baaacb60d8be384aa492fcd86dfd43996aaa2c16fee02b'
-  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  install -m755 "${srcdir}"/waf-${_waf_version} waf
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-cdda \
---enable-encoding \
---enable-libmpv-shared \
---enable-zsh-comp
-
-  ./waf build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf install --destdir="$pkgdir"
-
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-staging-i686/PKGBUILD (from rev 182355, 
mpv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-05 20:00:40 UTC (rev 182356)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.18.0
+pkgrel=3
+_waf_version=1.8.12
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
+  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
+sha256sums=('b656638d4f6bce2621baaacb60d8be384aa492fcd86dfd43996aaa2c16fee02b'
+  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  install -m755 "${srcdir}"/waf-${_waf_version} waf
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-cdda \
+--enable-encoding \
+--enable-libmpv-shared \
+--enable-zsh-comp
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-07-05 20:00:36 UTC (rev 182355)
+++ community-staging-x86_64/PKGBUILD   2016-07-05 20:00:40 UTC (rev 182356)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# 

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

2016-07-05 Thread Christian Hesse
Date: Tuesday, July 5, 2016 @ 20:00:36
  Author: eworm
Revision: 182355

upgpkg: mpv 1:0.18.0-3

rebuild for ffmpeg 3.1.1

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 19:33:13 UTC (rev 182354)
+++ PKGBUILD2016-07-05 20:00:36 UTC (rev 182355)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.18.0
-pkgrel=2
+pkgrel=3
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')


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

2016-07-05 Thread Jan Steffens
Date: Tuesday, July 5, 2016 @ 19:33:13
  Author: heftig
Revision: 182354

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-freetype2/repos/multilib-testing-x86_64/
  
lib32-freetype2/repos/multilib-testing-x86_64/0001-Enable-table-validation-modules.patch
(from rev 182353, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 182353, 
lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0003-Make-subpixel-hinting-mode-configurable.patch
(from rev 182353, 
lib32-freetype2/trunk/0003-Make-subpixel-hinting-mode-configurable.patch)
  lib32-freetype2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 182353, lib32-freetype2/trunk/PKGBUILD)

+
 0001-Enable-table-validation-modules.patch |   34 +++
 0002-Enable-subpixel-rendering.patch   |   25 +
 0003-Make-subpixel-hinting-mode-configurable.patch |   90 +++
 PKGBUILD   |   58 
 4 files changed, 207 insertions(+)

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0001-Enable-table-validation-modules.patch
 (from rev 182353, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- multilib-testing-x86_64/0001-Enable-table-validation-modules.patch  
(rev 0)
+++ multilib-testing-x86_64/0001-Enable-table-validation-modules.patch  
2016-07-05 19:33:13 UTC (rev 182354)
@@ -0,0 +1,34 @@
+From 38732f60a5dc2a619dac5605d6c2fa90fc58d606 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH 1/3] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index d677565a2bc2b5a2..f19cbec33384a86f 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -110,7 +110,7 @@ RASTER_MODULES += smooth
+ AUX_MODULES += cache
+ 
+ # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+@@ -129,7 +129,7 @@ AUX_MODULES += bzip2
+ 
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #
+-- 
+2.8.3
+

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
 (from rev 182353, lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
===
--- multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
(rev 0)
+++ multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
2016-07-05 19:33:13 UTC (rev 182354)
@@ -0,0 +1,25 @@
+From 340fa8551faed5a105d0e1cbe4e81ade1f750a04 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH 2/3] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
+index 7dd3f55e572a23b9..33d563c4e1e47228 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -92,7 +92,7 @@ FT_BEGIN_HEADER
+   /* This is done to allow FreeType clients to run unmodified, forcing */
+   /* them to display normal gray-level anti-aliased glyphs.*/
+   /*   */
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /*/
+-- 
+2.8.3
+

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0003-Make-subpixel-hinting-mode-configurable.patch
 (from rev 182353, 
lib32-freetype2/trunk/0003-Make-subpixel-hinting-mode-configurable.patch)
===
--- multilib-testing-x86_64/0003-Make-subpixel-hinting-mode-configurable.patch  
(rev 0)
+++ multilib-testing-x86_64/0003-Make-subpixel-hinting-mode-configurable.patch  
2016-07-05 19:33:13 UTC (rev 182354)
@@ -0,0 +1,90 @@
+From d0d93c2496175aa42b4c4bb3a45e4f0a6d264112 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Wed, 15 Jun 2016 14:10:20 +0200
+Subject: [PATCH 3/3] Make subpixel hinting mode configurable
+
+---
+ include/freetype/config/ftoption.h |  4 ++--
+ src/truetype/ttobjs.c  | 37 

[arch-commits] Commit in lib32-freetype2/trunk (6 files)

2016-07-05 Thread Jan Steffens
Date: Tuesday, July 5, 2016 @ 19:32:35
  Author: heftig
Revision: 182353

2.6.4-2

Added:
  lib32-freetype2/trunk/0003-Make-subpixel-hinting-mode-configurable.patch
Modified:
  lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch
  lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch
  lib32-freetype2/trunk/PKGBUILD
Deleted:
  lib32-freetype2/trunk/0003-Enable-subpixel-hinting.patch
  lib32-freetype2/trunk/0004-Mask-subpixel-hinting-with-an-env-var.patch

+
 0001-Enable-table-validation-modules.patch |8 -
 0002-Enable-subpixel-rendering.patch   |8 -
 0003-Enable-subpixel-hinting.patch |   25 -
 0003-Make-subpixel-hinting-mode-configurable.patch |   90 +++
 0004-Mask-subpixel-hinting-with-an-env-var.patch   |   31 --
 PKGBUILD   |   26 ++---
 6 files changed, 109 insertions(+), 79 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2016-07-05 18:51:15 UTC (rev 
182352)
+++ 0001-Enable-table-validation-modules.patch  2016-07-05 19:32:35 UTC (rev 
182353)
@@ -1,7 +1,7 @@
-From 27f765b5f41638de36de728e9018a1400b0be615 Mon Sep 17 00:00:00 2001
+From 38732f60a5dc2a619dac5605d6c2fa90fc58d606 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/4] Enable table validation modules
+Subject: [PATCH 1/3] Enable table validation modules
 
 ---
  modules.cfg | 4 ++--
@@ -8,7 +8,7 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/modules.cfg b/modules.cfg
-index 2984e51..a5db21d 100644
+index d677565a2bc2b5a2..f19cbec33384a86f 100644
 --- a/modules.cfg
 +++ b/modules.cfg
 @@ -110,7 +110,7 @@ RASTER_MODULES += smooth
@@ -30,5 +30,5 @@
  # Auxiliary PostScript driver component to share common code.
  #
 -- 
-2.6.0
+2.8.3
 

Modified: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch2016-07-05 18:51:15 UTC (rev 
182352)
+++ 0002-Enable-subpixel-rendering.patch2016-07-05 19:32:35 UTC (rev 
182353)
@@ -1,7 +1,7 @@
-From 27d96091b2bb0a825cbd62a332ef918f39c6126f Mon Sep 17 00:00:00 2001
+From 340fa8551faed5a105d0e1cbe4e81ade1f750a04 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:43:07 +0200
-Subject: [PATCH 2/4] Enable subpixel rendering
+Subject: [PATCH 2/3] Enable subpixel rendering
 
 ---
  include/freetype/config/ftoption.h | 2 +-
@@ -8,7 +8,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 4970945..ab407e3 100644
+index 7dd3f55e572a23b9..33d563c4e1e47228 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -92,7 +92,7 @@ FT_BEGIN_HEADER
@@ -21,5 +21,5 @@
  
/*/
 -- 
-2.6.0
+2.8.3
 

Deleted: 0003-Enable-subpixel-hinting.patch
===
--- 0003-Enable-subpixel-hinting.patch  2016-07-05 18:51:15 UTC (rev 182352)
+++ 0003-Enable-subpixel-hinting.patch  2016-07-05 19:32:35 UTC (rev 182353)
@@ -1,25 +0,0 @@
-From f96a1d21d787b173d6293330fbf782b977194aa7 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 23 Jun 2015 08:43:57 +0200
-Subject: [PATCH 3/4] Enable subpixel hinting
-

- include/freetype/config/ftoption.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index ab407e3..a2eab6a 100644
 a/include/freetype/config/ftoption.h
-+++ b/include/freetype/config/ftoption.h
-@@ -602,7 +602,7 @@ FT_BEGIN_HEADER
-   /*   This option requires TT_CONFIG_OPTION_BYTECODE_INTERPRETER to be*/
-   /*   defined.*/
-   /*   */
--/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING */
-+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING
- 
- 
-   /*/
--- 
-2.6.0
-

Added: 0003-Make-subpixel-hinting-mode-configurable.patch
===
--- 0003-Make-subpixel-hinting-mode-configurable.patch  
(rev 0)
+++ 0003-Make-subpixel-hinting-mode-configurable.patch  2016-07-05 19:32:35 UTC 
(rev 182353)
@@ -0,0 +1,90 @@
+From d0d93c2496175aa42b4c4bb3a45e4f0a6d264112 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Wed, 15 

[arch-commits] Commit in freetype2/repos (20 files)

2016-07-05 Thread Jan Steffens
Date: Tuesday, July 5, 2016 @ 19:19:57
  Author: heftig
Revision: 271060

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

Added:
  freetype2/repos/testing-i686/0001-Enable-table-validation-modules.patch
(from rev 271059, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/testing-i686/0002-Enable-subpixel-rendering.patch
(from rev 271059, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
freetype2/repos/testing-i686/0003-Make-subpixel-hinting-mode-configurable.patch
(from rev 271059, 
freetype2/trunk/0003-Make-subpixel-hinting-mode-configurable.patch)
  freetype2/repos/testing-i686/PKGBUILD
(from rev 271059, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-i686/freetype2.install
(from rev 271059, freetype2/trunk/freetype2.install)
  freetype2/repos/testing-x86_64/0001-Enable-table-validation-modules.patch
(from rev 271059, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/testing-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 271059, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
freetype2/repos/testing-x86_64/0003-Make-subpixel-hinting-mode-configurable.patch
(from rev 271059, 
freetype2/trunk/0003-Make-subpixel-hinting-mode-configurable.patch)
  freetype2/repos/testing-x86_64/PKGBUILD
(from rev 271059, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-x86_64/freetype2.install
(from rev 271059, freetype2/trunk/freetype2.install)
Deleted:
  freetype2/repos/testing-i686/0001-Enable-table-validation-modules.patch
  freetype2/repos/testing-i686/0002-Enable-subpixel-rendering.patch
  
freetype2/repos/testing-i686/0003-Make-subpixel-hinting-mode-configurable.patch
  freetype2/repos/testing-i686/PKGBUILD
  freetype2/repos/testing-i686/freetype2.install
  freetype2/repos/testing-x86_64/0001-Enable-table-validation-modules.patch
  freetype2/repos/testing-x86_64/0002-Enable-subpixel-rendering.patch
  
freetype2/repos/testing-x86_64/0003-Make-subpixel-hinting-mode-configurable.patch
  freetype2/repos/testing-x86_64/PKGBUILD
  freetype2/repos/testing-x86_64/freetype2.install

---+
 /0001-Enable-table-validation-modules.patch   |   68 +++
 /0002-Enable-subpixel-rendering.patch |   50 ++
 /0003-Make-subpixel-hinting-mode-configurable.patch   |  180 
++
 /PKGBUILD |  102 +
 /freetype2.install|   34 +
 testing-i686/0001-Enable-table-validation-modules.patch   |   34 -
 testing-i686/0002-Enable-subpixel-rendering.patch |   25 -
 testing-i686/0003-Make-subpixel-hinting-mode-configurable.patch   |   90 -
 testing-i686/PKGBUILD |   51 --
 testing-i686/freetype2.install|   13 
 testing-x86_64/0001-Enable-table-validation-modules.patch |   34 -
 testing-x86_64/0002-Enable-subpixel-rendering.patch   |   25 -
 testing-x86_64/0003-Make-subpixel-hinting-mode-configurable.patch |   90 -
 testing-x86_64/PKGBUILD   |   51 --
 testing-x86_64/freetype2.install  |   13 
 15 files changed, 434 insertions(+), 426 deletions(-)

Deleted: testing-i686/0001-Enable-table-validation-modules.patch
===
--- testing-i686/0001-Enable-table-validation-modules.patch 2016-07-05 
19:19:04 UTC (rev 271059)
+++ testing-i686/0001-Enable-table-validation-modules.patch 2016-07-05 
19:19:57 UTC (rev 271060)
@@ -1,34 +0,0 @@
-From 38732f60a5dc2a619dac5605d6c2fa90fc58d606 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/3] Enable table validation modules
-

- modules.cfg | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/modules.cfg b/modules.cfg
-index d677565a2bc2b5a2..f19cbec33384a86f 100644
 a/modules.cfg
-+++ b/modules.cfg
-@@ -110,7 +110,7 @@ RASTER_MODULES += smooth
- AUX_MODULES += cache
- 
- # TrueType GX/AAT table validation.  Needs ftgxval.c below.
--# AUX_MODULES += gxvalid
-+AUX_MODULES += gxvalid
- 
- # Support for streams compressed with gzip (files with suffix .gz).
- #
-@@ -129,7 +129,7 @@ AUX_MODULES += bzip2
- 
- # OpenType table validation.  Needs ftotval.c below.
- #
--# AUX_MODULES += otvalid
-+AUX_MODULES += otvalid
- 
- # Auxiliary PostScript driver component to share common code.
- #
--- 
-2.8.3
-

Copied: freetype2/repos/testing-i686/0001-Enable-table-validation-modules.patch 
(from rev 271059, freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- 

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

2016-07-05 Thread Jan Steffens
Date: Tuesday, July 5, 2016 @ 19:19:04
  Author: heftig
Revision: 271059

2.6.4-2: Show message on install

Modified:
  freetype2/trunk/PKGBUILD
  freetype2/trunk/freetype2.install

---+
 PKGBUILD  |2 +-
 freetype2.install |6 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 19:06:26 UTC (rev 271058)
+++ PKGBUILD2016-07-05 19:19:04 UTC (rev 271059)
@@ -3,7 +3,7 @@
 
 pkgname=freetype2
 pkgver=2.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="TrueType font rendering library"
 arch=(i686 x86_64)
 license=('GPL')

Modified: freetype2.install
===
--- freetype2.install   2016-07-05 19:06:26 UTC (rev 271058)
+++ freetype2.install   2016-07-05 19:19:04 UTC (rev 271059)
@@ -1,5 +1,9 @@
+post_install() {
+  post_upgrade $1 0
+}
+
 post_upgrade() {
-  if (( $(vercmp $2 2.6.4-1) < 0 )); then
+  if (( $(vercmp $2 2.6.4-2) < 0 )); then
 cat <

[arch-commits] Commit in (baloo4 kfilemetadata4)

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 19:06:26
  Author: arojas
Revision: 271058

Drop obsolete libraries

Deleted:
  baloo4/
  kfilemetadata4/


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

2016-07-05 Thread Jan Steffens
Date: Tuesday, July 5, 2016 @ 19:04:14
  Author: heftig
Revision: 271057

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

Added:
  freetype2/repos/testing-i686/
  freetype2/repos/testing-i686/0001-Enable-table-validation-modules.patch
(from rev 271056, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/testing-i686/0002-Enable-subpixel-rendering.patch
(from rev 271056, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
freetype2/repos/testing-i686/0003-Make-subpixel-hinting-mode-configurable.patch
(from rev 271056, 
freetype2/trunk/0003-Make-subpixel-hinting-mode-configurable.patch)
  freetype2/repos/testing-i686/PKGBUILD
(from rev 271056, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-i686/freetype2.install
(from rev 271056, freetype2/trunk/freetype2.install)
  freetype2/repos/testing-x86_64/
  freetype2/repos/testing-x86_64/0001-Enable-table-validation-modules.patch
(from rev 271056, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/testing-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 271056, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
freetype2/repos/testing-x86_64/0003-Make-subpixel-hinting-mode-configurable.patch
(from rev 271056, 
freetype2/trunk/0003-Make-subpixel-hinting-mode-configurable.patch)
  freetype2/repos/testing-x86_64/PKGBUILD
(from rev 271056, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-x86_64/freetype2.install
(from rev 271056, freetype2/trunk/freetype2.install)

---+
 testing-i686/0001-Enable-table-validation-modules.patch   |   34 +++
 testing-i686/0002-Enable-subpixel-rendering.patch |   25 ++
 testing-i686/0003-Make-subpixel-hinting-mode-configurable.patch   |   90 
++
 testing-i686/PKGBUILD |   51 +
 testing-i686/freetype2.install|   13 +
 testing-x86_64/0001-Enable-table-validation-modules.patch |   34 +++
 testing-x86_64/0002-Enable-subpixel-rendering.patch   |   25 ++
 testing-x86_64/0003-Make-subpixel-hinting-mode-configurable.patch |   90 
++
 testing-x86_64/PKGBUILD   |   51 +
 testing-x86_64/freetype2.install  |   13 +
 10 files changed, 426 insertions(+)

Copied: freetype2/repos/testing-i686/0001-Enable-table-validation-modules.patch 
(from rev 271056, freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- testing-i686/0001-Enable-table-validation-modules.patch 
(rev 0)
+++ testing-i686/0001-Enable-table-validation-modules.patch 2016-07-05 
19:04:14 UTC (rev 271057)
@@ -0,0 +1,34 @@
+From 38732f60a5dc2a619dac5605d6c2fa90fc58d606 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH 1/3] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index d677565a2bc2b5a2..f19cbec33384a86f 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -110,7 +110,7 @@ RASTER_MODULES += smooth
+ AUX_MODULES += cache
+ 
+ # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+@@ -129,7 +129,7 @@ AUX_MODULES += bzip2
+ 
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #
+-- 
+2.8.3
+

Copied: freetype2/repos/testing-i686/0002-Enable-subpixel-rendering.patch (from 
rev 271056, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
===
--- testing-i686/0002-Enable-subpixel-rendering.patch   
(rev 0)
+++ testing-i686/0002-Enable-subpixel-rendering.patch   2016-07-05 19:04:14 UTC 
(rev 271057)
@@ -0,0 +1,25 @@
+From 340fa8551faed5a105d0e1cbe4e81ade1f750a04 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH 2/3] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
+index 7dd3f55e572a23b9..33d563c4e1e47228 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -92,7 +92,7 @@ FT_BEGIN_HEADER
+   /* This is done to allow FreeType clients to run unmodified, forcing */
+   /* them to display normal gray-level anti-aliased glyphs.

[arch-commits] Commit in freetype2/trunk (7 files)

2016-07-05 Thread Jan Steffens
Date: Tuesday, July 5, 2016 @ 19:03:23
  Author: heftig
Revision: 271056

2.6.4-1

Added:
  freetype2/trunk/0003-Make-subpixel-hinting-mode-configurable.patch
Modified:
  freetype2/trunk/0001-Enable-table-validation-modules.patch
  freetype2/trunk/0002-Enable-subpixel-rendering.patch
  freetype2/trunk/PKGBUILD
  freetype2/trunk/freetype2.install
Deleted:
  freetype2/trunk/0003-Enable-subpixel-hinting.patch
  freetype2/trunk/0004-Mask-subpixel-hinting-with-an-env-var.patch

+
 0001-Enable-table-validation-modules.patch |8 -
 0002-Enable-subpixel-rendering.patch   |8 -
 0003-Enable-subpixel-hinting.patch |   25 -
 0003-Make-subpixel-hinting-mode-configurable.patch |   90 +++
 0004-Mask-subpixel-hinting-with-an-env-var.patch   |   31 --
 PKGBUILD   |   23 +---
 freetype2.install  |   11 +-
 7 files changed, 115 insertions(+), 81 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2016-07-05 18:40:22 UTC (rev 
271055)
+++ 0001-Enable-table-validation-modules.patch  2016-07-05 19:03:23 UTC (rev 
271056)
@@ -1,7 +1,7 @@
-From 27f765b5f41638de36de728e9018a1400b0be615 Mon Sep 17 00:00:00 2001
+From 38732f60a5dc2a619dac5605d6c2fa90fc58d606 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/4] Enable table validation modules
+Subject: [PATCH 1/3] Enable table validation modules
 
 ---
  modules.cfg | 4 ++--
@@ -8,7 +8,7 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/modules.cfg b/modules.cfg
-index 2984e51..a5db21d 100644
+index d677565a2bc2b5a2..f19cbec33384a86f 100644
 --- a/modules.cfg
 +++ b/modules.cfg
 @@ -110,7 +110,7 @@ RASTER_MODULES += smooth
@@ -30,5 +30,5 @@
  # Auxiliary PostScript driver component to share common code.
  #
 -- 
-2.6.0
+2.8.3
 

Modified: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch2016-07-05 18:40:22 UTC (rev 
271055)
+++ 0002-Enable-subpixel-rendering.patch2016-07-05 19:03:23 UTC (rev 
271056)
@@ -1,7 +1,7 @@
-From 27d96091b2bb0a825cbd62a332ef918f39c6126f Mon Sep 17 00:00:00 2001
+From 340fa8551faed5a105d0e1cbe4e81ade1f750a04 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:43:07 +0200
-Subject: [PATCH 2/4] Enable subpixel rendering
+Subject: [PATCH 2/3] Enable subpixel rendering
 
 ---
  include/freetype/config/ftoption.h | 2 +-
@@ -8,7 +8,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 4970945..ab407e3 100644
+index 7dd3f55e572a23b9..33d563c4e1e47228 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -92,7 +92,7 @@ FT_BEGIN_HEADER
@@ -21,5 +21,5 @@
  
/*/
 -- 
-2.6.0
+2.8.3
 

Deleted: 0003-Enable-subpixel-hinting.patch
===
--- 0003-Enable-subpixel-hinting.patch  2016-07-05 18:40:22 UTC (rev 271055)
+++ 0003-Enable-subpixel-hinting.patch  2016-07-05 19:03:23 UTC (rev 271056)
@@ -1,25 +0,0 @@
-From f96a1d21d787b173d6293330fbf782b977194aa7 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 23 Jun 2015 08:43:57 +0200
-Subject: [PATCH 3/4] Enable subpixel hinting
-

- include/freetype/config/ftoption.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index ab407e3..a2eab6a 100644
 a/include/freetype/config/ftoption.h
-+++ b/include/freetype/config/ftoption.h
-@@ -602,7 +602,7 @@ FT_BEGIN_HEADER
-   /*   This option requires TT_CONFIG_OPTION_BYTECODE_INTERPRETER to be*/
-   /*   defined.*/
-   /*   */
--/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING */
-+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING
- 
- 
-   /*/
--- 
-2.6.0
-

Added: 0003-Make-subpixel-hinting-mode-configurable.patch
===
--- 0003-Make-subpixel-hinting-mode-configurable.patch  
(rev 0)
+++ 0003-Make-subpixel-hinting-mode-configurable.patch  2016-07-05 19:03:23 UTC 
(rev 271056)
@@ -0,0 +1,90 @@
+From d0d93c2496175aa42b4c4bb3a45e4f0a6d264112 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander 

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

2016-07-05 Thread Jakob Gruber
Date: Tuesday, July 5, 2016 @ 18:51:01
  Author: schuay
Revision: 182351

abcde-2.7.2-1

Modified:
  abcde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 18:25:47 UTC (rev 182350)
+++ PKGBUILD2016-07-05 18:51:01 UTC (rev 182351)
@@ -5,8 +5,8 @@
 # Maintainer: schuay 
 
 pkgname=abcde
-pkgver=2.7.1
-pkgrel=2
+pkgver=2.7.2
+pkgrel=1
 pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
 arch=('any')
 url='http://abcde.einval.com'
@@ -42,6 +42,6 @@
 make DESTDIR="${pkgdir}" prefix="/usr" sysconfdir="/etc" install
 }
 
-md5sums=('09d5c9dc6c0bf6dd4b3fb159e1433018'
+md5sums=('f9455231436d80329eacedf32441d9be'
  'SKIP'
  'c3975dc8389ff2edba6684bbc378d97d')


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

2016-07-05 Thread Jakob Gruber
Date: Tuesday, July 5, 2016 @ 18:51:15
  Author: schuay
Revision: 182352

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
(from rev 182351, abcde/trunk/PKGBUILD)
  abcde/repos/community-any/fix-mp3-tagging.patch
(from rev 182351, abcde/trunk/fix-mp3-tagging.patch)
Deleted:
  abcde/repos/community-any/PKGBUILD
  abcde/repos/community-any/fix-mp3-tagging.patch

---+
 PKGBUILD  |   94 
 fix-mp3-tagging.patch |   40 ++--
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-05 18:51:01 UTC (rev 182351)
+++ PKGBUILD2016-07-05 18:51:15 UTC (rev 182352)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=abcde
-pkgver=2.7.1
-pkgrel=2
-pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
-arch=('any')
-url='http://abcde.einval.com'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
-optdepends=('cdparanoia: Paranoia ripping support'
-'cdrkit: icedax ripping support'
-'eject: Eject support'
-'flac: FLAC encoding support'
-'id3: ID3 v1 tag support'
-'lame: MP3 encoding support'
-'mp3gain: MP3 normalization support'
-'perl-musicbrainz-discid: musicbrainz support'
-'perl-webservice-musicbrainz: musicbrainz support'
-'vorbisgain: Ogg Vorbis normalization support')
-backup=("etc/${pkgname}.conf")
-source=("http://abcde.einval.com/download/abcde-${pkgver}.tar.gz;
-"http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign;
-'fix-mp3-tagging.patch')
-validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
-  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
-sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" prefix="/usr" sysconfdir="/etc" install
-}
-
-md5sums=('09d5c9dc6c0bf6dd4b3fb159e1433018'
- 'SKIP'
- 'c3975dc8389ff2edba6684bbc378d97d')

Copied: abcde/repos/community-any/PKGBUILD (from rev 182351, 
abcde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-05 18:51:15 UTC (rev 182352)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Jochem Kossen 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=abcde
+pkgver=2.7.2
+pkgrel=1
+pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
+arch=('any')
+url='http://abcde.einval.com'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
+optdepends=('cdparanoia: Paranoia ripping support'
+'cdrkit: icedax ripping support'
+'eject: Eject support'
+'flac: FLAC encoding support'
+'id3: ID3 v1 tag support'
+'lame: MP3 encoding support'
+'mp3gain: MP3 normalization support'
+'perl-musicbrainz-discid: musicbrainz support (AUR)'
+'perl-webservice-musicbrainz: musicbrainz support (AUR)'
+'vorbisgain: Ogg Vorbis normalization support')
+backup=("etc/${pkgname}.conf")
+source=("http://abcde.einval.com/download/abcde-${pkgver}.tar.gz;
+"http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign;
+'fix-mp3-tagging.patch')
+validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
+  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
+sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" prefix="/usr" sysconfdir="/etc" install
+}
+
+md5sums=('f9455231436d80329eacedf32441d9be'
+ 'SKIP'
+ 'c3975dc8389ff2edba6684bbc378d97d')

Deleted: fix-mp3-tagging.patch
===
--- fix-mp3-tagging.patch   2016-07-05 18:51:01 UTC (rev 182351)
+++ fix-mp3-tagging.patch   2016-07-05 18:51:15 UTC (rev 182352)
@@ -1,20 +0,0 @@
-*** abcde  2010-02-15 16:04:40.0 -0600
 abcde  2010-02-15 

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

2016-07-05 Thread Maxime Gauduin
Date: Tuesday, July 5, 2016 @ 18:25:47
  Author: alucryd
Revision: 182350

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 182349, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-05 18:25:24 UTC (rev 182349)
+++ PKGBUILD2016-07-05 18:25:47 UTC (rev 182350)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.110
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
-optdepends=('gst-libav: FFmpeg plugin for GStreamer'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('7cb4a91d7480338a77c3d1baac3e34052af1c6775540f7e475e2e4a28f7aae86')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 182349, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-05 18:25:47 UTC (rev 182350)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.111
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('gst-libav: FFmpeg plugin for GStreamer'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('b31b7a14c75fbab7fef097d681bf1eb70825bc4a305b47e03166bf9d156f89a4')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-07-05 Thread Maxime Gauduin
Date: Tuesday, July 5, 2016 @ 18:25:24
  Author: alucryd
Revision: 182349

upgpkg: lollypop 0.9.111-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 16:49:26 UTC (rev 182348)
+++ PKGBUILD2016-07-05 18:25:24 UTC (rev 182349)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.110
+pkgver=0.9.111
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -19,7 +19,7 @@
 'python-pylast: Last.FM support'
 'python-wikipedia: Wikipedia support')
 
source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('7cb4a91d7480338a77c3d1baac3e34052af1c6775540f7e475e2e4a28f7aae86')
+sha256sums=('b31b7a14c75fbab7fef097d681bf1eb70825bc4a305b47e03166bf9d156f89a4')
 
 build() {
   cd lollypop-${pkgver}


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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 17:39:04
  Author: arojas
Revision: 271046

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-05 17:38:34 UTC (rev 271045)
+++ extra-i686/PKGBUILD 2016-07-05 17:39:04 UTC (rev 271046)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=knewstuff
-pkgver=5.23.0
-pkgrel=1
-pkgdesc='Support for downloading application assets from the network'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2ac172c3af820c701e8e144e7f9d35db')
-
-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: knewstuff/repos/extra-i686/PKGBUILD (from rev 271045, 
knewstuff/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-05 17:39:04 UTC (rev 271046)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.23.0
+pkgrel=2
+pkgdesc='Support for downloading application assets from the network'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+
kdebug-364896.patch::"https://quickgit.kde.org/?p=knewstuff.git=commitdiff=fc2e7f58=plain;)
+md5sums=('2ac172c3af820c701e8e144e7f9d35db'
+ 'a8fbc7f6e60f5d3de3e88641d889f138')
+
+prepare() {
+  mkdir -p build
+
+# Fix crash in Discover http://bugs.kde.org/show_bug.cgi?id=364896
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-364896.patch
+}
+
+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   2016-07-05 17:38:34 UTC (rev 271045)
+++ extra-x86_64/PKGBUILD   2016-07-05 17:39:04 UTC (rev 271046)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=knewstuff
-pkgver=5.23.0
-pkgrel=1
-pkgdesc='Support for downloading application assets from the network'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2ac172c3af820c701e8e144e7f9d35db')
-
-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: knewstuff/repos/extra-x86_64/PKGBUILD (from rev 271045, 
knewstuff/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-07-05 17:39:04 UTC (rev 271046)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.23.0
+pkgrel=2
+pkgdesc='Support for downloading application assets from the network'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 17:38:34
  Author: arojas
Revision: 271045

Fix crash in Discover (KDEBUG#364896)

Modified:
  knewstuff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 17:29:29 UTC (rev 271044)
+++ PKGBUILD2016-07-05 17:38:34 UTC (rev 271045)
@@ -4,7 +4,7 @@
 
 pkgname=knewstuff
 pkgver=5.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Support for downloading application assets from the network'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -12,11 +12,17 @@
 depends=('kio')
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2ac172c3af820c701e8e144e7f9d35db')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+
kdebug-364896.patch::"https://quickgit.kde.org/?p=knewstuff.git=commitdiff=fc2e7f58=plain;)
+md5sums=('2ac172c3af820c701e8e144e7f9d35db'
+ 'a8fbc7f6e60f5d3de3e88641d889f138')
 
 prepare() {
   mkdir -p build
+
+# Fix crash in Discover http://bugs.kde.org/show_bug.cgi?id=364896
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-364896.patch
 }
 
 build() {


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

2016-07-05 Thread Maxime Gauduin
Date: Tuesday, July 5, 2016 @ 17:29:29
  Author: alucryd
Revision: 271044

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

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

-+
 /PKGBUILD   |  182 ++
 staging-i686/PKGBUILD   |   91 ---
 staging-x86_64/PKGBUILD |   91 ---
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-07-05 17:28:57 UTC (rev 271043)
+++ staging-i686/PKGBUILD   2016-07-05 17:29:29 UTC (rev 271044)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=3.1
-pkgrel=2
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'lame'
- 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
- 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
- 'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
- 'v4l-utils' 'xvidcore' 'zlib'
- 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
- 'libx264.so' 'libx265.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('2100fca81627e6cbe937fd6a071ae89277c02350538944b2b0c3c2cc71d9402a'
-'SKIP')
-
-build() {
-  cd ffmpeg-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-netcdf \
---enable-shared \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-man
-  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/staging-i686/PKGBUILD (from rev 271043, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-05 17:29:29 UTC (rev 271044)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.1.1
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'lame'
+ 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
+ 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
+ 'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+ 'v4l-utils' 'xvidcore' 'zlib'
+ 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
+ 'libx264.so' 'libx265.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 

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

2016-07-05 Thread Maxime Gauduin
Date: Tuesday, July 5, 2016 @ 17:28:57
  Author: alucryd
Revision: 271043

upgpkg: ffmpeg 1:3.1.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 16:34:33 UTC (rev 271042)
+++ PKGBUILD2016-07-05 17:28:57 UTC (rev 271043)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.1
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
   'libswscale.so')
 source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('2100fca81627e6cbe937fd6a071ae89277c02350538944b2b0c3c2cc71d9402a'
+sha256sums=('a5bca50a90a37b983eaa17c483a387189175f37ca678ae7e51d43e7610b4b3b4'
 'SKIP')
 
 build() {


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

2016-07-05 Thread Sven-Hendrik Haase
Date: Tuesday, July 5, 2016 @ 16:49:12
  Author: svenstaro
Revision: 182347

upgpkg: log4cplus 1.2.0-3

rebuild

Modified:
  log4cplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 16:49:02 UTC (rev 182346)
+++ PKGBUILD2016-07-05 16:49:12 UTC (rev 182347)
@@ -5,7 +5,7 @@
 pkgname=log4cplus
 _origver=1.2.0
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A C++ logger very close to Java's log4j"
 arch=('i686' 'x86_64')
 url="http://log4cplus.sourceforge.net/;


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

2016-07-05 Thread Sven-Hendrik Haase
Date: Tuesday, July 5, 2016 @ 16:49:26
  Author: svenstaro
Revision: 182348

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-05 16:49:12 UTC (rev 182347)
+++ community-i686/PKGBUILD 2016-07-05 16:49:26 UTC (rev 182348)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexey Galakhov 
-# Contributor: Andreas Baumann 
-
-pkgname=log4cplus
-_origver=1.2.0
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="A C++ logger very close to Java's log4j"
-arch=('i686' 'x86_64')
-url="http://log4cplus.sourceforge.net/;
-license=('GPL')
-depends=('gcc-libs')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz;)
-sha256sums=('93aa5b26425f0b1596c5e5b3d58916988fdd83b359a02ca59878eb5c7c2ec6c2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_origver}
-
-  ./configure \
---prefix=/usr \
---with-working-locale
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_origver}
-
-  make install DESTDIR=$pkgdir
-}

Copied: log4cplus/repos/community-i686/PKGBUILD (from rev 182347, 
log4cplus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-05 16:49:26 UTC (rev 182348)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexey Galakhov 
+# Contributor: Andreas Baumann 
+
+pkgname=log4cplus
+_origver=1.2.0
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="A C++ logger very close to Java's log4j"
+arch=('i686' 'x86_64')
+url="http://log4cplus.sourceforge.net/;
+license=('GPL')
+depends=('gcc-libs')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz;)
+sha256sums=('93aa5b26425f0b1596c5e5b3d58916988fdd83b359a02ca59878eb5c7c2ec6c2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_origver}
+
+  ./configure \
+--prefix=/usr \
+--with-working-locale
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_origver}
+
+  make install DESTDIR=$pkgdir
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-05 16:49:12 UTC (rev 182347)
+++ community-x86_64/PKGBUILD   2016-07-05 16:49:26 UTC (rev 182348)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexey Galakhov 
-# Contributor: Andreas Baumann 
-
-pkgname=log4cplus
-_origver=1.2.0
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="A C++ logger very close to Java's log4j"
-arch=('i686' 'x86_64')
-url="http://log4cplus.sourceforge.net/;
-license=('GPL')
-depends=('gcc-libs')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz;)
-sha256sums=('93aa5b26425f0b1596c5e5b3d58916988fdd83b359a02ca59878eb5c7c2ec6c2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_origver}
-
-  ./configure \
---prefix=/usr \
---with-working-locale
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_origver}
-
-  make install DESTDIR=$pkgdir
-}

Copied: log4cplus/repos/community-x86_64/PKGBUILD (from rev 182347, 
log4cplus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-05 16:49:26 UTC (rev 182348)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexey Galakhov 
+# Contributor: Andreas Baumann 
+
+pkgname=log4cplus
+_origver=1.2.0
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="A C++ logger very close to Java's log4j"
+arch=('i686' 'x86_64')
+url="http://log4cplus.sourceforge.net/;
+license=('GPL')
+depends=('gcc-libs')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz;)
+sha256sums=('93aa5b26425f0b1596c5e5b3d58916988fdd83b359a02ca59878eb5c7c2ec6c2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_origver}
+
+  ./configure \
+--prefix=/usr \
+--with-working-locale
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_origver}
+
+  make install DESTDIR=$pkgdir
+}


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

2016-07-05 Thread Sven-Hendrik Haase
Date: Tuesday, July 5, 2016 @ 16:48:46
  Author: svenstaro
Revision: 182345

upgpkg: gitlab-ci-multi-runner 1.3.2-2

Fix wrong prebuilt container being used

Modified:
  gitlab-ci-multi-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 16:26:59 UTC (rev 182344)
+++ PKGBUILD2016-07-05 16:48:46 UTC (rev 182345)
@@ -3,7 +3,7 @@
 
 pkgname=gitlab-ci-multi-runner
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('i686' 'x86_64')
 url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
@@ -12,9 +12,9 @@
 makedepends=('git' 'go' 'godep' 'go-bindata' 'mercurial')
 install='gitlab-runner.install'
 backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt.tar.gz')
+noextract=('prebuilt-x86_64.tar.gz')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/repository/archive.tar.gz?ref=v${pkgver};
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt.tar.gz;
+
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/${pkgver}/docker/prebuilt-x86_64.tar.gz;
 "gitlab-runner.install"
 "gitlab-runner.service"
 "gitlab-runner.sysusers"
@@ -22,7 +22,7 @@
 "config.toml"
 "godeps.patch")
 sha256sums=('478aa84f74669d51110672d0f6f87c28b727fffc1a06ec6f7866f143df130391'
-'f14b10e7070ae83dc0aadd02d3fc4071526bb9b09dfcdeaea69c2729a6019433'
+'8f4218c357ae8e34a81ed3a4d86e4a24ede2295e71edf659282fd4a4badbada7'
 '289f73a16df5c8823a15b67a4aaa635d32b9c49ce4e11baa5d33f12828a1e0bb'
 '843cabc4e1cfbf0a81365abae0c3d6ac388c00074017f9c286a7d5545828d1fa'
 '0d7621aec132ce44d7dadbe6c5f43b330af5c1dddfe06c958336a297e70c5bba'
@@ -44,7 +44,7 @@
 
 GOPATH="${srcdir}" godep restore
 
-ln -sf "${srcdir}/prebuilt.tar.gz" prebuilt.tar.gz
+ln -sf "${srcdir}/prebuilt-x86_64.tar.gz" prebuilt-x86_64.tar.gz
 }
 
 build() {
@@ -58,7 +58,7 @@
 -nomemcopy \
 -prefix out/docker/ \
 -o executors/docker/bindata.go \
-prebuilt.tar.gz
+prebuilt-x86_64.tar.gz
 
 GOPATH="${srcdir}" go build \
 -ldflags "-X main.NAME=${pkgname} -X main.VERSION=${pkgver} -X 
main.REVISION=${_rev}"


[arch-commits] Commit in gitlab-ci-multi-runner/repos (28 files)

2016-07-05 Thread Sven-Hendrik Haase
Date: Tuesday, July 5, 2016 @ 16:49:02
  Author: svenstaro
Revision: 182346

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

Added:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
(from rev 182345, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-i686/config.toml
(from rev 182345, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
(from rev 182345, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
(from rev 182345, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
(from rev 182345, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
(from rev 182345, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-ci-multi-runner/repos/community-i686/godeps.patch
(from rev 182345, gitlab-ci-multi-runner/trunk/godeps.patch)
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
(from rev 182345, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
(from rev 182345, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
(from rev 182345, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
(from rev 182345, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 182345, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 182345, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-ci-multi-runner/repos/community-x86_64/godeps.patch
(from rev 182345, gitlab-ci-multi-runner/trunk/godeps.patch)
Deleted:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
  gitlab-ci-multi-runner/repos/community-i686/config.toml
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
  gitlab-ci-multi-runner/repos/community-i686/godeps.patch
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles
  gitlab-ci-multi-runner/repos/community-x86_64/godeps.patch

-+
 /PKGBUILD   |  150 ++
 /config.toml|2 
 /gitlab-runner.install  |   16 +++
 /gitlab-runner.service  |   34 ++
 /gitlab-runner.sysusers |2 
 /gitlab-runner.tmpfiles |2 
 /godeps.patch   |   26 +
 community-i686/PKGBUILD |   75 ---
 community-i686/config.toml  |1 
 community-i686/gitlab-runner.install|8 -
 community-i686/gitlab-runner.service|   17 ---
 community-i686/gitlab-runner.sysusers   |1 
 community-i686/gitlab-runner.tmpfiles   |1 
 community-i686/godeps.patch |   13 --
 community-x86_64/PKGBUILD   |   75 ---
 community-x86_64/config.toml|1 
 community-x86_64/gitlab-runner.install  |8 -
 community-x86_64/gitlab-runner.service  |   17 ---
 community-x86_64/gitlab-runner.sysusers |1 
 community-x86_64/gitlab-runner.tmpfiles |1 
 community-x86_64/godeps.patch   |   13 --
 21 files changed, 232 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-05 16:48:46 UTC (rev 182345)
+++ community-i686/PKGBUILD 2016-07-05 16:49:02 UTC (rev 182346)
@@ -1,75 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-ci-multi-runner
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('i686' 'x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
-license=('GPLv3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'godep' 'go-bindata' 'mercurial')
-install='gitlab-runner.install'
-backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt.tar.gz')

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

2016-07-05 Thread Anatol Pomozov
Date: Tuesday, July 5, 2016 @ 16:33:37
  Author: anatolik
Revision: 271041

ffmpeg 3.1 rebuild

https://www.archlinux.org/todo/ffmpeg-31-rebuild/

Modified:
  alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 14:46:34 UTC (rev 271040)
+++ PKGBUILD2016-07-05 16:33:37 UTC (rev 271041)
@@ -5,7 +5,7 @@
 
 pkgname=alsa-plugins
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra alsa plugins"
 arch=(i686 x86_64)
 url="http://www.alsa-project.org;


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

2016-07-05 Thread Anatol Pomozov
Date: Tuesday, July 5, 2016 @ 16:34:33
  Author: anatolik
Revision: 271042

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

Added:
  alsa-plugins/repos/staging-i686/
  alsa-plugins/repos/staging-i686/PKGBUILD
(from rev 271041, alsa-plugins/trunk/PKGBUILD)
  alsa-plugins/repos/staging-x86_64/
  alsa-plugins/repos/staging-x86_64/PKGBUILD
(from rev 271041, alsa-plugins/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: alsa-plugins/repos/staging-i686/PKGBUILD (from rev 271041, 
alsa-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-05 16:34:33 UTC (rev 271042)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="Extra alsa plugins"
+arch=(i686 x86_64)
+url="http://www.alsa-project.org;
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin, a52 plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
+sha1sums=('280eb0d9810e463059747d01760a5ac3f44d7057')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -DHAVE_STDINT_H' # We have issue similar to this one 
https://code.google.com/p/cantata/issues/detail?id=627
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}

Copied: alsa-plugins/repos/staging-x86_64/PKGBUILD (from rev 271041, 
alsa-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-07-05 16:34:33 UTC (rev 271042)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="Extra alsa plugins"
+arch=(i686 x86_64)
+url="http://www.alsa-project.org;
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin, a52 plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
+sha1sums=('280eb0d9810e463059747d01760a5ac3f44d7057')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -DHAVE_STDINT_H' # We have issue similar to this one 
https://code.google.com/p/cantata/issues/detail?id=627
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}


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

2016-07-05 Thread Jaroslav Lichtblau
Date: Tuesday, July 5, 2016 @ 16:26:59
  Author: jlichtblau
Revision: 182344

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

Added:
  qmmp/repos/community-staging-i686/
  qmmp/repos/community-staging-i686/PKGBUILD
(from rev 182343, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-staging-i686/qmmp.changelog
(from rev 182343, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-staging-x86_64/
  qmmp/repos/community-staging-x86_64/PKGBUILD
(from rev 182343, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-staging-x86_64/qmmp.changelog
(from rev 182343, qmmp/trunk/qmmp.changelog)

-+
 community-staging-i686/PKGBUILD |   49 +++
 community-staging-i686/qmmp.changelog   |  208 ++
 community-staging-x86_64/PKGBUILD   |   49 +++
 community-staging-x86_64/qmmp.changelog |  208 ++
 4 files changed, 514 insertions(+)

Copied: qmmp/repos/community-staging-i686/PKGBUILD (from rev 182343, 
qmmp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-05 16:26:59 UTC (rev 182344)
@@ -0,0 +1,49 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="Qt5 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
+ 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
+ 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack')
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c82364b76d23d8bba52466737349493593802576bee57979553a3de67163b518')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DUSE_HAL:BOOL=FALSE
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: qmmp/repos/community-staging-i686/qmmp.changelog (from rev 182343, 
qmmp/trunk/qmmp.changelog)
===
--- community-staging-i686/qmmp.changelog   (rev 0)
+++ community-staging-i686/qmmp.changelog   2016-07-05 16:26:59 UTC (rev 
182344)
@@ -0,0 +1,208 @@
+2016-07-05 Jaroslav Lichtblau 
+   * qmmp 1.1.1-2 ffmpeg 3.1 rebuild
+
+2016-07-05 Jaroslav Lichtblau 
+   * qmmp 1.1.1-1
+
+2016-07-03 Jaroslav Lichtblau 
+   * qmmp 1.1.0-2 ffmpeg 3.1 rebuild
+
+2016-06-21 Jaroslav Lichtblau 
+   * qmmp 1.1.0-1
+
+2016-06-01 Jaroslav Lichtblau 
+   * qmmp 1.0.10-1
+
+2016-05-02 Jaroslav Lichtblau 
+   * qmmp 1.0.9-1
+
+2016-04-30 Jaroslav Lichtblau 
+   * qmmp 1.0.7-2 pacman hooks rebuild
+
+2016-04-06 Jaroslav Lichtblau 
+   * qmmp 1.0.7-1
+
+2016-02-16 Jaroslav Lichtblau 
+   * qmmp 1.0.6-2 ffmpeg 3.0 rebuild
+
+2016-01-27 Jaroslav Lichtblau 
+   * qmmp 1.0.6-1
+
+2016-01-02 Jaroslav Lichtblau 
+   * qmmp 1.0.5-1
+
+2015-12-21 Jaroslav Lichtblau 
+   * qmmp 1.0.4-1
+
+2015-12-19 Jaroslav Lichtblau 
+   * qmmp 1.0.3-1
+
+2015-11-14 Jaroslav Lichtblau 
+   * qmmp 1.0.2-1
+
+2015-10-21 Jaroslav Lichtblau 
+   * qmmp 1.0.1-1
+   * FS#46785 and FS#46808 fix
+
+2015-10-03 Jaroslav Lichtblau 
+   * qmmp 1.0.0-2 FS#46542 fix
+
+2015-10-02 

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2016-07-05 Thread Jaroslav Lichtblau
Date: Tuesday, July 5, 2016 @ 16:26:25
  Author: jlichtblau
Revision: 182343

upgpkg: qmmp 1.1.1-2 - updated ffmpeg 3.1 rebuild

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |2 +-
 qmmp.changelog |3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 16:03:59 UTC (rev 182342)
+++ PKGBUILD2016-07-05 16:26:25 UTC (rev 182343)
@@ -3,7 +3,7 @@
 
 pkgname=qmmp
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt5 based audio-player"
 arch=('i686' 'x86_64')
 url="http://qmmp.ylsoftware.com/;

Modified: qmmp.changelog
===
--- qmmp.changelog  2016-07-05 16:03:59 UTC (rev 182342)
+++ qmmp.changelog  2016-07-05 16:26:25 UTC (rev 182343)
@@ -1,4 +1,7 @@
 2016-07-05 Jaroslav Lichtblau 
+   * qmmp 1.1.1-2 ffmpeg 3.1 rebuild
+
+2016-07-05 Jaroslav Lichtblau 
* qmmp 1.1.1-1
 
 2016-07-03 Jaroslav Lichtblau 


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

2016-07-05 Thread Jelle van der Waa
Date: Tuesday, July 5, 2016 @ 16:03:59
  Author: jelle
Revision: 182342

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-05 16:03:51 UTC (rev 182341)
+++ PKGBUILD2016-07-05 16:03:59 UTC (rev 182342)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=6.0.2
-pkgrel=1
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org;
-license=('BSD')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-source=(https://github.com/cherrypy/cherrypy/archive/v$pkgver.tar.gz)
-md5sums=('0d3ed6a4dc7385b6621267f07534b57c')
-
-build() {
-  cp -r cherrypy-${pkgver} cherrypy-${pkgver}-py2
-
-  cd cherrypy-${pkgver}
-  python ./setup.py build
-
-  cd "${srcdir}/cherrypy-${pkgver}-py2"
-  python2 ./setup.py build
-}
-
-package_python-cherrypy() {
-  depends=('python')
-
-  cd cherrypy-${pkgver}
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
-}
-
-package_python2-cherrypy() {
-  depends=('python2')
-
-  cd cherrypy-${pkgver}-py2
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
-}
-
-check() {
-  cd cherrypy-${pkgver}
-  python2 ./setup.py test
-
-  cd ../cherrypy-${pkgver}
-  python3 ./setup.py check
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 182341, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-05 16:03:59 UTC (rev 182342)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=6.0.2
+pkgrel=2
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org;
+license=('BSD')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+source=(https://github.com/cherrypy/cherrypy/archive/v$pkgver.tar.gz)
+md5sums=('0d3ed6a4dc7385b6621267f07534b57c')
+
+build() {
+  cp -r cherrypy-${pkgver} cherrypy-${pkgver}-py2
+
+  cd cherrypy-${pkgver}
+  python ./setup.py build
+
+  cd "${srcdir}/cherrypy-${pkgver}-py2"
+  python2 ./setup.py build
+}
+
+package_python-cherrypy() {
+  depends=('python' 'python-six')
+
+  cd cherrypy-${pkgver}
+
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
+}
+
+package_python2-cherrypy() {
+  depends=('python2')
+
+  cd cherrypy-${pkgver}-py2
+
+  python2 ./setup.py install --root="${pkgdir}" --optimize=1
+  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
+}
+
+check() {
+  cd cherrypy-${pkgver}
+  python2 ./setup.py test
+
+  cd ../cherrypy-${pkgver}
+  python3 ./setup.py check
+}


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

2016-07-05 Thread Jelle van der Waa
Date: Tuesday, July 5, 2016 @ 16:03:51
  Author: jelle
Revision: 182341

FS#49925 - python-cherrypy missing dependency: python-six

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 16:01:50 UTC (rev 182340)
+++ PKGBUILD2016-07-05 16:03:51 UTC (rev 182341)
@@ -6,7 +6,7 @@
 # Contributor: Florian Richter 
 pkgname=('python-cherrypy' 'python2-cherrypy')
 pkgver=6.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
 url="http://www.cherrypy.org;
@@ -26,7 +26,7 @@
 }
 
 package_python-cherrypy() {
-  depends=('python')
+  depends=('python' 'python-six')
 
   cd cherrypy-${pkgver}
 


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

2016-07-05 Thread Jaroslav Lichtblau
Date: Tuesday, July 5, 2016 @ 16:01:50
  Author: jlichtblau
Revision: 182340

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

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 182339, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 182339, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 182339, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 182339, qmmp/trunk/qmmp.changelog)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog

-+
 /PKGBUILD   |   98 +
 /qmmp.changelog |  410 ++
 community-i686/PKGBUILD |   49 
 community-i686/qmmp.changelog   |  202 --
 community-x86_64/PKGBUILD   |   49 
 community-x86_64/qmmp.changelog |  202 --
 6 files changed, 508 insertions(+), 502 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-05 16:01:35 UTC (rev 182339)
+++ community-i686/PKGBUILD 2016-07-05 16:01:50 UTC (rev 182340)
@@ -1,49 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="Qt5 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
- 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
- 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
- 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('38205304dde2c490276513ed039654a9125098b4986a76d2832f217ecf7c8f71')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 182339, 
qmmp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-05 16:01:50 UTC (rev 182340)
@@ -0,0 +1,49 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Qt5 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
+ 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
+ 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack')
+changelog=$pkgname.changelog

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2016-07-05 Thread Jaroslav Lichtblau
Date: Tuesday, July 5, 2016 @ 16:01:35
  Author: jlichtblau
Revision: 182339

upgpkg: qmmp 1.1.1-1 - new upstream release

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |6 +++---
 qmmp.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 16:00:17 UTC (rev 182338)
+++ PKGBUILD2016-07-05 16:01:35 UTC (rev 182339)
@@ -2,8 +2,8 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="Qt5 based audio-player"
 arch=('i686' 'x86_64')
 url="http://qmmp.ylsoftware.com/;
@@ -31,7 +31,7 @@
 'ffmpeg' 'libsamplerate' 'wavpack')
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('38205304dde2c490276513ed039654a9125098b4986a76d2832f217ecf7c8f71')
+sha256sums=('c82364b76d23d8bba52466737349493593802576bee57979553a3de67163b518')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2016-07-05 16:00:17 UTC (rev 182338)
+++ qmmp.changelog  2016-07-05 16:01:35 UTC (rev 182339)
@@ -1,3 +1,6 @@
+2016-07-05 Jaroslav Lichtblau 
+   * qmmp 1.1.1-1
+
 2016-07-03 Jaroslav Lichtblau 
* qmmp 1.1.0-2 ffmpeg 3.1 rebuild
 


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

2016-07-05 Thread Levente Polyak
Date: Tuesday, July 5, 2016 @ 15:48:05
  Author: anthraxx
Revision: 182337

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

Added:
  hashcat/repos/community-i686/
  hashcat/repos/community-i686/PKGBUILD
(from rev 182336, hashcat/trunk/PKGBUILD)
  hashcat/repos/community-i686/makefile.patch
(from rev 182336, hashcat/trunk/makefile.patch)
  hashcat/repos/community-x86_64/
  hashcat/repos/community-x86_64/PKGBUILD
(from rev 182336, hashcat/trunk/PKGBUILD)
  hashcat/repos/community-x86_64/makefile.patch
(from rev 182336, hashcat/trunk/makefile.patch)

-+
 community-i686/PKGBUILD |   40 +
 community-i686/makefile.patch   |   41 ++
 community-x86_64/PKGBUILD   |   40 +
 community-x86_64/makefile.patch |   41 ++
 4 files changed, 162 insertions(+)

Copied: hashcat/repos/community-i686/PKGBUILD (from rev 182336, 
hashcat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-05 15:48:05 UTC (rev 182337)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sam Stuewe 
+
+pkgname=hashcat
+pkgver=3.00
+pkgrel=2
+pkgdesc='Multithreaded advanced password recovery utility'
+url='https://hashcat.net/hashcat'
+arch=('i686' 'x86_64')
+depends=('gmp' 'libcl')
+optdepends=('libxnvctrl: NVIDIA X driver configuration support'
+'opencl-nvidia: OpenCL support for NVIDIA'
+'opencl-mesa: OpenCL support for AMD/ATI Radeon mesa drivers')
+makedepends=('opencl-headers')
+license=('MIT')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/hashcat/hashcat/archive/v${pkgver}.tar.gz
+
${pkgname}-${pkgver}.tar.gz.asc::https://hashcat.net/files/v${pkgver}.tar.gz.asc
+makefile.patch)
+sha512sums=('cdaf00830a1f4b52b008c5c6499cd6246eb328a1711be1446ea7b8b3d6ad9afeb9f3626cf9cef58a04b4a414d10e09e5a8429bc47684a9d6dbf511effbc2eedb'
+'SKIP'
+
'be389cce5f325437b965c755819c09d6b997c534caebd74a947659f8d950e9b3cee365c993928c5522188e53412156eb64218dd844952125de96e7b764716a7d')
+validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < "${srcdir}/makefile.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Copied: hashcat/repos/community-i686/makefile.patch (from rev 182336, 
hashcat/trunk/makefile.patch)
===
--- community-i686/makefile.patch   (rev 0)
+++ community-i686/makefile.patch   2016-07-05 15:48:05 UTC (rev 182337)
@@ -0,0 +1,41 @@
+From 7f8aaf74302816d03fbff62dab5c987d498acdde Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Mon, 4 Jul 2016 21:01:51 +0200
+Subject: [PATCH] extend global CFLAGS and LDFLAGS to aid distro packaging
+
+This preserves globally defined CFLAGS and LDFLAGS and simply
+extends those variables to aid distro based packaging toolchains
+and predefined distro wide defaults like SSP, relro etc.
+---
+ src/Makefile | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index 9f11325..cf44590 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -90,7 +90,7 @@ VERSION_TAG  := $(shell test -d .git && git 
describe --tags --dirty=
+ ## Compiler flags
+ ##
+ 
+-CFLAGS   := -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ 
-I$(OPENCL_HEADERS_KHRONOS)/
++CFLAGS   += -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ 
-I$(OPENCL_HEADERS_KHRONOS)/
+ 
+ ifndef DEBUG
+ CFLAGS   += -O2
+@@ -112,6 +112,7 @@ export MACOSX_DEPLOYMENT_TARGET=10.9
+ CFLAGS_NATIVE:= -D_POSIX -DDARWIN
+ CFLAGS_NATIVE+= $(CFLAGS)
+ LFLAGS_NATIVE:= -lpthread
++LFLAGS_NATIVE+= $(LDFLAGS)
+ endif # darwin
+ 
+ ifeq ($(UNAME),Linux)
+@@ -122,6 +123,7 @@ endif
+ CFLAGS_NATIVE+= $(CFLAGS)
+ LFLAGS_NATIVE:= -lpthread -ldl
+ CFLAGS_NATIVE+= -DHAVE_HWMON
++LFLAGS_NATIVE+= $(LDFLAGS)
+ endif # linux
+ 
+ ##

Copied: hashcat/repos/community-x86_64/PKGBUILD (from rev 182336, 
hashcat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-05 15:48:05 UTC (rev 182337)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# 

[arch-commits] Commit in (5 files)

2016-07-05 Thread Levente Polyak
Date: Tuesday, July 5, 2016 @ 15:47:51
  Author: anthraxx
Revision: 182336

addpkg: hashcat 3.00-2

- includes Makefile patch to preserve CFLAGS and LDFLAGS

Added:
  hashcat/
  hashcat/repos/
  hashcat/trunk/
  hashcat/trunk/PKGBUILD
  hashcat/trunk/makefile.patch

+
 PKGBUILD   |   40 
 makefile.patch |   41 +
 2 files changed, 81 insertions(+)

Added: hashcat/trunk/PKGBUILD
===
--- hashcat/trunk/PKGBUILD  (rev 0)
+++ hashcat/trunk/PKGBUILD  2016-07-05 15:47:51 UTC (rev 182336)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sam Stuewe 
+
+pkgname=hashcat
+pkgver=3.00
+pkgrel=2
+pkgdesc='Multithreaded advanced password recovery utility'
+url='https://hashcat.net/hashcat'
+arch=('i686' 'x86_64')
+depends=('gmp' 'libcl')
+optdepends=('libxnvctrl: NVIDIA X driver configuration support'
+'opencl-nvidia: OpenCL support for NVIDIA'
+'opencl-mesa: OpenCL support for AMD/ATI Radeon mesa drivers')
+makedepends=('opencl-headers')
+license=('MIT')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/hashcat/hashcat/archive/v${pkgver}.tar.gz
+
${pkgname}-${pkgver}.tar.gz.asc::https://hashcat.net/files/v${pkgver}.tar.gz.asc
+makefile.patch)
+sha512sums=('cdaf00830a1f4b52b008c5c6499cd6246eb328a1711be1446ea7b8b3d6ad9afeb9f3626cf9cef58a04b4a414d10e09e5a8429bc47684a9d6dbf511effbc2eedb'
+'SKIP'
+
'be389cce5f325437b965c755819c09d6b997c534caebd74a947659f8d950e9b3cee365c993928c5522188e53412156eb64218dd844952125de96e7b764716a7d')
+validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < "${srcdir}/makefile.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Added: hashcat/trunk/makefile.patch
===
--- hashcat/trunk/makefile.patch(rev 0)
+++ hashcat/trunk/makefile.patch2016-07-05 15:47:51 UTC (rev 182336)
@@ -0,0 +1,41 @@
+From 7f8aaf74302816d03fbff62dab5c987d498acdde Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Mon, 4 Jul 2016 21:01:51 +0200
+Subject: [PATCH] extend global CFLAGS and LDFLAGS to aid distro packaging
+
+This preserves globally defined CFLAGS and LDFLAGS and simply
+extends those variables to aid distro based packaging toolchains
+and predefined distro wide defaults like SSP, relro etc.
+---
+ src/Makefile | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index 9f11325..cf44590 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -90,7 +90,7 @@ VERSION_TAG  := $(shell test -d .git && git 
describe --tags --dirty=
+ ## Compiler flags
+ ##
+ 
+-CFLAGS   := -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ 
-I$(OPENCL_HEADERS_KHRONOS)/
++CFLAGS   += -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ 
-I$(OPENCL_HEADERS_KHRONOS)/
+ 
+ ifndef DEBUG
+ CFLAGS   += -O2
+@@ -112,6 +112,7 @@ export MACOSX_DEPLOYMENT_TARGET=10.9
+ CFLAGS_NATIVE:= -D_POSIX -DDARWIN
+ CFLAGS_NATIVE+= $(CFLAGS)
+ LFLAGS_NATIVE:= -lpthread
++LFLAGS_NATIVE+= $(LDFLAGS)
+ endif # darwin
+ 
+ ifeq ($(UNAME),Linux)
+@@ -122,6 +123,7 @@ endif
+ CFLAGS_NATIVE+= $(CFLAGS)
+ LFLAGS_NATIVE:= -lpthread -ldl
+ CFLAGS_NATIVE+= -DHAVE_HWMON
++LFLAGS_NATIVE+= $(LDFLAGS)
+ endif # linux
+ 
+ ##


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

2016-07-05 Thread Sergej Pupykin
Date: Tuesday, July 5, 2016 @ 15:07:10
  Author: spupykin
Revision: 182335

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-05 15:06:52 UTC (rev 182334)
+++ community-i686/PKGBUILD 2016-07-05 15:07:10 UTC (rev 182335)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Christian Himpel 
-# Contributor: Johannes Hanika 
-
-# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
-
-pkgname=darktable
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="Utility to organize and develop raw images"
-epoch=1
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 
'lua52'
-'colord' 'colord-gtk' 'graphicsmagick')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('130a0bd61cabd21f2df67dadc62be792')
-
-build() {
-  cd "$srcdir/$pkgname-release-$pkgver"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  -DPROJECT_VERSION=$pkgver \
-  ..
-  make
-
-  cd ../tools/basecurve
-  cmake .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-release-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
$pkgdir/usr/bin/dt-curve-tool-helper
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 182334, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-05 15:07:10 UTC (rev 182335)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
+
+pkgname=darktable
+pkgver=2.0.5
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+epoch=1
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 
'lua52'
+'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
+md5sums=('ad02f1ce777ac653f6937bd979e20c36')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  -DPROJECT_VERSION=$pkgver \
+  ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
+  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
$pkgdir/usr/bin/dt-curve-tool-helper
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-05 15:06:52 UTC (rev 182334)
+++ community-x86_64/PKGBUILD   2016-07-05 15:07:10 UTC (rev 182335)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Christian Himpel 
-# Contributor: Johannes Hanika 
-
-# Don't bump to 2.1 plz, it's a development branch. 

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

2016-07-05 Thread Sergej Pupykin
Date: Tuesday, July 5, 2016 @ 15:06:52
  Author: spupykin
Revision: 182334

upgpkg: darktable 1:2.0.5-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 12:14:48 UTC (rev 182333)
+++ PKGBUILD2016-07-05 15:06:52 UTC (rev 182334)
@@ -6,7 +6,7 @@
 # Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
 
 pkgname=darktable
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 epoch=1
@@ -20,7 +20,7 @@
 makedepends=('intltool>=0.40' 'cmake' 'librsvg')
 optdepends=('librsvg')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('130a0bd61cabd21f2df67dadc62be792')
+md5sums=('ad02f1ce777ac653f6937bd979e20c36')
 
 build() {
   cd "$srcdir/$pkgname-release-$pkgver"


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

2016-07-05 Thread Anatol Pomozov
Date: Tuesday, July 5, 2016 @ 14:46:34
  Author: anatolik
Revision: 271040

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

Added:
  apache/repos/testing-i686/
  apache/repos/testing-i686/PKGBUILD
(from rev 271039, apache/trunk/PKGBUILD)
  apache/repos/testing-i686/apache.install
(from rev 271039, apache/trunk/apache.install)
  apache/repos/testing-i686/apache.tmpfiles.conf
(from rev 271039, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-i686/arch.layout
(from rev 271039, apache/trunk/arch.layout)
  apache/repos/testing-i686/httpd.logrotate
(from rev 271039, apache/trunk/httpd.logrotate)
  apache/repos/testing-i686/httpd.service
(from rev 271039, apache/trunk/httpd.service)
  apache/repos/testing-x86_64/
  apache/repos/testing-x86_64/PKGBUILD
(from rev 271039, apache/trunk/PKGBUILD)
  apache/repos/testing-x86_64/apache.install
(from rev 271039, apache/trunk/apache.install)
  apache/repos/testing-x86_64/apache.tmpfiles.conf
(from rev 271039, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-x86_64/arch.layout
(from rev 271039, apache/trunk/arch.layout)
  apache/repos/testing-x86_64/httpd.logrotate
(from rev 271039, apache/trunk/httpd.logrotate)
  apache/repos/testing-x86_64/httpd.service
(from rev 271039, apache/trunk/httpd.service)

-+
 testing-i686/PKGBUILD   |  121 ++
 testing-i686/apache.install |   16 
 testing-i686/apache.tmpfiles.conf   |1 
 testing-i686/arch.layout|   22 ++
 testing-i686/httpd.logrotate|7 +
 testing-i686/httpd.service  |   15 
 testing-x86_64/PKGBUILD |  121 ++
 testing-x86_64/apache.install   |   16 
 testing-x86_64/apache.tmpfiles.conf |1 
 testing-x86_64/arch.layout  |   22 ++
 testing-x86_64/httpd.logrotate  |7 +
 testing-x86_64/httpd.service|   15 
 12 files changed, 364 insertions(+)

Copied: apache/repos/testing-i686/PKGBUILD (from rev 271039, 
apache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-05 14:46:34 UTC (rev 271040)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apache
+pkgver=2.4.23
+pkgrel=1
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('i686' 'x86_64')
+url='http://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(
+etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/httpd/conf/extra/proxy-html.conf
+etc/httpd/conf/{mime.types,magic}
+etc/logrotate.d/httpd
+)
+depends=('zlib' 'apr-util' 'pcre')
+makedepends=('libxml2' 'lua' 'openssl' 'nghttp2')
+optdepends=(
+'lua: for mod_lua module'
+'openssl: for mod_ssl module'
+'libxml2: for mod_proxy_html, mod_xml2enc modules'
+'nghttp2: for mod_http2 module'
+'lynx: apachectl status'
+)
+install=apache.install
+source=(
+http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
+apache.tmpfiles.conf
+httpd.logrotate
+httpd.service
+arch.layout
+)
+sha256sums=('0c1694b2aad7765896faf92843452ee2555b9591ae10d4f19b245f2adfe85e58'
+'SKIP'
+'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
+'0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'
+'f574bac6d5f398e7a649fc0e1ca66ff01ad4ef34dac71258e93d8a9d9a2b3960'
+'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
+validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8') # Jim Jagielski
+
+prepare() {
+  cd httpd-${pkgver}
+
+  # set default user
+  sed -e 's#User daemon#User http#' \
+  -e 's#Group daemon#Group http#' \
+  -i docs/conf/httpd.conf.in
+
+  cat "${srcdir}/arch.layout" >> config.layout
+}
+
+build() {
+  cd httpd-${pkgver}
+
+  ./configure --sbindir=/usr/bin \
+  --enable-layout=Arch \
+  --enable-mpms-shared=all \
+  --enable-modules=all \
+  --enable-mods-shared=all \
+  --enable-so \
+  --enable-suexec \
+  --with-suexec-caller=http \
+  --with-suexec-docroot=/srv/http \
+  --with-suexec-logfile=/var/log/httpd/suexec.log \
+  --with-suexec-bin=/usr/bin/suexec \
+  --with-suexec-uidmin=99 --with-suexec-gidmin=99 \
+  --enable-ldap --enable-authnz-ldap --enable-authnz-fcgi \
+  --enable-cache --enable-disk-cache --enable-mem-cache 
--enable-file-cache \
+  --enable-ssl --with-ssl \
+  --enable-deflate --enable-cgi --enable-cgid \
+  --enable-proxy 

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

2016-07-05 Thread Anatol Pomozov
Date: Tuesday, July 5, 2016 @ 14:45:26
  Author: anatolik
Revision: 271039

upgpkg: apache 2.4.23-1

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 12:07:34 UTC (rev 271038)
+++ PKGBUILD2016-07-05 14:45:26 UTC (rev 271039)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=apache
-pkgver=2.4.20
+pkgver=2.4.23
 pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
@@ -36,7 +36,7 @@
 httpd.service
 arch.layout
 )
-sha256sums=('0e76a375ed3dbac636f50ac39de966ece443751fe4d62392f9a360a19d94d0da'
+sha256sums=('0c1694b2aad7765896faf92843452ee2555b9591ae10d4f19b245f2adfe85e58'
 'SKIP'
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
 '0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'


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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:14:48
  Author: arojas
Revision: 182333

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

Added:
  discover/repos/community-testing-i686/
  discover/repos/community-testing-i686/PKGBUILD
(from rev 182332, discover/trunk/PKGBUILD)
  discover/repos/community-testing-x86_64/
  discover/repos/community-testing-x86_64/PKGBUILD
(from rev 182332, discover/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   35 +++
 community-testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: discover/repos/community-testing-i686/PKGBUILD (from rev 182332, 
discover/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-07-05 12:14:48 UTC (rev 182333)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python plasma-framework)
+conflicts=(muon)
+replaces=(muon)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('fd25f3db1638d45a80f785fcac519163')
+
+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: discover/repos/community-testing-x86_64/PKGBUILD (from rev 182332, 
discover/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-07-05 12:14:48 UTC (rev 182333)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python plasma-framework)
+conflicts=(muon)
+replaces=(muon)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('fd25f3db1638d45a80f785fcac519163')
+
+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
+}


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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:14:22
  Author: arojas
Revision: 182332

Update to 5.7.0

Modified:
  discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 11:18:05 UTC (rev 182331)
+++ PKGBUILD2016-07-05 12:14:22 UTC (rev 182332)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas  
 
 pkgname=discover
-pkgver=5.6.5
+pkgver=5.7.0
 pkgrel=1
 pkgdesc='A collection of package management tools for KDE'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 conflicts=(muon)
 replaces=(muon)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('ce253c1c0b1f2d70db2bf9a9b0ba9381')
+md5sums=('fd25f3db1638d45a80f785fcac519163')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in breeze-grub/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:06:10
  Author: arojas
Revision: 271000

archrelease: copy trunk to kde-unstable-any

Added:
  breeze-grub/repos/kde-unstable-any/PKGBUILD
(from rev 270999, breeze-grub/trunk/PKGBUILD)
Deleted:
  breeze-grub/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-05 12:06:00 UTC (rev 270999)
+++ PKGBUILD2016-07-05 12:06:10 UTC (rev 271000)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-grub
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="Breeze theme for GRUB"
-arch=(any)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(grub)
-makedepends=()
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('76a5bc6fc1fc3d0b947aa52ebdae779a513cf887b0c55a3346e01aa03f9f328c'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-package() {
-  install -d "$pkgdir"/boot/grub/themes
-  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
-}

Copied: breeze-grub/repos/kde-unstable-any/PKGBUILD (from rev 270999, 
breeze-grub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-05 12:06:10 UTC (rev 271000)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-grub
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('287fdcd071d2190186439348fbd8619b53dd0fa20a540e4fa1ac86bde608ee51'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+package() {
+  install -d "$pkgdir"/boot/grub/themes
+  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
+}


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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:06:00
  Author: arojas
Revision: 270999

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  breeze-gtk/repos/kde-unstable-i686/PKGBUILD
(from rev 270998, breeze-gtk/trunk/PKGBUILD)
  breeze-gtk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270998, breeze-gtk/trunk/PKGBUILD)
Deleted:
  breeze-gtk/repos/kde-unstable-i686/PKGBUILD
  breeze-gtk/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:05:44 UTC (rev 270998)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:06:00 UTC (rev 270999)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-gtk
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="Breeze widget theme for GTK 2 and 3"
-arch=(i686 x86_64)
-url='https://quickgit.kde.org/?p=breeze-gtk.git'
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f70f1ed16cd135702d3ee3e536a9bd4ea22e67ba1f27aa5c239a4e3e5f4e14a2'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare(){
-  mkdir -p build
-}
-
-build(){
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWITH_GTK3_VERSION=3.20
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: breeze-gtk/repos/kde-unstable-i686/PKGBUILD (from rev 270998, 
breeze-gtk/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:06:00 UTC (rev 270999)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Breeze widget theme for GTK 2 and 3"
+arch=(i686 x86_64)
+url='https://quickgit.kde.org/?p=breeze-gtk.git'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0bf61f4988a44a8d858cbd2ed348df141bfb8ed3eca8631d899ad76229dc30c1'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare(){
+  mkdir -p build
+}
+
+build(){
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_GTK3_VERSION=3.20
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:05:44 UTC (rev 270998)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:06:00 UTC (rev 270999)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-gtk
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="Breeze widget theme for GTK 2 and 3"
-arch=(i686 x86_64)
-url='https://quickgit.kde.org/?p=breeze-gtk.git'
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f70f1ed16cd135702d3ee3e536a9bd4ea22e67ba1f27aa5c239a4e3e5f4e14a2'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare(){
-  mkdir -p build
-}
-
-build(){
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWITH_GTK3_VERSION=3.20
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: breeze-gtk/repos/kde-unstable-x86_64/PKGBUILD (from rev 270998, 
breeze-gtk/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:06:00 UTC (rev 270999)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Breeze widget theme for GTK 2 and 3"
+arch=(i686 x86_64)

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:05:44
  Author: arojas
Revision: 270998

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kgamma5/repos/kde-unstable-i686/PKGBUILD
(from rev 270997, kgamma5/trunk/PKGBUILD)
  kgamma5/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270997, kgamma5/trunk/PKGBUILD)
Deleted:
  kgamma5/repos/kde-unstable-i686/PKGBUILD
  kgamma5/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:05:29 UTC (rev 270997)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:05:44 UTC (rev 270998)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kgamma5
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="Adjust your monitor's gamma settings"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7ec04855dc1eb03412470dae66e5cae84fdcee01130ce64f8e8640a22747d9ba'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: kgamma5/repos/kde-unstable-i686/PKGBUILD (from rev 270997, 
kgamma5/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:05:44 UTC (rev 270998)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0244602d508207cfb5f4068f91786ba01b11b413632781eb0d0ed1a7828998e9'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:05:29 UTC (rev 270997)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:05:44 UTC (rev 270998)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kgamma5
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="Adjust your monitor's gamma settings"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7ec04855dc1eb03412470dae66e5cae84fdcee01130ce64f8e8640a22747d9ba'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: kgamma5/repos/kde-unstable-x86_64/PKGBUILD (from rev 270997, 
kgamma5/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:05:44 UTC (rev 270998)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Adjust your monitor's 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:05:13
  Author: arojas
Revision: 270996

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  user-manager/repos/kde-unstable-i686/PKGBUILD
(from rev 270995, user-manager/trunk/PKGBUILD)
  user-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270995, user-manager/trunk/PKGBUILD)
Deleted:
  user-manager/repos/kde-unstable-i686/PKGBUILD
  user-manager/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:04:58 UTC (rev 270995)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:05:13 UTC (rev 270996)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='A simple system settings module to manage the users of your system'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(accountsservice kdelibs4support libpwquality)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f36acab94c95a380350a6f1d739c43a83c640778cec8d8c77f36255d95d6449c'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: user-manager/repos/kde-unstable-i686/PKGBUILD (from rev 270995, 
user-manager/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:05:13 UTC (rev 270996)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f3bc0dd8fbae6a0413ecef82b2ea8b5cd4064e893a32f4b207f636a4b88b079a'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:04:58 UTC (rev 270995)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:05:13 UTC (rev 270996)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='A simple system settings module to manage the users of your system'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(accountsservice kdelibs4support libpwquality)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f36acab94c95a380350a6f1d739c43a83c640778cec8d8c77f36255d95d6449c'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: user-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 270995, 
user-manager/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD   

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:05:29
  Author: arojas
Revision: 270997

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kwallet-pam/repos/kde-unstable-i686/PKGBUILD
(from rev 270996, kwallet-pam/trunk/PKGBUILD)
  kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270996, kwallet-pam/trunk/PKGBUILD)
Deleted:
  kwallet-pam/repos/kde-unstable-i686/PKGBUILD
  kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   96 +
 kde-unstable-i686/PKGBUILD   |   48 
 kde-unstable-x86_64/PKGBUILD |   48 
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:05:13 UTC (rev 270996)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:05:29 UTC (rev 270997)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(pam libgcrypt socat)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7ef27016e2d39d83fc1fe54e8ed26d52462cd3eaf62b164ae84ced3131fe36cb'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build{,4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib
-  make
-
-  cd ../build4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DKWALLET4=1
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  cd ../build4
-  make DESTDIR="$pkgdir" install
-}

Copied: kwallet-pam/repos/kde-unstable-i686/PKGBUILD (from rev 270996, 
kwallet-pam/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:05:29 UTC (rev 270997)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7f81465b0d4c95e6ce92bf09e36d1fdab1eb8b8e0ad5a59067a22c59935a2a34'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ../build4
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:05:13 UTC (rev 270996)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:05:29 UTC (rev 270997)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(pam libgcrypt socat)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7ef27016e2d39d83fc1fe54e8ed26d52462cd3eaf62b164ae84ced3131fe36cb'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build{,4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib
-  make
-
-  cd 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:04:58
  Author: arojas
Revision: 270995

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kwayland-integration/repos/kde-unstable-i686/PKGBUILD
(from rev 270994, kwayland-integration/trunk/PKGBUILD)
  kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270994, kwayland-integration/trunk/PKGBUILD)
Deleted:
  kwayland-integration/repos/kde-unstable-i686/PKGBUILD
  kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:04:43 UTC (rev 270994)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:04:58 UTC (rev 270995)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwayland-integration
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kwindowsystem kidletime kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('aefbc09d4fe58762e8092fd9b3352a44e3af47affbaec7f4e07e8461f1d1a7a8'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: kwayland-integration/repos/kde-unstable-i686/PKGBUILD (from rev 270994, 
kwayland-integration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:04:58 UTC (rev 270995)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5559ddb0bee641defba524b26d4456fb3a26183e62ee08b59d81b6d31a4a54dc'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:04:43 UTC (rev 270994)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:04:58 UTC (rev 270995)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwayland-integration
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kwindowsystem kidletime kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('aefbc09d4fe58762e8092fd9b3352a44e3af47affbaec7f4e07e8461f1d1a7a8'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
270994, kwayland-integration/trunk/PKGBUILD)
===
--- 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:04:12
  Author: arojas
Revision: 270992

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  sddm-kcm/repos/kde-unstable-i686/PKGBUILD
(from rev 270991, sddm-kcm/trunk/PKGBUILD)
  sddm-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270991, sddm-kcm/trunk/PKGBUILD)
Deleted:
  sddm-kcm/repos/kde-unstable-i686/PKGBUILD
  sddm-kcm/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:03:57 UTC (rev 270991)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:04:12 UTC (rev 270992)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL')
-depends=('sddm' 'libxcursor' 'kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8d473da0fefb8a6cc8b618bcf7186b0d3d304d74633b46c7957549d43573b33b'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: sddm-kcm/repos/kde-unstable-i686/PKGBUILD (from rev 270991, 
sddm-kcm/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:04:12 UTC (rev 270992)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fed9261c9827868643fcfad2ff19d81e93597f6f77f00856657a09edcef65692'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:03:57 UTC (rev 270991)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:04:12 UTC (rev 270992)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL')
-depends=('sddm' 'libxcursor' 'kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8d473da0fefb8a6cc8b618bcf7186b0d3d304d74633b46c7957549d43573b33b'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:04:27
  Author: arojas
Revision: 270993

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD
(from rev 270992, plasma-mediacenter/trunk/PKGBUILD)
  plasma-mediacenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270992, plasma-mediacenter/trunk/PKGBUILD)
Deleted:
  plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD
  plasma-mediacenter/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:04:12 UTC (rev 270992)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:04:27 UTC (rev 270993)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Bhushan Shah 
-
-pkgname=plasma-mediacenter
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="A mediacenter user interface based on KDE Plasma components"
-arch=(i686 x86_64)
-url="http://community.kde.org/Plasma/Plasma_Media_Center/;
-license=(GPL3)
-depends=(plasma-workspace baloo hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('583e6e746b4020dca2ce90da1a56550a9cd4afa85f920e525039e18f70435501'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD (from rev 270992, 
plasma-mediacenter/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:04:27 UTC (rev 270993)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Bhushan Shah 
+
+pkgname=plasma-mediacenter
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="A mediacenter user interface based on KDE Plasma components"
+arch=(i686 x86_64)
+url="http://community.kde.org/Plasma/Plasma_Media_Center/;
+license=(GPL3)
+depends=(plasma-workspace baloo hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2665f37b224177b5f0f7ac52f0d52dc39eb55b73490777f034333ae53d0d6af7'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:04:12 UTC (rev 270992)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:04:27 UTC (rev 270993)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Bhushan Shah 
-
-pkgname=plasma-mediacenter
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="A mediacenter user interface based on KDE Plasma components"
-arch=(i686 x86_64)
-url="http://community.kde.org/Plasma/Plasma_Media_Center/;
-license=(GPL3)
-depends=(plasma-workspace baloo hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('583e6e746b4020dca2ce90da1a56550a9cd4afa85f920e525039e18f70435501'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-mediacenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 270992, 
plasma-mediacenter/trunk/PKGBUILD)

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:04:43
  Author: arojas
Revision: 270994

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-sdk/repos/kde-unstable-i686/PKGBUILD
(from rev 270993, plasma-sdk/trunk/PKGBUILD)
  plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270993, plasma-sdk/trunk/PKGBUILD)
Deleted:
  plasma-sdk/repos/kde-unstable-i686/PKGBUILD
  plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:04:27 UTC (rev 270993)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:04:43 UTC (rev 270994)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="Applications useful for Plasma development"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-framework ktexteditor)
-makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('67339c0301e7cf721355f02da289c7204137a82da78b440513d1f44d67f7d8df'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-sdk/repos/kde-unstable-i686/PKGBUILD (from rev 270993, 
plasma-sdk/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:04:43 UTC (rev 270994)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-framework ktexteditor)
+makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('50f6db69298dcc83167eb4919200095034c889fd2c7420c38c745050d35d7231'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:04:27 UTC (rev 270993)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:04:43 UTC (rev 270994)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="Applications useful for Plasma development"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-framework ktexteditor)
-makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('67339c0301e7cf721355f02da289c7204137a82da78b440513d1f44d67f7d8df'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD (from rev 270993, 
plasma-sdk/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:04:43 UTC (rev 270994)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:03:57
  Author: arojas
Revision: 270991

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  ksshaskpass/repos/kde-unstable-i686/PKGBUILD
(from rev 270990, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/kde-unstable-i686/ksshaskpass.install
(from rev 270990, ksshaskpass/trunk/ksshaskpass.install)
  ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270990, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install
(from rev 270990, ksshaskpass/trunk/ksshaskpass.install)
Deleted:
  ksshaskpass/repos/kde-unstable-i686/PKGBUILD
  ksshaskpass/repos/kde-unstable-i686/ksshaskpass.install
  ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD
  ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install

-+
 /PKGBUILD   |   82 ++
 /ksshaskpass.install|   10 +++
 kde-unstable-i686/PKGBUILD  |   41 ---
 kde-unstable-i686/ksshaskpass.install   |5 -
 kde-unstable-x86_64/PKGBUILD|   41 ---
 kde-unstable-x86_64/ksshaskpass.install |5 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:03:43 UTC (rev 270990)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:03:57 UTC (rev 270991)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: schuay 
-
-pkgname=ksshaskpass
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kwallet')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
-conflicts=('ksshaskpass-frameworks')
-replaces=('ksshaskpass-frameworks')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-install=$pkgname.install
-sha256sums=('00b7b72f92b17d81bdea9fb60df5f25c1e74bc2434067fa9bca2f9f5ea27edf8'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksshaskpass-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksshaskpass/repos/kde-unstable-i686/PKGBUILD (from rev 270990, 
ksshaskpass/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:03:57 UTC (rev 270991)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kwallet')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+conflicts=('ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('8092f20d4a83827f1a7fc2eb28e7ca729b82b6e13a26d341327b9bf15f88604b'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/ksshaskpass.install
===
--- kde-unstable-i686/ksshaskpass.install   2016-07-05 12:03:43 UTC (rev 
270990)
+++ kde-unstable-i686/ksshaskpass.install   2016-07-05 12:03:57 UTC (rev 
270991)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then
-echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
-  fi
-}

Copied: ksshaskpass/repos/kde-unstable-i686/ksshaskpass.install (from rev 
270990, ksshaskpass/trunk/ksshaskpass.install)

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:03:11
  Author: arojas
Revision: 270988

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  bluedevil/repos/kde-unstable-i686/PKGBUILD
(from rev 270987, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270987, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/kde-unstable-i686/PKGBUILD
  bluedevil/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   86 +
 kde-unstable-i686/PKGBUILD   |   43 
 kde-unstable-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:02:55 UTC (rev 270987)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:03:11 UTC (rev 270988)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=bluedevil
-pkgver=5.6.95
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL2')
-depends=('bluez-qt' 'kio')
-makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python')
-conflicts=('bluedevil-frameworks')
-replaces=('bluedevil-frameworks')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a9330cb4828fbc49ac6ff4ec04b8e7e33b221d533ed7aff280bea4d1ccb1ff75'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/kde-unstable-i686/PKGBUILD (from rev 270987, 
bluedevil/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:03:11 UTC (rev 270988)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.7.0
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('169b2d4d94b94180fa5b5922d34fb1f5532c5e9185953f11785a8521e101c581'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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 \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:02:55 UTC (rev 270987)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:03:11 UTC (rev 270988)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=bluedevil
-pkgver=5.6.95
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL2')
-depends=('bluez-qt' 'kio')
-makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python')
-conflicts=('bluedevil-frameworks')
-replaces=('bluedevil-frameworks')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a9330cb4828fbc49ac6ff4ec04b8e7e33b221d533ed7aff280bea4d1ccb1ff75'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:03:43
  Author: arojas
Revision: 270990

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kscreen/repos/kde-unstable-i686/PKGBUILD
(from rev 270989, kscreen/trunk/PKGBUILD)
  kscreen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270989, kscreen/trunk/PKGBUILD)
Deleted:
  kscreen/repos/kde-unstable-i686/PKGBUILD
  kscreen/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:03:26 UTC (rev 270989)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:03:43 UTC (rev 270990)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kscreen
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="KDE's screen management software"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python')
-conflicts=('kscreen-frameworks')
-replaces=('kscreen-frameworks')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('4115340091656973f53777f39e202d3393f3a26beb9130a5f0ac49216045d48b'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kscreen-${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: kscreen/repos/kde-unstable-i686/PKGBUILD (from rev 270989, 
kscreen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:03:43 UTC (rev 270990)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kscreen
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig})
+sha256sums=('d0d4c865d923b34c900466ea266a0d356ded3fe85a39ed11a1c8390a84f83ce2'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:03:26 UTC (rev 270989)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:03:43 UTC (rev 270990)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kscreen
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="KDE's screen management software"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python')
-conflicts=('kscreen-frameworks')
-replaces=('kscreen-frameworks')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('4115340091656973f53777f39e202d3393f3a26beb9130a5f0ac49216045d48b'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release 

[arch-commits] Commit in kde-gtk-config/repos (4 files)

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:03:26
  Author: arojas
Revision: 270989

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kde-gtk-config/repos/kde-unstable-i686/PKGBUILD
(from rev 270988, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270988, kde-gtk-config/trunk/PKGBUILD)
Deleted:
  kde-gtk-config/repos/kde-unstable-i686/PKGBUILD
  kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   90 +
 kde-unstable-i686/PKGBUILD   |   45 
 kde-unstable-x86_64/PKGBUILD |   45 
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:03:11 UTC (rev 270988)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:03:26 UTC (rev 270989)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kde-gtk-config
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='GTK2 and GTK3 Configurator for KDE'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('knewstuff' 'kde-cli-tools')
-makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python')
-optdepends=('gtk2: GTK2 apps support'
-'gtk3: GTK3 apps support')
-conflicts=('kde-gtk-config-frameworks')
-replaces=('kde-gtk-config-frameworks')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8c6567d860476c7dffa961d12f1fdcc64e87b1998bcfec74f4e56563755c9255'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kde-gtk-config/repos/kde-unstable-i686/PKGBUILD (from rev 270988, 
kde-gtk-config/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:03:26 UTC (rev 270989)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('57bc42b36bda9424847bd805b7c928394db56e1fd9ccba9e8560b9ece9a8c407'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:03:11 UTC (rev 270988)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:03:26 UTC (rev 270989)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kde-gtk-config
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='GTK2 and GTK3 Configurator for KDE'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('knewstuff' 'kde-cli-tools')
-makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python')
-optdepends=('gtk2: GTK2 apps support'
-'gtk3: GTK3 apps support')
-conflicts=('kde-gtk-config-frameworks')
-replaces=('kde-gtk-config-frameworks')
-groups=('plasma')

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:02:25
  Author: arojas
Revision: 270985

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-pa/repos/kde-unstable-i686/PKGBUILD
(from rev 270984, plasma-pa/trunk/PKGBUILD)
  plasma-pa/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270984, plasma-pa/trunk/PKGBUILD)
Deleted:
  plasma-pa/repos/kde-unstable-i686/PKGBUILD
  plasma-pa/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:02:09 UTC (rev 270984)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:02:25 UTC (rev 270985)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace pulseaudio)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('933f426b43bfa3baf867ad0e657290a675b94f6345a7d794f63d8f406fcea4ea'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: plasma-pa/repos/kde-unstable-i686/PKGBUILD (from rev 270984, 
plasma-pa/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:02:25 UTC (rev 270985)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('48b34b9ac3efc786d66c5ebda3b4174dec3054228c4b8b3dc335fded3d8f1f96'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:02:09 UTC (rev 270984)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:02:25 UTC (rev 270985)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace pulseaudio)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('933f426b43bfa3baf867ad0e657290a675b94f6345a7d794f63d8f406fcea4ea'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: plasma-pa/repos/kde-unstable-x86_64/PKGBUILD (from rev 270984, 
plasma-pa/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:02:25 UTC (rev 270985)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:Antonio Rojas 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:02:55
  Author: arojas
Revision: 270987

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
(from rev 270986, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270986, kdeplasma-addons/trunk/PKGBUILD)
Deleted:
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   88 +
 kde-unstable-i686/PKGBUILD   |   44 
 kde-unstable-x86_64/PKGBUILD |   44 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:02:40 UTC (rev 270986)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:02:55 UTC (rev 270987)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeplasma-addons
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='All kind of addons to improve your Plasma experience'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kross' 'purpose' 'python' 
'kdesignerplugin')
-optdepends=('kross: comic applet'
-'purpose: Quickshare applet'
-'quota-tools: disk quota applet')
-conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
-replaces=('kdeplasma-addons-frameworks')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('07d55709cbb805c15a33968a5433188564df2cf1e1540cf7b76ae3e3fb0bf140'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD (from rev 270986, 
kdeplasma-addons/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:02:55 UTC (rev 270987)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kross' 'purpose' 'python' 
'kdesignerplugin')
+optdepends=('kross: comic applet'
+'purpose: Quickshare applet'
+'quota-tools: disk quota applet')
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4b5cc259b411ab26db5f6fa20beb5d5b3f1300bf265881f26c77cdd8bd60604f'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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 \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:02:40 UTC (rev 270986)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:02:55 UTC (rev 270987)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeplasma-addons
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='All kind of addons to improve your Plasma experience'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kross' 'purpose' 'python' 
'kdesignerplugin')
-optdepends=('kross: comic applet'
-'purpose: Quickshare applet'
-'quota-tools: disk quota applet')
-conflicts=('kdebase-workspace' 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:02:40
  Author: arojas
Revision: 270986

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kwrited/repos/kde-unstable-i686/PKGBUILD
(from rev 270985, kwrited/trunk/PKGBUILD)
  kwrited/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270985, kwrited/trunk/PKGBUILD)
Deleted:
  kwrited/repos/kde-unstable-i686/PKGBUILD
  kwrited/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:02:25 UTC (rev 270985)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:02:40 UTC (rev 270986)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kwrited
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KDE daemon listening for wall and write messages'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kpty' 'knotifications' 'kdbusaddons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('32b33994ac5b2bf737b3850e852459a2506b9840f29b6935c3846c073c0c24bb'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: kwrited/repos/kde-unstable-i686/PKGBUILD (from rev 270985, 
kwrited/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:02:40 UTC (rev 270986)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kpty' 'knotifications' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b3e439eb6206e9895fdae12b9d6b90401de1c86b0b497e422fc6aae1d236e5f3'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:02:25 UTC (rev 270985)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:02:40 UTC (rev 270986)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kwrited
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KDE daemon listening for wall and write messages'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kpty' 'knotifications' 'kdbusaddons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('32b33994ac5b2bf737b3850e852459a2506b9840f29b6935c3846c073c0c24bb'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: kwrited/repos/kde-unstable-x86_64/PKGBUILD (from rev 270985, 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:02:09
  Author: arojas
Revision: 270984

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-nm/repos/kde-unstable-i686/PKGBUILD
(from rev 270983, plasma-nm/trunk/PKGBUILD)
  plasma-nm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270983, plasma-nm/trunk/PKGBUILD)
Deleted:
  plasma-nm/repos/kde-unstable-i686/PKGBUILD
  plasma-nm/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:01:52 UTC (rev 270983)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:02:09 UTC (rev 270984)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL2')
-depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5')
-makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
- 'python' 'kdelibs4support' 'kdesignerplugin')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e206a05826398141b7ed5f04cceac8af50748e90e69e165fc3130c8da0e0c58c'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: plasma-nm/repos/kde-unstable-i686/PKGBUILD (from rev 270983, 
plasma-nm/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:02:09 UTC (rev 270984)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL2')
+depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support' 'kdesignerplugin')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('31ad6e56bd1a65823c76248ed85122da7bbfc005a85d6077e552d626c9e648a9'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:01:52 UTC (rev 270983)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:02:09 UTC (rev 270984)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL2')
-depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5')
-makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
- 'python' 'kdelibs4support' 'kdesignerplugin')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-  

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:01:52
  Author: arojas
Revision: 270983

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-desktop/repos/kde-unstable-i686/PKGBUILD
(from rev 270982, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270982, plasma-desktop/trunk/PKGBUILD)
Deleted:
  plasma-desktop/repos/kde-unstable-i686/PKGBUILD
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   94 +
 kde-unstable-i686/PKGBUILD   |   47 
 kde-unstable-x86_64/PKGBUILD |   47 
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:01:32 UTC (rev 270982)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:01:52 UTC (rev 270983)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-desktop
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit'
- 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 
'kactivities-stats')
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
- 'libibus' 'scim' 'python' 'kdesignerplugin')
-optdepends=('plasma-nm: Network manager applet'
-'ibus: kimpanel IBUS support'
-'scim: kimpanel SCIM support')
-conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
-replaces=('kcm-touchpad-frameworks')
-groups=('plasma')
-sha256sums=('dcb45bca8c17eb6e2d73497ee45eca3bcf9f5e9c6c30cc2a82aaf08f3b7c9af6'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-desktop/repos/kde-unstable-i686/PKGBUILD (from rev 270982, 
plasma-desktop/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:01:52 UTC (rev 270983)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-desktop
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 
'kactivities-stats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
+ 'libibus' 'scim' 'python' 'kdesignerplugin')
+optdepends=('plasma-nm: Network manager applet'
+'ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
+replaces=('kcm-touchpad-frameworks')
+groups=('plasma')
+sha256sums=('a1a4cac5846e0e4c594dada87d1c3c00af4e8d60a72573da7759d7f0408a1739'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:01:32 UTC (rev 270982)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:01:52 UTC (rev 270983)
@@ -1,47 +0,0 @@
-# $Id$
-# 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:01:06
  Author: arojas
Revision: 270980

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  powerdevil/repos/kde-unstable-i686/PKGBUILD
(from rev 270979, powerdevil/trunk/PKGBUILD)
  powerdevil/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270979, powerdevil/trunk/PKGBUILD)
Deleted:
  powerdevil/repos/kde-unstable-i686/PKGBUILD
  powerdevil/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:00:50 UTC (rev 270979)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:01:06 UTC (rev 270980)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('plasma-workspace' 'bluez-qt' 'networkmanager-qt' 'libkscreen')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('001843ba3df8211b7bbe4b21132e959231471c074c81fde4aa606d0a23c45091'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: powerdevil/repos/kde-unstable-i686/PKGBUILD (from rev 270979, 
powerdevil/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:01:06 UTC (rev 270980)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('plasma-workspace' 'bluez-qt' 'networkmanager-qt' 'libkscreen')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d52c204ffecfbea12a3c6cc100403031c20257b48c56cbf32a592ef9ff4e85f1'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:00:50 UTC (rev 270979)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:01:06 UTC (rev 270980)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('plasma-workspace' 'bluez-qt' 'networkmanager-qt' 'libkscreen')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('001843ba3df8211b7bbe4b21132e959231471c074c81fde4aa606d0a23c45091'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-

[arch-commits] Commit in plasma-workspace-wallpapers/repos/kde-unstable-any (2 files)

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:01:32
  Author: arojas
Revision: 270982

archrelease: copy trunk to kde-unstable-any

Added:
  plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD
(from rev 270981, plasma-workspace-wallpapers/trunk/PKGBUILD)
Deleted:
  plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-05 12:01:21 UTC (rev 270981)
+++ PKGBUILD2016-07-05 12:01:32 UTC (rev 270982)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Additional wallpapers for the Plasma Workspace'
-arch=('any')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'qt5-base')
-conflicts=('kde-wallpapers')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a4e43a5584ca17800dcecb3e47b7f8de051fde9966f3d66fe4307f84cc471187'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 
270981, plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-05 12:01:32 UTC (rev 270982)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=('any')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'qt5-base')
+conflicts=('kde-wallpapers')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a2c8ce7c89902ec7b9571ed7bb542da608bae3d3d56d3d2837eb2299afad56b8'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in polkit-kde-agent/repos (4 files)

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:01:21
  Author: arojas
Revision: 270981

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  polkit-kde-agent/repos/kde-unstable-i686/PKGBUILD
(from rev 270980, polkit-kde-agent/trunk/PKGBUILD)
  polkit-kde-agent/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270980, polkit-kde-agent/trunk/PKGBUILD)
Deleted:
  polkit-kde-agent/repos/kde-unstable-i686/PKGBUILD
  polkit-kde-agent/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:01:06 UTC (rev 270980)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:01:21 UTC (rev 270981)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=polkit-kde-agent
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kiconthemes' 'kdbusaddons' 'kcrash')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('polkit-kde-frameworks')
-replaces=('polkit-kde-frameworks')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
-sha256sums=('12d5f0d597ba96110d3e3acf65d0bb560e2133ddd513b78991295ff60aa83b69'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-1-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: polkit-kde-agent/repos/kde-unstable-i686/PKGBUILD (from rev 270980, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:01:21 UTC (rev 270981)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=polkit-kde-agent
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kiconthemes' 'kdbusaddons' 'kcrash')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
+sha256sums=('83eea8b515f3eb825494e46b07dd05699d57b89e93c8962986cf8895617db233'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:01:06 UTC (rev 270980)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:01:21 UTC (rev 270981)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=polkit-kde-agent
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kiconthemes' 'kdbusaddons' 'kcrash')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('polkit-kde-frameworks')
-replaces=('polkit-kde-frameworks')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
-sha256sums=('12d5f0d597ba96110d3e3acf65d0bb560e2133ddd513b78991295ff60aa83b69'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:00:50
  Author: arojas
Revision: 270979

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kmenuedit/repos/kde-unstable-i686/PKGBUILD
(from rev 270978, kmenuedit/trunk/PKGBUILD)
  kmenuedit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270978, kmenuedit/trunk/PKGBUILD)
Deleted:
  kmenuedit/repos/kde-unstable-i686/PKGBUILD
  kmenuedit/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:00:35 UTC (rev 270978)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:00:50 UTC (rev 270979)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kmenuedit
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KDE menu editor'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('khotkeys')
-groups=('plasma')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4364e20a08af35fbe39c4ceda59e08a054ada38e65214a892d97f9657ab10c3c'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: kmenuedit/repos/kde-unstable-i686/PKGBUILD (from rev 270978, 
kmenuedit/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:00:50 UTC (rev 270979)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8babe4f170a08497cd5eb0f38d505b12382bd891627db32f866583e2f78afb50'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:00:35 UTC (rev 270978)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:00:50 UTC (rev 270979)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kmenuedit
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KDE menu editor'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('khotkeys')
-groups=('plasma')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4364e20a08af35fbe39c4ceda59e08a054ada38e65214a892d97f9657ab10c3c'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: kmenuedit/repos/kde-unstable-x86_64/PKGBUILD (from rev 270978, 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:00:35
  Author: arojas
Revision: 270978

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  systemsettings/repos/kde-unstable-i686/PKGBUILD
(from rev 270977, systemsettings/trunk/PKGBUILD)
  systemsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270977, systemsettings/trunk/PKGBUILD)
Deleted:
  systemsettings/repos/kde-unstable-i686/PKGBUILD
  systemsettings/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:00:20 UTC (rev 270977)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:00:35 UTC (rev 270978)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7b5dd19d1388f060c86b3d6c863f59c6bc9de38eafaa994c007e044b2ed1'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: systemsettings/repos/kde-unstable-i686/PKGBUILD (from rev 270977, 
systemsettings/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:00:35 UTC (rev 270978)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('77e8b88fe0abfb2e9afea7d1297d48b6b6054c7d70654e8d22d4f87d7211638e'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:00:20 UTC (rev 270977)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:00:35 UTC (rev 270978)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7b5dd19d1388f060c86b3d6c863f59c6bc9de38eafaa994c007e044b2ed1'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:00:20
  Author: arojas
Revision: 270977

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  ksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 270976, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270976, ksysguard/trunk/PKGBUILD)
Deleted:
  ksysguard/repos/kde-unstable-i686/PKGBUILD
  ksysguard/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 12:00:04 UTC (rev 270976)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:00:20 UTC (rev 270977)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Track and control the processes running in your system'
-arch=('i686' 'x86_64')
-url='https://userbase.kde.org/KSysGuard'
-license=('LGPL')
-depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('29bc6ee34f821ce9533e136690459d1f402bdae1b46015774b908afe967a5464'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: ksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 270976, 
ksysguard/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:00:20 UTC (rev 270977)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=('i686' 'x86_64')
+url='https://userbase.kde.org/KSysGuard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('32d346bb6a31f5bc2deac92f85c4b2f809d1aede8653ee1e14b2f867a6d47324'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 12:00:04 UTC (rev 270976)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 12:00:20 UTC (rev 270977)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Track and control the processes running in your system'
-arch=('i686' 'x86_64')
-url='https://userbase.kde.org/KSysGuard'
-license=('LGPL')
-depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('29bc6ee34f821ce9533e136690459d1f402bdae1b46015774b908afe967a5464'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
-

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 12:00:04
  Author: arojas
Revision: 270976

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kinfocenter/repos/kde-unstable-i686/PKGBUILD
(from rev 270975, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/kde-unstable-i686/kcm-about-distrorc
(from rev 270975, kinfocenter/trunk/kcm-about-distrorc)
  kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270975, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc
(from rev 270975, kinfocenter/trunk/kcm-about-distrorc)
Deleted:
  kinfocenter/repos/kde-unstable-i686/PKGBUILD
  kinfocenter/repos/kde-unstable-i686/kcm-about-distrorc
  kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
  kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc

+
 /PKGBUILD  |   94 +++
 /kcm-about-distrorc|4 +
 kde-unstable-i686/PKGBUILD |   47 ---
 kde-unstable-i686/kcm-about-distrorc   |2 
 kde-unstable-x86_64/PKGBUILD   |   47 ---
 kde-unstable-x86_64/kcm-about-distrorc |2 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:59:49 UTC (rev 270975)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:00:04 UTC (rev 270976)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kinfocenter
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='A utility that provides information about a computer system'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/applications/system/kinfocenter/'
-license=('LGPL')
-depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'kdesignerplugin')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}
 
-'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
-sha256sums=('65f160bd04101160b65010bd7f94ad0503ba21cafa367a34d741cfa775161c96'
-'SKIP'
-'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e'
-'02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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
-
-# Install Arch logo
-  install -Dm644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/about-distro/archlinux-logo.svg
-  install -Dm644 "$srcdir"/kcm-about-distrorc 
"$pkgdir"/etc/xdg/kcm-about-distrorc
-}

Copied: kinfocenter/repos/kde-unstable-i686/PKGBUILD (from rev 270975, 
kinfocenter/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 12:00:04 UTC (rev 270976)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=('LGPL')
+depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'kdesignerplugin')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+sha256sums=('8e720627ea107072701905e39dda3cb0d6914240b3054422bb8d681312f543af'
+'SKIP'
+'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e'
+'02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:59:49
  Author: arojas
Revision: 270975

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  khotkeys/repos/kde-unstable-i686/PKGBUILD
(from rev 270974, khotkeys/trunk/PKGBUILD)
  khotkeys/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270974, khotkeys/trunk/PKGBUILD)
Deleted:
  khotkeys/repos/kde-unstable-i686/PKGBUILD
  khotkeys/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:59:33 UTC (rev 270974)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:59:49 UTC (rev 270975)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KHotKeys'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2468ff38afbe911633b0a864494dd7948515d9ee377f3d34f84b31d3cc15d132'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: khotkeys/repos/kde-unstable-i686/PKGBUILD (from rev 270974, 
khotkeys/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:59:49 UTC (rev 270975)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='KHotKeys'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('71031c67ca3a1930384f8d5badba5937208a12bd646d41bc7a5599aa6a764750'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 11:59:33 UTC (rev 270974)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 11:59:49 UTC (rev 270975)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KHotKeys'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2468ff38afbe911633b0a864494dd7948515d9ee377f3d34f84b31d3cc15d132'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: khotkeys/repos/kde-unstable-x86_64/PKGBUILD (from rev 270974, 
khotkeys/trunk/PKGBUILD)

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:59:33
  Author: arojas
Revision: 270974

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 270973, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/kde-unstable-i686/kde.pam
(from rev 270973, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270973, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 270973, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/kde-unstable-i686/PKGBUILD
  plasma-workspace/repos/kde-unstable-i686/kde.pam
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam

--+
 /PKGBUILD|  196 +
 /kde.pam |   18 +++
 kde-unstable-i686/PKGBUILD   |   98 
 kde-unstable-i686/kde.pam|9 -
 kde-unstable-x86_64/PKGBUILD |   98 
 kde-unstable-x86_64/kde.pam  |9 -
 6 files changed, 214 insertions(+), 214 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:59:18 UTC (rev 270973)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:59:33 UTC (rev 270974)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'ktexteditor' 
'libqalculate'
- 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 
'kactivitymanagerd' 'kholidays'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'prison-frameworks' 'kwin' 
'plasma-integration')
-makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt' 'kdesignerplugin')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig}
 'kde.pam')
-sha256sums=('308003ebdc18a3cfe63335340c7651cacab67cd99c06ca0148b220affc4b75de'
-'SKIP'
-'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgbase-$pkgver
-  # be sure to use the Qt5 version of qtpaths
-  sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  depends+=('kuiserver')
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm "$pkgdir"/usr/lib/drkonqi
-  rm -r "$pkgdir"/usr/share/drkonqi
-
-  # Remove conflicts with kuiserver
-  rm "$pkgdir"/usr/bin/kuiserver5
-  rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
-  rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
-  rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kxmlrpcclient' 'kidletime' 'gdb')
-
-  cd build/drkonqi
-  make DESTDIR="$pkgdir" install
-}
-
-package_kuiserver() {
-  pkgdesc='KDE Progress Info UI server'
-  depends=('kxmlgui')
-  groups=()
-
-  cd build/kuiserver
-  make DESTDIR="$pkgdir" install
-}
-
-package_plasma-wayland-session() {
-  pkgdesc='Plasma Wayland session'
-  depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 
'xorg-server-xwayland')
-  groups=()
-
-  install -Dm644 build/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}

Copied: plasma-workspace/repos/kde-unstable-i686/PKGBUILD (from rev 270973, 
plasma-workspace/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:59:18
  Author: arojas
Revision: 270973

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:59:03 UTC (rev 270972)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:59:18 UTC (rev 270973)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=plasma-integration
-pkgver=5.6.95
-pkgrel=2
-pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio kwayland libxcursor noto-fonts ttf-oxygen)
-makedepends=(extra-cmake-modules python breeze)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('64fd68e7cdf22743e467a62f52431c39f82f81513d3dc0f8685a0e38a67622ff'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: plasma-integration/repos/kde-unstable-i686/PKGBUILD (from rev 270972, 
plasma-integration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:59:18 UTC (rev 270973)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-oxygen)
+makedepends=(extra-cmake-modules python breeze)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('311612b858a53e738db24f0b70cb4cd5e6e1da59c50d481d5e518232cc051566'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 11:59:03 UTC (rev 270972)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 11:59:18 UTC (rev 270973)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=plasma-integration
-pkgver=5.6.95
-pkgrel=2
-pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio kwayland libxcursor noto-fonts ttf-oxygen)
-makedepends=(extra-cmake-modules python breeze)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('64fd68e7cdf22743e467a62f52431c39f82f81513d3dc0f8685a0e38a67622ff'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: plasma-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 270972, 
plasma-integration/trunk/PKGBUILD)

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:59:03
  Author: arojas
Revision: 270972

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  milou/repos/kde-unstable-i686/PKGBUILD
(from rev 270971, milou/trunk/PKGBUILD)
  milou/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270971, milou/trunk/PKGBUILD)
Deleted:
  milou/repos/kde-unstable-i686/PKGBUILD
  milou/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:58:47 UTC (rev 270971)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:59:03 UTC (rev 270972)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="A dedicated search application built on top of Baloo"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a6c437dc530ce344eb3bb3ce72f1c6f184dc31b994f928aa2ce1a2e5ed71815b'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: milou/repos/kde-unstable-i686/PKGBUILD (from rev 270971, 
milou/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:59:03 UTC (rev 270972)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="A dedicated search application built on top of Baloo"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6d6dabb285e60b87bfd8b1972666a04375cdf2d7eafcd0f61c339367d547e7c4'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 11:58:47 UTC (rev 270971)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 11:59:03 UTC (rev 270972)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="A dedicated search application built on top of Baloo"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a6c437dc530ce344eb3bb3ce72f1c6f184dc31b994f928aa2ce1a2e5ed71815b'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: milou/repos/kde-unstable-x86_64/PKGBUILD (from rev 270971, 
milou/trunk/PKGBUILD)
===
--- 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:58:47
  Author: arojas
Revision: 270971

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkscreen/repos/kde-unstable-i686/PKGBUILD
(from rev 270970, libkscreen/trunk/PKGBUILD)
  libkscreen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270970, libkscreen/trunk/PKGBUILD)
Deleted:
  libkscreen/repos/kde-unstable-i686/PKGBUILD
  libkscreen/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:58:31 UTC (rev 270970)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:58:47 UTC (rev 270971)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=libkscreen
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KDE screen management software'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxrandr' 'kwayland')
-makedepends=('extra-cmake-modules')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('545d4e509582e518881338675bb3c580b07a4f9eb70a2c42380a04ad3a6e242e'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../libkscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkscreen/repos/kde-unstable-i686/PKGBUILD (from rev 270970, 
libkscreen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:58:47 UTC (rev 270971)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=libkscreen
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='KDE screen management software'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxrandr' 'kwayland')
+makedepends=('extra-cmake-modules')
+conflicts=('libkscreen-frameworks')
+replaces=('libkscreen-frameworks')
+provides=('libkscreen-frameworks')
+source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})
+sha256sums=('0ccf8f4b4e97461116e25d8b5986bd4dc91f4eac22796043b2757ea934d2bd3c'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libkscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 11:58:31 UTC (rev 270970)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 11:58:47 UTC (rev 270971)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=libkscreen
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='KDE screen management software'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxrandr' 'kwayland')
-makedepends=('extra-cmake-modules')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('545d4e509582e518881338675bb3c580b07a4f9eb70a2c42380a04ad3a6e242e'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {

[arch-commits] Commit in kde-cli-tools/repos (4 files)

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:58:16
  Author: arojas
Revision: 270969

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kde-cli-tools/repos/kde-unstable-i686/PKGBUILD
(from rev 270968, kde-cli-tools/trunk/PKGBUILD)
  kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270968, kde-cli-tools/trunk/PKGBUILD)
Deleted:
  kde-cli-tools/repos/kde-unstable-i686/PKGBUILD
  kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:57:58 UTC (rev 270968)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:58:16 UTC (rev 270969)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.6.95
-pkgrel=2
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5406946163a31ff1f1844a08091ad6a8c3dc34a2e6dbd3e1c4e1cb8d910e267f'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
-}

Copied: kde-cli-tools/repos/kde-unstable-i686/PKGBUILD (from rev 270968, 
kde-cli-tools/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:58:16 UTC (rev 270969)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7544530f51f3b2c9cf00cc69a84e605d3ce1b7c21ce234b44775d6e3a8c1e415'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 11:57:58 UTC (rev 270968)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 11:58:16 UTC (rev 270969)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.6.95
-pkgrel=2
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5406946163a31ff1f1844a08091ad6a8c3dc34a2e6dbd3e1c4e1cb8d910e267f'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:58:31
  Author: arojas
Revision: 270970

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  libksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 270969, libksysguard/trunk/PKGBUILD)
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270969, libksysguard/trunk/PKGBUILD)
Deleted:
  libksysguard/repos/kde-unstable-i686/PKGBUILD
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:58:16 UTC (rev 270969)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:58:31 UTC (rev 270970)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('libxres' 'plasma-framework' 'qt5-webkit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('61cc53d28217adba84586d90fcb2d0d094fb67669c2b9bc7b9a56b04dac41edc'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: libksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 270969, 
libksysguard/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:58:31 UTC (rev 270970)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5a6fc225f8e55660d49b5407d30c538bb4c04fe133baa56fa13a3c6739a27ac4'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 11:58:16 UTC (rev 270969)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 11:58:31 UTC (rev 270970)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('libxres' 'plasma-framework' 'qt5-webkit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('61cc53d28217adba84586d90fcb2d0d094fb67669c2b9bc7b9a56b04dac41edc'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 270969, 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:57:58
  Author: arojas
Revision: 270968

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  breeze/repos/kde-unstable-i686/PKGBUILD
(from rev 270967, breeze/trunk/PKGBUILD)
  breeze/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270967, breeze/trunk/PKGBUILD)
Deleted:
  breeze/repos/kde-unstable-i686/PKGBUILD
  breeze/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|  130 +
 kde-unstable-i686/PKGBUILD   |   65 
 kde-unstable-x86_64/PKGBUILD |   65 
 3 files changed, 130 insertions(+), 130 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:57:41 UTC (rev 270967)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:57:58 UTC (rev 270968)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-kde4')
-pkgver=5.6.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
- 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('6708f5a7dd353da0e10e08d66635cb023b7afd4f4f0d6bb5377fc0070cbe66df'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=('frameworkintegration' 'kdecoration' 'breeze-icons' 'kwayland')
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-   'breeze-gtk: Breeze widget style for GTK applications'
-   'kcmutils: for breeze-settings')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_breeze-kde4() {
-  pkgdesc='Breeze widget style for KDE4 applications'
-  depends=('kdelibs')
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed for pure Qt4 apps
-  install -d "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: breeze/repos/kde-unstable-i686/PKGBUILD (from rev 270967, 
breeze/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:57:58 UTC (rev 270968)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.7.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('54a817cfa2c961838c5581a0750e6a593b56edc0ae3b2392b2b84d8a2a00c4eb'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=('frameworkintegration' 'kdecoration' 'breeze-icons' 'kwayland')
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+   'breeze-gtk: Breeze widget style for GTK applications'
+   'kcmutils: for breeze-settings')
+  groups=('plasma')
+
+  cd build
+  make 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:57:09
  Author: arojas
Revision: 270965

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdecoration/repos/kde-unstable-i686/PKGBUILD
(from rev 270964, kdecoration/trunk/PKGBUILD)
  kdecoration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270964, kdecoration/trunk/PKGBUILD)
Deleted:
  kdecoration/repos/kde-unstable-i686/PKGBUILD
  kdecoration/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:56:53 UTC (rev 270964)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:57:09 UTC (rev 270965)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kdecoration
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ea6749b157717a12e6c80513956963bb06785ce8dca87a803838ec5f030ed79d'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdecoration/repos/kde-unstable-i686/PKGBUILD (from rev 270964, 
kdecoration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:57:09 UTC (rev 270965)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6c7f9ff8f317a07563fe18f3caa70e607a7051c827c9edde027a342f4e5983c4'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 11:56:53 UTC (rev 270964)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 11:57:09 UTC (rev 270965)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kdecoration
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ea6749b157717a12e6c80513956963bb06785ce8dca87a803838ec5f030ed79d'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdecoration/repos/kde-unstable-x86_64/PKGBUILD (from rev 270964, 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:57:41
  Author: arojas
Revision: 270967

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 270966, oxygen/trunk/PKGBUILD)
  oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270966, oxygen/trunk/PKGBUILD)
Deleted:
  oxygen/repos/kde-unstable-i686/PKGBUILD
  oxygen/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|  132 +
 kde-unstable-i686/PKGBUILD   |   66 
 kde-unstable-x86_64/PKGBUILD |   66 
 3 files changed, 132 insertions(+), 132 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:57:24 UTC (rev 270966)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:57:41 UTC (rev 270967)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgbase=oxygen
-pkgname=('oxygen' 'oxygen-kde4')
-pkgver=5.6.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4'
- 'python')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('03a21bde1c5b699a435f795ba32c4bca732fc74d9aae0be9ea34f4efaf9d6e7f'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-  cd ..
-
-  cd build-kde4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DUSE_KDE4=ON
-  make
-}
-
-package_oxygen() {
-  pkgdesc='KDE Oxygen style'
-  depends=('frameworkintegration' 'kdecoration' 'kcmutils' 'kwayland')
-  conflicts=('oxygen-cursors')
-  replaces=('oxygen-cursors')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-}
-
-package_oxygen-kde4() {
-  pkgdesc='KDE Oxygen style for KDE4 applications'
-  depends=('kdelibs')
-  conflicts=('kdebase-workspace')
-
-  cd build-kde4
-  make DESTDIR="${pkgdir}" install
-
-  # needed so that pure Qt4 apps are correctly themed
-  install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 270966, 
oxygen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:57:41 UTC (rev 270967)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-kde4')
+pkgver=5.7.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4'
+ 'python')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8ed9996013c5e4f97602618f4d3bac6f0b04f694f244d19acfcea6d7e3277f17'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+  cd ..
+
+  cd build-kde4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DUSE_KDE4=ON
+  make
+}
+
+package_oxygen() {
+  pkgdesc='KDE Oxygen style'
+  depends=('frameworkintegration' 'kdecoration' 'kcmutils' 'kwayland')
+  conflicts=('oxygen-cursors')
+  replaces=('oxygen-cursors')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+
+package_oxygen-kde4() {
+  pkgdesc='KDE Oxygen style for KDE4 applications'
+  depends=('kdelibs')
+  conflicts=('kdebase-workspace')
+
+  cd build-kde4
+  make DESTDIR="${pkgdir}" install
+
+  # needed so that pure Qt4 apps are correctly themed
+  install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles
+  ln -s 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:57:24
  Author: arojas
Revision: 270966

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kwin/repos/kde-unstable-i686/PKGBUILD
(from rev 270965, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270965, kwin/trunk/PKGBUILD)
Deleted:
  kwin/repos/kde-unstable-i686/PKGBUILD
  kwin/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:57:09 UTC (rev 270965)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:57:24 UTC (rev 270966)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.6.95
-pkgrel=2
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
- 'plasma-framework' 'kcmutils' 'breeze')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput' 'python')
-optdepends=('libinput: for kwin-wayland')
-groups=('plasma')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('e89714549386617ea14676a877635796c3601968ded3548c807f3ba291054c9a'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 270965, 
kwin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:57:24 UTC (rev 270966)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
+ 'plasma-framework' 'kcmutils' 'breeze')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=('plasma')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f57ec7fec961f5e490e0bf0e3e903e0656d12eccf6a23c84a8dd4866edd6'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 11:57:09 UTC (rev 270965)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 11:57:24 UTC (rev 270966)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.6.95
-pkgrel=2
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
- 'plasma-framework' 'kcmutils' 'breeze')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput' 'python')
-optdepends=('libinput: for kwin-wayland')
-groups=('plasma')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('e89714549386617ea14676a877635796c3601968ded3548c807f3ba291054c9a'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # 

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:56:53
  Author: arojas
Revision: 270964

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kscreenlocker/repos/kde-unstable-i686/PKGBUILD
(from rev 270963, kscreenlocker/trunk/PKGBUILD)
  kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270963, kscreenlocker/trunk/PKGBUILD)
Deleted:
  kscreenlocker/repos/kde-unstable-i686/PKGBUILD
  kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:56:38 UTC (rev 270963)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:56:53 UTC (rev 270964)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(kidletime kwayland kdeclarative)
-makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('cdc5a75aec24651e0cb753d648812190455f48e535d3f298c116dc2d276469ca'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=/usr/lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/kde-unstable-i686/PKGBUILD (from rev 270963, 
kscreenlocker/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:56:53 UTC (rev 270964)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+groups=(plasma)
+depends=(kidletime kwayland kdeclarative)
+makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bb6dd6e6dc761bf31b5450541f5ff39880950a7394345f878078ba307698e479'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=/usr/lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 11:56:38 UTC (rev 270963)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 11:56:53 UTC (rev 270964)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.6.95
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(kidletime kwayland kdeclarative)
-makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('cdc5a75aec24651e0cb753d648812190455f48e535d3f298c116dc2d276469ca'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=/usr/lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD (from rev 270963, 
kscreenlocker/trunk/PKGBUILD)

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

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:56:38
  Author: arojas
Revision: 270963

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kactivitymanagerd/repos/kde-unstable-i686/PKGBUILD
(from rev 270962, kactivitymanagerd/trunk/PKGBUILD)
  kactivitymanagerd/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270962, kactivitymanagerd/trunk/PKGBUILD)
  kactivitymanagerd/repos/testing-i686/
  kactivitymanagerd/repos/testing-i686/PKGBUILD
(from rev 270962, kactivitymanagerd/trunk/PKGBUILD)
  kactivitymanagerd/repos/testing-x86_64/
Deleted:
  kactivitymanagerd/repos/kde-unstable-i686/PKGBUILD
  kactivitymanagerd/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   74 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-x86_64/PKGBUILD |   37 
 testing-i686/PKGBUILD|   37 
 4 files changed, 111 insertions(+), 74 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-07-05 11:55:10 UTC (rev 270962)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:56:38 UTC (rev 270963)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kactivitymanagerd
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="System service to manage user's activities and track the usage 
patterns"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio)
-makedepends=(extra-cmake-modules boost python)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('621cd7af4bfbdb57082ca80f4628c2a65ba49b5e6c3e63383d9068e12e2d3648'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: kactivitymanagerd/repos/kde-unstable-i686/PKGBUILD (from rev 270962, 
kactivitymanagerd/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-05 11:56:38 UTC (rev 270963)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kactivitymanagerd
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="System service to manage user's activities and track the usage 
patterns"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules boost python)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('58fa8fc8e6317dd9fe113142cf14465548901885b96fdb1e6fec284831715948'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-07-05 11:55:10 UTC (rev 270962)
+++ kde-unstable-x86_64/PKGBUILD2016-07-05 11:56:38 UTC (rev 270963)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kactivitymanagerd
-pkgver=5.6.95
-pkgrel=1
-pkgdesc="System service to manage user's activities and track the usage 
patterns"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio)
-makedepends=(extra-cmake-modules boost python)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('621cd7af4bfbdb57082ca80f4628c2a65ba49b5e6c3e63383d9068e12e2d3648'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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" 

[arch-commits] Commit in (156 files)

2016-07-05 Thread Antonio Rojas
Date: Tuesday, July 5, 2016 @ 11:55:10
  Author: arojas
Revision: 270962

Plasma 5.7.0

Added:
  bluedevil/trunk/
  breeze-grub/trunk/
  breeze-gtk/trunk/
  breeze/trunk/
  kactivitymanagerd/trunk/
  kde-cli-tools/trunk/
  kde-cli-tools/trunk/PKGBUILD
(from rev 270788, kde-cli-tools/kde-unstable/PKGBUILD)
  kde-gtk-config/trunk/
  kdecoration/trunk/
  kdeplasma-addons/trunk/
  kgamma5/trunk/
  khotkeys/trunk/
  kinfocenter/trunk/
  kmenuedit/trunk/
  kscreen/trunk/
  kscreenlocker/trunk/
  ksshaskpass/trunk/
  ksysguard/trunk/
  kwallet-pam/trunk/
  kwayland-integration/trunk/
  kwin/trunk/
  kwin/trunk/PKGBUILD
(from rev 270416, kwin/kde-unstable/PKGBUILD)
  kwrited/trunk/
  libkscreen/trunk/
  libksysguard/trunk/
  milou/trunk/
  oxygen/trunk/
  plasma-desktop/trunk/
  plasma-integration/trunk/
  plasma-integration/trunk/PKGBUILD
(from rev 270302, plasma-integration/kde-unstable/PKGBUILD)
  plasma-mediacenter/trunk/
  plasma-nm/trunk/
  plasma-pa/trunk/
  plasma-sdk/trunk/
  plasma-workspace-wallpapers/trunk/
  plasma-workspace/trunk/
  plasma-workspace/trunk/PKGBUILD
(from rev 270107, plasma-workspace/kde-unstable/PKGBUILD)
  polkit-kde-agent/trunk/
  powerdevil/trunk/
  sddm-kcm/trunk/
  systemsettings/trunk/
  user-manager/trunk/
Modified:
  bluedevil/trunk/PKGBUILD
  breeze-grub/trunk/PKGBUILD
  breeze-gtk/trunk/PKGBUILD
  breeze/trunk/PKGBUILD
  kactivitymanagerd/trunk/PKGBUILD
  kde-gtk-config/trunk/PKGBUILD
  kdecoration/trunk/PKGBUILD
  kdeplasma-addons/trunk/PKGBUILD
  kgamma5/trunk/PKGBUILD
  khotkeys/trunk/PKGBUILD
  kinfocenter/trunk/PKGBUILD
  kmenuedit/trunk/PKGBUILD
  kscreen/trunk/PKGBUILD
  kscreenlocker/trunk/PKGBUILD
  ksshaskpass/trunk/PKGBUILD
  ksysguard/trunk/PKGBUILD
  kwallet-pam/trunk/PKGBUILD
  kwayland-integration/trunk/PKGBUILD
  kwrited/trunk/PKGBUILD
  libkscreen/trunk/PKGBUILD
  libksysguard/trunk/PKGBUILD
  milou/trunk/PKGBUILD
  oxygen/trunk/PKGBUILD
  plasma-desktop/trunk/PKGBUILD
  plasma-mediacenter/trunk/PKGBUILD
  plasma-nm/trunk/PKGBUILD
  plasma-pa/trunk/PKGBUILD
  plasma-sdk/trunk/PKGBUILD
  plasma-workspace-wallpapers/trunk/PKGBUILD
  polkit-kde-agent/trunk/PKGBUILD
  powerdevil/trunk/PKGBUILD
  sddm-kcm/trunk/PKGBUILD
  systemsettings/trunk/PKGBUILD
  user-manager/trunk/PKGBUILD
Deleted:
  bluedevil/kde-unstable/
  bluedevil/trunk/
  breeze-grub/kde-unstable/
  breeze-grub/trunk/
  breeze-gtk/kde-unstable/
  breeze-gtk/trunk/
  breeze/kde-unstable/
  breeze/trunk/
  kactivitymanagerd/kde-unstable/
  kactivitymanagerd/trunk/
  kde-cli-tools/kde-unstable/
  kde-cli-tools/trunk/
  kde-cli-tools/trunk/PKGBUILD
  kde-gtk-config/kde-unstable/
  kde-gtk-config/trunk/
  kdecoration/kde-unstable/
  kdecoration/trunk/
  kdeplasma-addons/kde-unstable/
  kdeplasma-addons/trunk/
  kgamma5/kde-unstable/
  kgamma5/trunk/
  khotkeys/kde-unstable/
  khotkeys/trunk/
  kinfocenter/kde-unstable/
  kinfocenter/trunk/
  kmenuedit/kde-unstable/
  kmenuedit/trunk/
  kscreen/kde-unstable/
  kscreen/trunk/
  kscreenlocker/kde-unstable/
  kscreenlocker/trunk/
  ksshaskpass/kde-unstable/
  ksshaskpass/trunk/
  ksysguard/kde-unstable/
  ksysguard/trunk/
  kwallet-pam/kde-unstable/
  kwallet-pam/trunk/
  kwayland-integration/kde-unstable/
  kwayland-integration/trunk/
  kwin/kde-unstable/
  kwin/trunk/
  kwin/trunk/PKGBUILD
  kwrited/kde-unstable/
  kwrited/trunk/
  libkscreen/kde-unstable/
  libkscreen/trunk/
  libksysguard/kde-unstable/
  libksysguard/trunk/
  milou/kde-unstable/
  milou/trunk/
  oxygen/kde-unstable/
  oxygen/trunk/
  plasma-desktop/kde-unstable/
  plasma-desktop/trunk/
  plasma-integration/kde-unstable/
  plasma-integration/trunk/
  plasma-integration/trunk/PKGBUILD
  plasma-mediacenter/kde-unstable/
  plasma-mediacenter/trunk/
  plasma-nm/kde-unstable/
  plasma-nm/trunk/
  plasma-pa/kde-unstable/
  plasma-pa/trunk/
  plasma-sdk/kde-unstable/
  plasma-sdk/trunk/
  plasma-workspace-wallpapers/kde-unstable/
  plasma-workspace-wallpapers/trunk/
  plasma-workspace/kde-unstable/
  plasma-workspace/trunk/
  plasma-workspace/trunk/PKGBUILD
  polkit-kde-agent/kde-unstable/
  polkit-kde-agent/trunk/
  powerdevil/kde-unstable/
  powerdevil/trunk/
  sddm-kcm/kde-unstable/
  sddm-kcm/trunk/
  systemsettings/kde-unstable/
  systemsettings/trunk/
  user-manager/kde-unstable/
  user-manager/trunk/

---+
 PKGBUILD  |  422 
 kde-cli-tools/trunk/PKGBUILD  |   41 +++
 kwin/trunk/PKGBUILD   |   42 +++
 plasma-integration/trunk/PKGBUILD |   37 +++
 plasma-workspace/trunk/PKGBUILD   |   98 
 5 files changed, 320 insertions(+), 320 deletions(-)

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


[arch-commits] Commit in gitlab/repos (68 files)

2016-07-05 Thread Sven-Hendrik Haase
Date: Tuesday, July 5, 2016 @ 11:18:05
  Author: svenstaro
Revision: 182331

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 182330, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 182330, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 182330, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 182330, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 182330, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 182330, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 182330, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 182330, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 182330, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 182330, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 182330, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 182330, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 182330, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 182330, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 182330, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 182330, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 182330, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 182330, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 182330, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 182330, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 182330, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 182330, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 182330, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 182330, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 182330, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 182330, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 182330, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 182330, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 182330, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 182330, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 182330, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 182330, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 182330, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 182330, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  

  1   2   >