[arch-commits] Commit in libx11/trunk (PKGBUILD fix_typo.diff)

2016-10-04 Thread Laurent Carlier
Date: Wednesday, October 5, 2016 @ 05:33:30
  Author: lcarlier
Revision: 277720

upgpkg: libx11 1.6.4-1

upstream release 1.6.4

Modified:
  libx11/trunk/PKGBUILD
Deleted:
  libx11/trunk/fix_typo.diff

---+
 PKGBUILD  |5 +++--
 fix_typo.diff |   27 ---
 2 files changed, 3 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 22:09:53 UTC (rev 277719)
+++ PKGBUILD2016-10-05 05:33:30 UTC (rev 277720)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -12,9 +12,10 @@
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha256sums=('cf31a7c39f2f52e8ebd0db95640384e63451f9b014eed2bb7f5de03e8adc8111'
+sha256sums=('b7c748be3aa16ec2cbd81edc847e9b6ee03f88143ab270fb59f58a044d34e441'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

 
 build() {
   cd "${srcdir}/libX11-${pkgver}"

Deleted: fix_typo.diff
===
--- fix_typo.diff   2016-10-04 22:09:53 UTC (rev 277719)
+++ fix_typo.diff   2016-10-05 05:33:30 UTC (rev 277720)
@@ -1,27 +0,0 @@
-From 5dcb40f28d59587597d2ff6e6ac64c71cfe6ff7b Mon Sep 17 00:00:00 2001
-From: James Cloos 
-Date: Tue, 17 Sep 2013 16:50:42 +
-Subject: nls/en_US.UTF-8/Compose.pre: Fix typo.
-
-Fix typo added in 215ce6a67863, s/actute/acute/.
-
-Fixes bug #69476.  Reported by Jean Krohn.
-
-Signed-off-by: James Cloos 

-diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
-index a741332..7314d7f 100644
 a/nls/en_US.UTF-8/Compose.pre
-+++ b/nls/en_US.UTF-8/Compose.pre
-@@ -743,7 +743,7 @@ XCOMM Part 3
-   : "ï"   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
-  : "ï"   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
-  : "ï"   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
--  : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
-+   : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
- : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
- : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
-  : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
---
-cgit v0.9.0.2-2-gbebe
-


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

2016-10-04 Thread Laurent Carlier
Date: Wednesday, October 5, 2016 @ 05:33:36
  Author: lcarlier
Revision: 277721

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

Added:
  libx11/repos/testing-i686/
  libx11/repos/testing-i686/PKGBUILD
(from rev 277720, libx11/trunk/PKGBUILD)
  libx11/repos/testing-x86_64/
  libx11/repos/testing-x86_64/PKGBUILD
(from rev 277720, libx11/trunk/PKGBUILD)

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

Copied: libx11/repos/testing-i686/PKGBUILD (from rev 277720, 
libx11/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-05 05:33:36 UTC (rev 277721)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=libx11
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="X11 client-side library"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+sha256sums=('b7c748be3aa16ec2cbd81edc847e9b6ee03f88143ab270fb59f58a044d34e441'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

+
+build() {
+  cd "${srcdir}/libX11-${pkgver}"
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+check() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: libx11/repos/testing-x86_64/PKGBUILD (from rev 277720, 
libx11/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-05 05:33:36 UTC (rev 277721)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=libx11
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="X11 client-side library"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+sha256sums=('b7c748be3aa16ec2cbd81edc847e9b6ee03f88143ab270fb59f58a044d34e441'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

+
+build() {
+  cd "${srcdir}/libX11-${pkgver}"
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+check() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2016-10-04 Thread Kyle Keen
Date: Wednesday, October 5, 2016 @ 03:41:20
  Author: kkeen
Revision: 191343

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-05 03:40:56 UTC (rev 191342)
+++ PKGBUILD2016-10-05 03:41:20 UTC (rev 191343)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Andy Weidenbaum 
-
-pkgbase=python-prompt_toolkit
-pkgname=(python-prompt_toolkit python2-prompt_toolkit)
-_name=prompt_toolkit
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="Library for building powerful interactive command lines in Python"
-arch=('any')
-depends=('python-pygments'
- 'python-six'
- 'python-wcwidth')
-makedepends=('python-setuptools' 'python2-setuptools'
- 'python2-pygments' 'python2-six' 'python2-wcwidth')
-url="https://github.com/jonathanslenders/python-prompt-toolkit;
-license=('BSD')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('6c4133d099603f496c761491043bf0ef')
-sha256sums=('805e026f0cbad27467e93f9dd3e318d401a62788c1e84ca038e967ad8ba2')
-
-prepare() {
-  cd "$srcdir"
-  cp -r $_name-$pkgver python2-$_name-$pkgver
-}
-
-build() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py build
-
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py build
-}
-
-package_python-prompt_toolkit() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-prompt_toolkit() {
-  depends=('python2-pygments'
-   'python2-six'
-   'python2-wcwidth')
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-prompt_toolkit/repos/community-any/PKGBUILD (from rev 191342, 
python-prompt_toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-05 03:41:20 UTC (rev 191343)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Andy Weidenbaum 
+
+pkgbase=python-prompt_toolkit
+pkgname=(python-prompt_toolkit python2-prompt_toolkit)
+_name=prompt_toolkit
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="Library for building powerful interactive command lines in Python"
+arch=('any')
+depends=('python-pygments'
+ 'python-six'
+ 'python-wcwidth')
+makedepends=('python-setuptools' 'python2-setuptools'
+ 'python2-pygments' 'python2-six' 'python2-wcwidth')
+url="https://github.com/jonathanslenders/python-prompt-toolkit;
+license=('BSD')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;)
+md5sums=('f74cd8ac84176fac1cdb136843ccb0d6')
+sha256sums=('ef0b8188179fe7d052161ed274b43e18f5a680ff84d01462293b327e1668d2ef')
+
+prepare() {
+  cd "$srcdir"
+  cp -r $_name-$pkgver python2-$_name-$pkgver
+}
+
+build() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/python2-$_name-$pkgver"
+  python2 setup.py build
+}
+
+package_python-prompt_toolkit() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-prompt_toolkit() {
+  depends=('python2-pygments'
+   'python2-six'
+   'python2-wcwidth')
+  cd "$srcdir/python2-$_name-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-10-04 Thread Kyle Keen
Date: Wednesday, October 5, 2016 @ 03:40:56
  Author: kkeen
Revision: 191342

upgpkg: python-prompt_toolkit 1.0.7-1

Modified:
  python-prompt_toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 21:29:39 UTC (rev 191341)
+++ PKGBUILD2016-10-05 03:40:56 UTC (rev 191342)
@@ -5,7 +5,7 @@
 pkgbase=python-prompt_toolkit
 pkgname=(python-prompt_toolkit python2-prompt_toolkit)
 _name=prompt_toolkit
-pkgver=1.0.3
+pkgver=1.0.7
 pkgrel=1
 pkgdesc="Library for building powerful interactive command lines in Python"
 arch=('any')
@@ -18,8 +18,8 @@
 license=('BSD')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('6c4133d099603f496c761491043bf0ef')
-sha256sums=('805e026f0cbad27467e93f9dd3e318d401a62788c1e84ca038e967ad8ba2')
+md5sums=('f74cd8ac84176fac1cdb136843ccb0d6')
+sha256sums=('ef0b8188179fe7d052161ed274b43e18f5a680ff84d01462293b327e1668d2ef')
 
 prepare() {
   cd "$srcdir"


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

2016-10-04 Thread Levente Polyak
Date: Tuesday, October 4, 2016 @ 22:09:53
  Author: anthraxx
Revision: 277719

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

Added:
  jsoncpp/repos/staging-i686/
  jsoncpp/repos/staging-i686/PKGBUILD
(from rev 277718, jsoncpp/trunk/PKGBUILD)
  jsoncpp/repos/staging-x86_64/
  jsoncpp/repos/staging-x86_64/PKGBUILD
(from rev 277718, jsoncpp/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: jsoncpp/repos/staging-i686/PKGBUILD (from rev 277718, 
jsoncpp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-10-04 22:09:53 UTC (rev 277719)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgname=jsoncpp
+pkgver=1.7.7
+pkgrel=1
+pkgdesc='C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+arch=('i686' 'x86_64')
+license=('MIT' 'custom:Public_Domain')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('1b12cc497729ca447dae77f92c6a761494554021b306e8cedbea0ddf83f6569ca53380f8b53a0d4a62b5239c605328a419082e0610ca051a2957bcb7136ba644')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_STATIC_LIBS=OFF
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd  ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: jsoncpp/repos/staging-x86_64/PKGBUILD (from rev 277718, 
jsoncpp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-10-04 22:09:53 UTC (rev 277719)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgname=jsoncpp
+pkgver=1.7.7
+pkgrel=1
+pkgdesc='C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+arch=('i686' 'x86_64')
+license=('MIT' 'custom:Public_Domain')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('1b12cc497729ca447dae77f92c6a761494554021b306e8cedbea0ddf83f6569ca53380f8b53a0d4a62b5239c605328a419082e0610ca051a2957bcb7136ba644')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_STATIC_LIBS=OFF
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd  ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2016-10-04 Thread Levente Polyak
Date: Tuesday, October 4, 2016 @ 22:09:43
  Author: anthraxx
Revision: 277718

upgpkg: jsoncpp 1.7.7-1

Modified:
  jsoncpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 19:39:29 UTC (rev 277717)
+++ PKGBUILD2016-10-04 22:09:43 UTC (rev 277718)
@@ -1,19 +1,19 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Levente Polyak 
+# Contributor: Andrea Scarpino 
 # Contributor: Jonahtan Schaeffer 
 # COntributor: Drake Arconis 
 
 pkgname=jsoncpp
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
-pkgdesc='A C++ library for interacting with JSON'
+pkgdesc='C++ library for interacting with JSON'
 url='https://github.com/open-source-parsers/jsoncpp'
+arch=('i686' 'x86_64')
 license=('MIT' 'custom:Public_Domain')
-arch=('i686' 'x86_64')
 depends=('gcc-libs')
 makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz;)
-sha1sums=('a38fbb7ed49900f62ea7c1618279b0091e3cb973')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('1b12cc497729ca447dae77f92c6a761494554021b306e8cedbea0ddf83f6569ca53380f8b53a0d4a62b5239c605328a419082e0610ca051a2957bcb7136ba644')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -33,6 +33,6 @@
 package() {
   cd  ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 


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

2016-10-04 Thread Andrzej Giniewicz
Date: Tuesday, October 4, 2016 @ 21:29:29
  Author: aginiewicz
Revision: 191340

upgpkg: python-pytables 3.3.0-1

python-pytables: new upstream release, blosc as dependency

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 21:02:07 UTC (rev 191339)
+++ PKGBUILD2016-10-04 21:29:29 UTC (rev 191340)
@@ -4,19 +4,20 @@
 
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.2.3.1
-pkgrel=7
+pkgver=3.3.0
+pkgrel=1
 arch=("i686" "x86_64")
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 url="http://www.pytables.org;
 license=("BSD")
-makedepends=('lzo' 'hdf5_18' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools' 'cython' 'cython2')
-source=("https://github.com/PyTables/PyTables/archive/v.${pkgver}.tar.gz;
+makedepends=('lzo' 'hdf5_18' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'blosc' 'bzip2' 
'lzo')
+source=("https://github.com/PyTables/PyTables/archive/v${pkgver}.tar.gz;
 "hdf5_18.patch")
-md5sums=('e1a94b03c01dd49f2ebbd4328056d81d'
+md5sums=('056c161ae0fd2d6e585b766adacf3b0b'
  '6cca19b6ce2eb9f84d1ad2c1a3b4')
+
 prepare() {
-  cd "$srcdir"/PyTables-v.$pkgver
+  cd "$srcdir"/PyTables-$pkgver
 
   # -march=native generates AVX instructions if the host supports it, which
   # then results in "SIGILL (Illegal instruction)" on machines lacking AVX
@@ -28,24 +29,24 @@
   patch -Np0 -i "$srcdir"/hdf5_18.patch
   
   cd "${srcdir}" 
-  cp -a PyTables-v.$pkgver PyTables-py2-v.$pkgver
+  cp -a PyTables-$pkgver PyTables-py2-$pkgver
 }
 
 build() {
   msg "Building Python2"
-  cd "$srcdir"/PyTables-py2-v.$pkgver
-  HDF5_DIR=/usr/include/hdf5_18 LD_LIBRARY_PATH=/usr/lib/hdf5_18  python2 
setup.py build 
+  cd "$srcdir"/PyTables-py2-$pkgver
+  HDF5_DIR=/usr/include/hdf5_18 LD_LIBRARY_PATH=/usr/lib/hdf5_18 python2 
setup.py build --blosc=/usr
 
   msg "Building Python3"
-  cd "$srcdir"/PyTables-v.$pkgver
-  python setup.py build
+  cd "$srcdir"/PyTables-$pkgver
+  HDF5_DIR=/usr/include/hdf5_18 LD_LIBRARY_PATH=/usr/lib/hdf5_18 python 
setup.py build --blosc=/usr
 }
 
 package_python2-pytables() {
-  depends=('lzo' 'hdf5_18' 'python2-numexpr')
+  depends=('lzo' 'hdf5_18' 'python2-numexpr' 'blosc')
 
-  cd "$srcdir"/PyTables-py2-v.${pkgver}
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  cd "$srcdir"/PyTables-py2-${pkgver}
+  python2 setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
 
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
@@ -62,10 +63,10 @@
 }
 
 package_python-pytables() {
-  depends=('lzo' 'hdf5_18' 'python-numexpr')
+  depends=('lzo' 'hdf5_18' 'python-numexpr' 'blosc')
 
-  cd "$srcdir"/PyTables-v.${pkgver}
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  cd "$srcdir"/PyTables-${pkgver}
+  python setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
 
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 


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

2016-10-04 Thread Andrzej Giniewicz
Date: Tuesday, October 4, 2016 @ 21:29:39
  Author: aginiewicz
Revision: 191341

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

Added:
  python-pytables/repos/community-i686/PKGBUILD
(from rev 191340, python-pytables/trunk/PKGBUILD)
  python-pytables/repos/community-i686/hdf5_18.patch
(from rev 191340, python-pytables/trunk/hdf5_18.patch)
  python-pytables/repos/community-x86_64/PKGBUILD
(from rev 191340, python-pytables/trunk/PKGBUILD)
  python-pytables/repos/community-x86_64/hdf5_18.patch
(from rev 191340, python-pytables/trunk/hdf5_18.patch)
Deleted:
  python-pytables/repos/community-i686/PKGBUILD
  python-pytables/repos/community-i686/hdf5_18.patch
  python-pytables/repos/community-x86_64/PKGBUILD
  python-pytables/repos/community-x86_64/hdf5_18.patch

+
 /PKGBUILD  |  156 +++
 /hdf5_18.patch |   28 +++
 community-i686/PKGBUILD|   77 ---
 community-i686/hdf5_18.patch   |   14 ---
 community-x86_64/PKGBUILD  |   77 ---
 community-x86_64/hdf5_18.patch |   14 ---
 6 files changed, 184 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 21:29:29 UTC (rev 191340)
+++ community-i686/PKGBUILD 2016-10-04 21:29:39 UTC (rev 191341)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-pytables
-pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.2.3.1
-pkgrel=7
-arch=("i686" "x86_64")
-pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
-url="http://www.pytables.org;
-license=("BSD")
-makedepends=('lzo' 'hdf5_18' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools' 'cython' 'cython2')
-source=("https://github.com/PyTables/PyTables/archive/v.${pkgver}.tar.gz;
-"hdf5_18.patch")
-md5sums=('e1a94b03c01dd49f2ebbd4328056d81d'
- '6cca19b6ce2eb9f84d1ad2c1a3b4')
-prepare() {
-  cd "$srcdir"/PyTables-v.$pkgver
-
-  # -march=native generates AVX instructions if the host supports it, which
-  # then results in "SIGILL (Illegal instruction)" on machines lacking AVX
-  # https://github.com/PyTables/PyTables/issues/458
-  # https://github.com/PyTables/PyTables/pull/503
-  sed -i 's/"-march=native",\?//' setup.py
-
-  # force hdf5_18 location
-  patch -Np0 -i "$srcdir"/hdf5_18.patch
-  
-  cd "${srcdir}" 
-  cp -a PyTables-v.$pkgver PyTables-py2-v.$pkgver
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/PyTables-py2-v.$pkgver
-  HDF5_DIR=/usr/include/hdf5_18 LD_LIBRARY_PATH=/usr/lib/hdf5_18  python2 
setup.py build 
-
-  msg "Building Python3"
-  cd "$srcdir"/PyTables-v.$pkgver
-  python setup.py build
-}
-
-package_python2-pytables() {
-  depends=('lzo' 'hdf5_18' 'python2-numexpr')
-
-  cd "$srcdir"/PyTables-py2-v.${pkgver}
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # see FS#36015 and FS#44971
-  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
-  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
-  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
-  mv "$pkgdir"/usr/bin/pttree{,-2.7}
-
-  # see FS#45975
-  _site_packages=`python2 -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod a+rx "${pkgdir}${_site_packages}"/*.egg-info
-  chmod a+r "${pkgdir}${_site_packages}"/*.egg-info/*
-}
-
-package_python-pytables() {
-  depends=('lzo' 'hdf5_18' 'python-numexpr')
-
-  cd "$srcdir"/PyTables-v.${pkgver}
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # see FS#45975
-  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod a+rx "${pkgdir}${_site_packages}"/*.egg-info
-  chmod a+r "${pkgdir}${_site_packages}"/*.egg-info/*
-}
-

Copied: python-pytables/repos/community-i686/PKGBUILD (from rev 191340, 
python-pytables/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-04 21:29:39 UTC (rev 191341)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.3.0
+pkgrel=1
+arch=("i686" "x86_64")
+pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
+url="http://www.pytables.org;
+license=("BSD")
+makedepends=('lzo' 'hdf5_18' 'python2-numexpr' 'python-numexpr' 

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

2016-10-04 Thread Andrzej Giniewicz
Date: Tuesday, October 4, 2016 @ 21:02:07
  Author: aginiewicz
Revision: 191339

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

Added:
  python-pandas/repos/community-i686/PKGBUILD
(from rev 191338, python-pandas/trunk/PKGBUILD)
  python-pandas/repos/community-x86_64/PKGBUILD
(from rev 191338, python-pandas/trunk/PKGBUILD)
Deleted:
  python-pandas/repos/community-i686/PKGBUILD
  python-pandas/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  226 
 community-i686/PKGBUILD   |  112 -
 community-x86_64/PKGBUILD |  112 -
 3 files changed, 226 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 21:01:55 UTC (rev 191338)
+++ community-i686/PKGBUILD 2016-10-04 21:02:07 UTC (rev 191339)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-# TODO: add gbq dependencies for python3 when python-gflags gets released
-# TODO: move python-xarray from AUR to community, add as optdepends
-
-pkgbase=python-pandas
-pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.18.1
-pkgrel=1
-pkgdesc="Cross-section and time series data analysis toolkit"
-arch=('i686' 'x86_64')
-url="http://pandas.pydata.org/;
-license=('BSD')
-makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
- 'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz'
- 'cython' 'cython2')
-source=("https://github.com/pydata/pandas/archive/v${pkgver}.tar.gz;)
-md5sums=('c6cb010d115a05842878c77f6959b8b0')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pandas-${pkgver} pandas-py2-${pkgver}
-  cd pandas-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/pandas-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-pandas() {
-  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz')
-  optdepends=('python2-pandas-datareader: pandas.io.data replacement 
(recommended)'
-  'python2-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python2-bottleneck: needed for accelerating certain types of 
nan evaluations (recommended)'
-  'python2-scipy: needed for miscellaneous statistical functions'
-  'python2-pytables: needed for HDF5-based storage'
-  'python2-sqlalchemy: needed for SQL database support'
-  'python2-matplotlib: needed for plotting'
-  'python2-openpyxl: needed for Excel XLSX input/output'
-  'python2-xlrd: needed for Excel XLS input'
-  'python2-xlwt: needed for Excel XLS output'
-  'python2-xlsxwriter: alternative Excel XLSX output'
-  'python2-jinja: needed for conditional HTML formatting'
-  'python2-boto: needed for access to Amazon S3 storage'
-  'python2-blosc: for msgpack compression using blosc'
-  'python2-pyqt4: needed for read_clipboard function (only one 
needed)'
-  'python2-pyside: needed for read_clipboard function (only one 
needed)'
-  'pygtk: needed for read_clipboard function (only one needed)'
-  'xsel: needed for read_clipboard function (only one needed)'
-  'xclip: needed for read_clipboard function (only one needed)'
-  'python2-gflags: needed for gbq'
-  'python2-oauth2client: needed for gbq'
-  'python2-httplib2: needed for gbq'
-  'python2-google-api-python-client: needed for gbq'
-  'python2-setuptools: needed for gbq'
-  'python2-beautifulsoup4: needed for read_html function'
-  'python2-lxml: needed for read_html function (and/or 
python2-html5lib)'
-  'python2-html5lib: needed for read_hmlt function (and/or 
python2-lxml)')
-
-  cd "$srcdir"/pandas-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pandas() {
-  depends=('python-numpy' 'python-dateutil' 'python-pytz')
-  optdepends=('python-pandas-datareader: pandas.io.data replacement 
(recommended)'
-  'python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python-bottleneck: needed for accelerating certain types of nan 
evaluations 

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

2016-10-04 Thread Andrzej Giniewicz
Date: Tuesday, October 4, 2016 @ 21:01:55
  Author: aginiewicz
Revision: 191338

upgpkg: python-pandas 0.19.0-1

python-pandas: new upstream release, few optdepends TODOs left

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 19:15:29 UTC (rev 191337)
+++ PKGBUILD2016-10-04 21:01:55 UTC (rev 191338)
@@ -2,12 +2,13 @@
 # Maintainer: Andrzej Giniewicz 
 # Contributor: Keith Hughitt 
 
-# TODO: add gbq dependencies for python3 when python-gflags gets released
-# TODO: move python-xarray from AUR to community, add as optdepends
+# TODO: add python-gflags>=3.0.0
+# TODO: add python2-backports-lzma
+# TODO: move python-xarray from AUR to community (with dependencies)
 
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.18.1
+pkgver=0.19.0
 pkgrel=1
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('i686' 'x86_64')
@@ -17,7 +18,7 @@
  'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz'
  'cython' 'cython2')
 source=("https://github.com/pydata/pandas/archive/v${pkgver}.tar.gz;)
-md5sums=('c6cb010d115a05842878c77f6959b8b0')
+md5sums=('ad13ddbb0b1e47934f8914facc7dbc94')
 
 prepare() {
   cd "$srcdir"


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

2016-10-04 Thread Andreas Radke
Date: Tuesday, October 4, 2016 @ 19:39:29
  Author: andyrtr
Revision: 277717

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

Added:
  libdrm/repos/testing-i686/
  libdrm/repos/testing-i686/COPYING
(from rev 277716, libdrm/trunk/COPYING)
  libdrm/repos/testing-i686/PKGBUILD
(from rev 277716, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-x86_64/
  libdrm/repos/testing-x86_64/COPYING
(from rev 277716, libdrm/trunk/COPYING)
  libdrm/repos/testing-x86_64/PKGBUILD
(from rev 277716, libdrm/trunk/PKGBUILD)

-+
 testing-i686/COPYING|   48 ++
 testing-i686/PKGBUILD   |   52 ++
 testing-x86_64/COPYING  |   48 ++
 testing-x86_64/PKGBUILD |   52 ++
 4 files changed, 200 insertions(+)

Copied: libdrm/repos/testing-i686/COPYING (from rev 277716, 
libdrm/trunk/COPYING)
===
--- testing-i686/COPYING(rev 0)
+++ testing-i686/COPYING2016-10-04 19:39:29 UTC (rev 277717)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ 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 on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, 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 (including the
+ next paragraph) 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
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON 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.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ 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 (including the
+ next paragraph) 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 PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS 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: libdrm/repos/testing-i686/PKGBUILD (from rev 277716, 
libdrm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-04 19:39:29 UTC (rev 277717)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libdrm
+pkgver=2.4.71
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services"
+arch=(i686 x86_64)
+license=('custom')
+depends=('glibc' 'libpciaccess')
+makedepends=('valgrind' 'xorg-util-macros' 'libxslt' 'docbook-xsl')
+checkdepends=('cairo')
+replaces=('libdrm-new' 'libdrm-nouveau')
+url="http://dri.freedesktop.org/;
+source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
+COPYING)
+sha256sums=('c66287ddeee5f46ea8f8880b94b80acb3bbc33ba6321d17767eef145046df9b8'
+'SKIP'
+'9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 

+validpgpkeys+=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie 

+validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') 

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

2016-10-04 Thread Andreas Radke
Date: Tuesday, October 4, 2016 @ 19:39:20
  Author: andyrtr
Revision: 277716

upgpkg: libdrm 2.4.71-1

upstream update 2.4.71

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 19:30:35 UTC (rev 277715)
+++ PKGBUILD2016-10-04 19:39:20 UTC (rev 277716)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libdrm
-pkgver=2.4.70
+pkgver=2.4.71
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url="http://dri.freedesktop.org/;
 source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
 COPYING)
-sha256sums=('b17d4b39ed97ca0e4cffa0db06ff609e617bac94646ec38e8e0579d530540e7b'
+sha256sums=('c66287ddeee5f46ea8f8880b94b80acb3bbc33ba6321d17767eef145046df9b8'
 'SKIP'
 '9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
 validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 



[arch-commits] Commit in cups/repos (42 files)

2016-10-04 Thread Andreas Radke
Date: Tuesday, October 4, 2016 @ 19:30:35
  Author: andyrtr
Revision: 277715

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

Added:
  cups/repos/extra-i686/PKGBUILD
(from rev 277714, cups/trunk/PKGBUILD)
  cups/repos/extra-i686/cups-1.6.0-fix-install-perms.patch
(from rev 277714, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/extra-i686/cups-1.6.2-statedir.patch
(from rev 277714, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
(from rev 277714, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-i686/cups-no-gcrypt.patch
(from rev 277714, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-i686/cups-no-gzip-man.patch
(from rev 277714, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-i686/cups-systemd-socket.patch
(from rev 277714, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-i686/cups.install
(from rev 277714, cups/trunk/cups.install)
  cups/repos/extra-i686/cups.logrotate
(from rev 277714, cups/trunk/cups.logrotate)
  cups/repos/extra-i686/cups.pam
(from rev 277714, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/PKGBUILD
(from rev 277714, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 277714, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 277714, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 277714, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
(from rev 277714, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 277714, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 277714, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 277714, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 277714, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 277714, cups/trunk/cups.pam)
Deleted:
  cups/repos/extra-i686/PKGBUILD
  cups/repos/extra-i686/cups-1.6.0-fix-install-perms.patch
  cups/repos/extra-i686/cups-1.6.2-statedir.patch
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
  cups/repos/extra-i686/cups-no-gcrypt.patch
  cups/repos/extra-i686/cups-no-gzip-man.patch
  cups/repos/extra-i686/cups-systemd-socket.patch
  cups/repos/extra-i686/cups.install
  cups/repos/extra-i686/cups.logrotate
  cups/repos/extra-i686/cups.pam
  cups/repos/extra-i686/fix_endless_loops.diff
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.0-fix-install-perms.patch
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/fix_endless_loops.diff

-+
 /PKGBUILD   |  324 ++
 /cups-1.6.0-fix-install-perms.patch |   50 +++
 /cups-1.6.2-statedir.patch  |   24 +
 /cups-no-export-ssllibs.patch   |   24 +
 /cups-no-gcrypt.patch   |   22 +
 /cups-no-gzip-man.patch |   36 ++
 /cups-systemd-socket.patch  |   96 ++
 /cups.install   |   12 
 /cups.logrotate |   10 
 /cups.pam   |6 
 extra-i686/PKGBUILD |  166 ---
 extra-i686/cups-1.6.0-fix-install-perms.patch   |   25 -
 extra-i686/cups-1.6.2-statedir.patch|   12 
 extra-i686/cups-no-export-ssllibs.patch |   12 
 extra-i686/cups-no-gcrypt.patch |   11 
 extra-i686/cups-no-gzip-man.patch   |   18 -
 extra-i686/cups-systemd-socket.patch|   48 ---
 extra-i686/cups.install |6 
 extra-i686/cups.logrotate   |5 
 extra-i686/cups.pam |3 
 extra-i686/fix_endless_loops.diff   |   54 ---
 extra-x86_64/PKGBUILD   |  166 ---
 extra-x86_64/cups-1.6.0-fix-install-perms.patch |   25 -
 extra-x86_64/cups-1.6.2-statedir.patch  |   12 
 extra-x86_64/cups-no-export-ssllibs.patch   |   12 
 extra-x86_64/cups-no-gcrypt.patch   |   11 
 extra-x86_64/cups-no-gzip-man.patch |   18 -
 extra-x86_64/cups-systemd-socket.patch  |   48 ---
 extra-x86_64/cups.install   |6 
 extra-x86_64/cups.logrotate |5 
 

[arch-commits] Commit in cups/trunk (PKGBUILD fix_endless_loops.diff)

2016-10-04 Thread Andreas Radke
Date: Tuesday, October 4, 2016 @ 19:30:09
  Author: andyrtr
Revision: 277714

upgpkg: cups 2.2.1-1

upstream update 2.2.1

Modified:
  cups/trunk/PKGBUILD
Deleted:
  cups/trunk/fix_endless_loops.diff

+
 PKGBUILD   |   12 +++---
 fix_endless_loops.diff |   54 ---
 2 files changed, 4 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 19:21:21 UTC (rev 277713)
+++ PKGBUILD2016-10-04 19:30:09 UTC (rev 277714)
@@ -3,8 +3,8 @@
 
 pkgbase="cups"
 pkgname=('libcups' 'cups')
-pkgver=2.2.0
-pkgrel=4
+pkgver=2.2.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.cups.org/;
@@ -21,9 +21,8 @@
 cups-1.6.0-fix-install-perms.patch
 # bugfixes
 cups-systemd-socket.patch
-fix_endless_loops.diff
 )
-md5sums=('e22d943cff300411d3616dc2ee86272c'
+md5sums=('a94da2a1e9dbdccb4f3836a38a431931'
  'fc8286f185e2cc5f7e1f6843bf193e2b'
  '96f82c38f3f540b53f3e5144900acf17'
  '3ba9e3410df1dc3015463d615ef91b3b'
@@ -31,8 +30,7 @@
  '39dd3141991c3052b73f59ece70e1ea6'
  '451609db34f95209d64c38474de27ce1'
  '5117f65342fcc69c6a506529e4daca9e'
- '53bb3c80ee6823d36f9ab499373edfc5'
- '32f6e1f907247dab466c37403d87d4e4')
+ '53bb3c80ee6823d36f9ab499373edfc5')
 validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
 
 prepare() {
@@ -54,8 +52,6 @@
   # bug fixes
   # make sure network is up when starting and notify systemd - FC
   patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
-  # fix endless loops; FS#50796; https://github.com/apple/cups/issues/4870
-  patch -Np1 -i ${srcdir}/fix_endless_loops.diff
 
   # set MaxLogSize to 0 to prevent using cups internal log rotation
   sed -i -e '5i\ ' conf/cupsd.conf.in

Deleted: fix_endless_loops.diff
===
--- fix_endless_loops.diff  2016-10-04 19:21:21 UTC (rev 277713)
+++ fix_endless_loops.diff  2016-10-04 19:30:09 UTC (rev 277714)
@@ -1,54 +0,0 @@
-diff --git a/cups/http-addrlist.c b/cups/http-addrlist.c
-index 6e2ad81..e9ef53e 100644
 a/cups/http-addrlist.c
-+++ b/cups/http-addrlist.c
-@@ -304,6 +304,8 @@ httpAddrConnect2(
- 
- if (result > 0)
- {
-+  http_addrlist_t *connaddr = NULL;   /* Connected address, if any */
-+
-   for (i = 0; i < nfds; i ++)
-   {
- #  ifdef HAVE_POLL
-@@ -314,7 +316,7 @@ httpAddrConnect2(
- #  endif /* HAVE_POLL */
-   {
- *sock= fds[i];
--addrlist = addrs[i];
-+connaddr = addrs[i];
- 
- #  ifdef DEBUG
- len   = sizeof(peer);
-@@ -322,11 +324,29 @@ httpAddrConnect2(
-   DEBUG_printf(("1httpAddrConnect2: Connected to %s:%d...", 
httpAddrString(, temp, sizeof(temp)), httpAddrPort()));
- #  endif /* DEBUG */
-   }
--  else
-+#  ifdef HAVE_POLL
-+  else if (pfds[i].revents & (POLLERR | POLLHUP))
-+#  else
-+  else if (FD_ISSET(fds[i], ))
-+#  endif /* HAVE_POLL */
-+{
-+ /*
-+  * Error on socket, remove from the "pool"...
-+  */
-+
- httpAddrClose(NULL, fds[i]);
-+  nfds --;
-+  if (i < nfds)
-+  {
-+memmove(fds + i, fds + i + 1, (size_t)(nfds - i) * 
(sizeof(fds[0])));
-+memmove(addrs + i, addrs + i + 1, (size_t)(nfds - i) * 
(sizeof(addrs[0])));
-+  }
-+  i --;
-+}
-   }
- 
--  return (addrlist);
-+  if (connaddr)
-+return (connaddr);
- }
- #endif /* O_NONBLOCK */
- 


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

2016-10-04 Thread Anatol Pomozov
Date: Tuesday, October 4, 2016 @ 19:15:29
  Author: anatolik
Revision: 191337

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

Added:
  avr-gcc/repos/community-testing-i686/
  avr-gcc/repos/community-testing-i686/PKGBUILD
(from rev 191336, avr-gcc/trunk/PKGBUILD)
  avr-gcc/repos/community-testing-x86_64/
  avr-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 191336, avr-gcc/trunk/PKGBUILD)

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

Copied: avr-gcc/repos/community-testing-i686/PKGBUILD (from rev 191336, 
avr-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-04 19:15:29 UTC (rev 191337)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Brad Fanella 
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-gcc
+pkgver=6.2.0
+pkgrel=2
+_snapshot=6-20160929
+_islver=0.17.1
+pkgdesc='The GNU AVR Compiler Collection'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL custom)
+url='http://gcc.gnu.org/'
+depends=(avr-binutils gcc-libs libmpc)
+optdepends=('avr-libc: Standard C library for Atmel AVR development')
+options=(!emptydirs !strip)
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+   )
+sha1sums=('19aa0936d1d1419e8cfb251f254b0857470f5fdd'
+  '10332b7f9bcbf3277f1013b2734e3bfbd5890e64')
+
+if [ -n "${_snapshot}" ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+build() {
+cd ${srcdir}/${_basedir} 
+
+# link isl for in-tree build
+ln -s ../isl-${_islver} isl
+
+# https://bugs.archlinux.org/task/34629
+# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+echo ${pkgver} > gcc/BASE-VER
+
+cd ${srcdir}
+mkdir gcc-build && cd gcc-build
+
+export CFLAGS_FOR_TARGET='-O2 -pipe'
+export CXXFLAGS_FOR_TARGET='-O2 -pipe'
+
+# --disable-linker-build-id   https://bugs.archlinux.org/task/34902
+# --disable-__cxa_atexit   https://bugs.archlinux.org/task/50848
+${srcdir}/${_basedir}/configure \
+--disable-install-libiberty \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-libunwind-exceptions \
+--disable-linker-build-id \
+--disable-nls \
+--disable-werror \
+--disable-__cxa_atexit \
+--enable-checking=release \
+--enable-clocale=gnu \
+--enable-gnu-unique-object \
+--enable-gold \
+--enable-languages=c,c++ \
+--enable-ld=default \
+--enable-lto \
+--enable-plugin \
+--enable-shared \
+--infodir=/usr/share/info \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--target=avr \
+--with-as=/usr/bin/avr-as \
+--with-gnu-as \
+--with-gnu-ld \
+--with-ld=/usr/bin/avr-ld \
+--with-plugin-ld=ld.gold \
+--with-system-zlib \
+--with-isl \
+--enable-gnu-indirect-function
+
+make
+}
+
+package() {
+cd ${srcdir}/gcc-build
+
+make -j1 DESTDIR=${pkgdir} install
+
+# Strip debug symbols from libraries; without this, the package size 
balloons to ~500MB.
+find ${pkgdir}/usr/lib -type f -name "*.a" \
+-exec /usr/bin/avr-strip --strip-debug '{}' \;
+
+# Install Runtime Library Exception
+install -Dm644 ${srcdir}/${_basedir}/COPYING.RUNTIME \
+${pkgdir}/usr/share/licenses/avr-gcc/RUNTIME.LIBRARY.EXCEPTION
+
+rm -r ${pkgdir}/usr/share/man/man7
+rm -r ${pkgdir}/usr/share/info
+rm ${pkgdir}/usr/lib/libcc1.*
+}

Copied: avr-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 191336, 
avr-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-10-04 19:15:29 UTC (rev 191337)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Brad Fanella 

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

2016-10-04 Thread Anatol Pomozov
Date: Tuesday, October 4, 2016 @ 19:14:52
  Author: anatolik
Revision: 191336

FS#50848: disable __cxa_atexit compiler feature to match avr-libc behavior

Modified:
  avr-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 18:20:37 UTC (rev 191335)
+++ PKGBUILD2016-10-04 19:14:52 UTC (rev 191336)
@@ -8,8 +8,8 @@
 
 pkgname=avr-gcc
 pkgver=6.2.0
-pkgrel=1
-_snapshot=6-20160825
+pkgrel=2
+_snapshot=6-20160929
 _islver=0.17.1
 pkgdesc='The GNU AVR Compiler Collection'
 arch=(i686 x86_64)
@@ -22,7 +22,7 @@
 
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
)
-sha1sums=('7cac5c1f8c51ed8e175f5c8fe696a68fcd400e99'
+sha1sums=('19aa0936d1d1419e8cfb251f254b0857470f5fdd'
   '10332b7f9bcbf3277f1013b2734e3bfbd5890e64')
 
 if [ -n "${_snapshot}" ]; then
@@ -49,7 +49,8 @@
 export CFLAGS_FOR_TARGET='-O2 -pipe'
 export CXXFLAGS_FOR_TARGET='-O2 -pipe'
 
-# --disable-linker-build-id: https://bugs.archlinux.org/task/34902
+# --disable-linker-build-id   https://bugs.archlinux.org/task/34902
+# --disable-__cxa_atexit   https://bugs.archlinux.org/task/50848
 ${srcdir}/${_basedir}/configure \
 --disable-install-libiberty \
 --disable-libssp \
@@ -58,7 +59,7 @@
 --disable-linker-build-id \
 --disable-nls \
 --disable-werror \
---enable-__cxa_atexit \
+--disable-__cxa_atexit \
 --enable-checking=release \
 --enable-clocale=gnu \
 --enable-gnu-unique-object \


[arch-commits] Commit in gnome-backgrounds/repos/testing-any (PKGBUILD PKGBUILD)

2016-10-04 Thread Jan Steffens
Date: Tuesday, October 4, 2016 @ 18:52:06
  Author: heftig
Revision: 277709

archrelease: copy trunk to testing-any

Added:
  gnome-backgrounds/repos/testing-any/PKGBUILD
(from rev 277708, gnome-backgrounds/trunk/PKGBUILD)
Deleted:
  gnome-backgrounds/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-04 18:50:12 UTC (rev 277708)
+++ PKGBUILD2016-10-04 18:52:06 UTC (rev 277709)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-backgrounds
-pkgver=3.22.0
-pkgrel=1
-pkgdesc="Background images and data for GNOME"
-arch=(any)
-makedepends=('intltool' 'git' 'glib2' 'gnome-common')
-url="https://git.gnome.org/browse/gnome-backgrounds;
-license=('GPL')
-groups=('gnome')
-_commit=9e99714838f6fd0fa6e3919c1191e484a85868de
-source=("git://git.gnome.org/gnome-backgrounds#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-backgrounds/repos/testing-any/PKGBUILD (from rev 277708, 
gnome-backgrounds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-04 18:52:06 UTC (rev 277709)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-backgrounds
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="Background images and data for GNOME"
+arch=(any)
+makedepends=('intltool' 'git' 'glib2' 'gnome-common')
+url="https://git.gnome.org/browse/gnome-backgrounds;
+license=('GPL')
+groups=('gnome')
+_commit=c1d3e6debe425f811e9de7903eff80d199988575  # tags/3.22.1^0
+source=("git://git.gnome.org/gnome-backgrounds#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-10-04 Thread Jan Steffens
Date: Tuesday, October 4, 2016 @ 18:52:32
  Author: heftig
Revision: 277710

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

Added:
  rtkit/repos/extra-i686/PKGBUILD
(from rev 277709, rtkit/trunk/PKGBUILD)
  rtkit/repos/extra-i686/rtkit.install
(from rev 277709, rtkit/trunk/rtkit.install)
  rtkit/repos/extra-x86_64/PKGBUILD
(from rev 277709, rtkit/trunk/PKGBUILD)
  rtkit/repos/extra-x86_64/rtkit.install
(from rev 277709, rtkit/trunk/rtkit.install)
Deleted:
  rtkit/repos/extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
  rtkit/repos/extra-i686/PKGBUILD
  rtkit/repos/extra-i686/libsystemd.patch
  rtkit/repos/extra-i686/rtkit.install
  rtkit/repos/extra-i686/systemd205.patch
  rtkit/repos/extra-x86_64/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
  rtkit/repos/extra-x86_64/PKGBUILD
  rtkit/repos/extra-x86_64/libsystemd.patch
  rtkit/repos/extra-x86_64/rtkit.install
  rtkit/repos/extra-x86_64/systemd205.patch

---+
 /PKGBUILD |  102 ++
 /rtkit.install|   30 ++
 extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch   |   48 
 extra-i686/PKGBUILD   |   52 -
 extra-i686/libsystemd.patch   |   57 -
 extra-i686/rtkit.install  |   15 -
 extra-i686/systemd205.patch   |   16 -
 extra-x86_64/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch |   48 
 extra-x86_64/PKGBUILD |   52 -
 extra-x86_64/libsystemd.patch |   57 -
 extra-x86_64/rtkit.install|   15 -
 extra-x86_64/systemd205.patch |   16 -
 12 files changed, 132 insertions(+), 376 deletions(-)

Deleted: extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
===
--- extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch 2016-10-04 
18:52:06 UTC (rev 277709)
+++ extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch 2016-10-04 
18:52:32 UTC (rev 277710)
@@ -1,48 +0,0 @@
-From f44c5776b25ca2abd7569fb8532c6aede9b0c6b0 Mon Sep 17 00:00:00 2001
-From: Colin Walters 
-Date: Thu, 22 Aug 2013 16:05:22 -0400
-Subject: [PATCH] [SECURITY] Pass uid of caller to polkit
-
-Otherwise, we force polkit to look up the uid itself in /proc, which
-is racy if they execve() a setuid binary.

- rtkit-daemon.c |   11 ++-
- 1 files changed, 10 insertions(+), 1 deletions(-)
-
-diff --git a/rtkit-daemon.c b/rtkit-daemon.c
-index 2ebe673..3ecc1f7 100644
 a/rtkit-daemon.c
-+++ b/rtkit-daemon.c
-@@ -1170,12 +1170,14 @@ static int verify_polkit(DBusConnection *c, struct 
rtkit_user *u, struct process
- DBusMessage *m = NULL, *r = NULL;
- const char *unix_process = "unix-process";
- const char *pid = "pid";
-+const char *uid = "uid";
- const char *start_time = "start-time";
- const char *cancel_id = "";
- uint32_t flags = 0;
- uint32_t pid_u32 = p->pid;
--uint64_t start_time_u64 = p->starttime;
-+uint32_t uid_u32 = (uint32_t)u->uid;
- DBusMessageIter iter_msg, iter_struct, iter_array, iter_dict, 
iter_variant;
-+uint64_t start_time_u64 = p->starttime;
- int ret;
- dbus_bool_t authorized = FALSE;
- 
-@@ -1206,6 +1208,13 @@ static int verify_polkit(DBusConnection *c, struct 
rtkit_user *u, struct process
- assert_se(dbus_message_iter_close_container(_dict, 
_variant));
- assert_se(dbus_message_iter_close_container(_array, _dict));
- 
-+assert_se(dbus_message_iter_open_container(_array, 
DBUS_TYPE_DICT_ENTRY, NULL, _dict));
-+assert_se(dbus_message_iter_append_basic(_dict, 
DBUS_TYPE_STRING, ));
-+assert_se(dbus_message_iter_open_container(_dict, 
DBUS_TYPE_VARIANT, "u", _variant));
-+assert_se(dbus_message_iter_append_basic(_variant, 
DBUS_TYPE_UINT32, _u32));
-+assert_se(dbus_message_iter_close_container(_dict, 
_variant));
-+assert_se(dbus_message_iter_close_container(_array, _dict));
-+
- assert_se(dbus_message_iter_close_container(_struct, 
_array));
- assert_se(dbus_message_iter_close_container(_msg, _struct));
- 
--- 
-1.7.1
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-04 18:52:06 UTC (rev 277709)
+++ extra-i686/PKGBUILD 2016-10-04 18:52:32 UTC (rev 277710)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Corrado Primier 
-
-pkgname=rtkit
-pkgver=0.11
-pkgrel=5
-pkgdesc="Realtime Policy and Watchdog Daemon"

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

2016-10-04 Thread Jan Steffens
Date: Tuesday, October 4, 2016 @ 18:50:12
  Author: heftig
Revision: 277708

0.11+6+g417bb7d-1

Modified:
  rtkit/trunk/PKGBUILD
Deleted:
  rtkit/trunk/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
  rtkit/trunk/libsystemd.patch
  rtkit/trunk/systemd205.patch

--+
 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch |   48 -
 PKGBUILD |   35 ++--
 libsystemd.patch |   57 -
 systemd205.patch |   16 -
 4 files changed, 17 insertions(+), 139 deletions(-)

Deleted: 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
===
--- 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch2016-10-04 18:37:09 UTC 
(rev 277707)
+++ 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch2016-10-04 18:50:12 UTC 
(rev 277708)
@@ -1,48 +0,0 @@
-From f44c5776b25ca2abd7569fb8532c6aede9b0c6b0 Mon Sep 17 00:00:00 2001
-From: Colin Walters 
-Date: Thu, 22 Aug 2013 16:05:22 -0400
-Subject: [PATCH] [SECURITY] Pass uid of caller to polkit
-
-Otherwise, we force polkit to look up the uid itself in /proc, which
-is racy if they execve() a setuid binary.

- rtkit-daemon.c |   11 ++-
- 1 files changed, 10 insertions(+), 1 deletions(-)
-
-diff --git a/rtkit-daemon.c b/rtkit-daemon.c
-index 2ebe673..3ecc1f7 100644
 a/rtkit-daemon.c
-+++ b/rtkit-daemon.c
-@@ -1170,12 +1170,14 @@ static int verify_polkit(DBusConnection *c, struct 
rtkit_user *u, struct process
- DBusMessage *m = NULL, *r = NULL;
- const char *unix_process = "unix-process";
- const char *pid = "pid";
-+const char *uid = "uid";
- const char *start_time = "start-time";
- const char *cancel_id = "";
- uint32_t flags = 0;
- uint32_t pid_u32 = p->pid;
--uint64_t start_time_u64 = p->starttime;
-+uint32_t uid_u32 = (uint32_t)u->uid;
- DBusMessageIter iter_msg, iter_struct, iter_array, iter_dict, 
iter_variant;
-+uint64_t start_time_u64 = p->starttime;
- int ret;
- dbus_bool_t authorized = FALSE;
- 
-@@ -1206,6 +1208,13 @@ static int verify_polkit(DBusConnection *c, struct 
rtkit_user *u, struct process
- assert_se(dbus_message_iter_close_container(_dict, 
_variant));
- assert_se(dbus_message_iter_close_container(_array, _dict));
- 
-+assert_se(dbus_message_iter_open_container(_array, 
DBUS_TYPE_DICT_ENTRY, NULL, _dict));
-+assert_se(dbus_message_iter_append_basic(_dict, 
DBUS_TYPE_STRING, ));
-+assert_se(dbus_message_iter_open_container(_dict, 
DBUS_TYPE_VARIANT, "u", _variant));
-+assert_se(dbus_message_iter_append_basic(_variant, 
DBUS_TYPE_UINT32, _u32));
-+assert_se(dbus_message_iter_close_container(_dict, 
_variant));
-+assert_se(dbus_message_iter_close_container(_array, _dict));
-+
- assert_se(dbus_message_iter_close_container(_struct, 
_array));
- assert_se(dbus_message_iter_close_container(_msg, _struct));
- 
--- 
-1.7.1
-

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 18:37:09 UTC (rev 277707)
+++ PKGBUILD2016-10-04 18:50:12 UTC (rev 277708)
@@ -3,32 +3,31 @@
 # Contributor: Corrado Primier 
 
 pkgname=rtkit
-pkgver=0.11
-pkgrel=5
+pkgver=0.11+6+g417bb7d
+pkgrel=1
 pkgdesc="Realtime Policy and Watchdog Daemon"
 arch=(i686 x86_64)
-url="http://git.0pointer.de/?p=rtkit.git;
-license=(GPL 'custom:BSD')
+url="https://github.com/heftig/rtkit;
+license=(GPL3 'custom:BSD')
 depends=(dbus polkit systemd)
+makedepends=(git)
 install=rtkit.install
-source=(http://0pointer.de/public/$pkgname-$pkgver.tar.xz
-libsystemd.patch systemd205.patch
-0001-SECURITY-Pass-uid-of-caller-to-polkit.patch)
-md5sums=('a96c33b9827de66033d2311f82d79a5d'
- '35089c0a284005f4abcf45168415857e'
- '95195a70551057aca833da6bdbf2e35b'
- '70df212cba2a6366ff960b60d55858d3')
+_commit=417bb7d79b39ebf7dc799f2b4da62e3996b65542  # master
+source=("git+https://github.com/heftig/rtkit#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
 prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../libsystemd.patch
-  patch -Np1 -i ../systemd205.patch
-  patch -Np1 -i ../0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
-  autoreconf -fi
+  cd $pkgname
+  ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure \
 --prefix=/usr \
 --sbindir=/usr/bin \
@@ -41,7 +40,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 
   install -Dm644 org.freedesktop.RealtimeKit1.xml \

Deleted: libsystemd.patch
===
--- 

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

2016-10-04 Thread Jan Steffens
Date: Tuesday, October 4, 2016 @ 18:37:09
  Author: heftig
Revision: 277707

3.22.1-1

Modified:
  gnome-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 18:21:33 UTC (rev 277706)
+++ PKGBUILD2016-10-04 18:37:09 UTC (rev 277707)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-backgrounds
-pkgver=3.22.0
+pkgver=3.22.1
 pkgrel=1
 pkgdesc="Background images and data for GNOME"
 arch=(any)
@@ -10,7 +10,7 @@
 url="https://git.gnome.org/browse/gnome-backgrounds;
 license=('GPL')
 groups=('gnome')
-_commit=9e99714838f6fd0fa6e3919c1191e484a85868de
+_commit=c1d3e6debe425f811e9de7903eff80d199988575  # tags/3.22.1^0
 source=("git://git.gnome.org/gnome-backgrounds#commit=$_commit")
 sha256sums=('SKIP')
 


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

2016-10-04 Thread Gaëtan Bisson
Date: Tuesday, October 4, 2016 @ 18:21:33
  Author: bisson
Revision: 277706

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-04 18:21:01 UTC (rev 277705)
+++ extra-i686/PKGBUILD 2016-10-04 18:21:33 UTC (rev 277706)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Contributor: Eric Belanger <e...@archlinux.org>
-# Contributor: William Rea <sillywi...@gmail.com>
-
-pkgname=fontforge
-pkgver=20160404
-pkgrel=1
-pkgdesc='Outline and bitmap font editor'
-url='http://fontforge.github.io/'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('git')
-depends=('libtool' 'libxkbui' 'libxi'
- 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'libunicodenames' 
'zeromq'
- 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
-source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz;
-'http://fontforge.github.io/cidmaps.tgz')
-sha1sums=('ace3a019701391459623ea1f0860fb5de8f99977'
-  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBZMQ_LIBS=-lzmq
-   ./bootstrap --force
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-python-extension \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -d "${pkgdir}/usr/share/fontforge"
-   install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
-
-   install -d "${pkgdir}/usr/share/icons"
-   cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor"
-   rm -fr "${pkgdir}/usr/share/icons/hicolor/src"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 desktop/fontforge.desktop 
"${pkgdir}/usr/share/applications/fontforge.desktop"
-}

Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 277705, 
fontforge/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-04 18:21:33 UTC (rev 277706)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Eric Belanger <e...@archlinux.org>
+# Contributor: William Rea <sillywi...@gmail.com>
+
+pkgname=fontforge
+pkgver=20161004
+pkgrel=1
+pkgdesc='Outline and bitmap font editor'
+url='http://fontforge.github.io/'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('git')
+depends=('libtool' 'libxkbui' 'libxi'
+ 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'libunicodenames' 
'zeromq'
+ 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
+source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz;
+'http://fontforge.github.io/cidmaps.tgz')
+sha1sums=('5248f1938a2371fcd8a77eeb24a80e635b59d91a'
+  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBZMQ_LIBS=-lzmq
+   ./bootstrap --force
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-python-extension \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}/usr/share/fontforge"
+   install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
+
+   install -d "${pkgdir}/usr/share/icons"
+   cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor"
+   rm -fr "${pkgdir}/usr/share/icons/hicolor/src"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 desktop/fontforge.desktop 
"${pkgdir}/usr/share/applications/fontforge.desktop"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-04 18:21:01 UTC (rev 277705)
+++ extra-x86_64/PKGBUILD   2016-10-04 18:21:33 UTC (rev 277706)
@@ -1,47 +0,0 @@
-# $

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

2016-10-04 Thread Gaëtan Bisson
Date: Tuesday, October 4, 2016 @ 18:21:01
  Author: bisson
Revision: 277705

upstream update

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 18:17:03 UTC (rev 277704)
+++ PKGBUILD2016-10-04 18:21:01 UTC (rev 277705)
@@ -4,7 +4,7 @@
 # Contributor: William Rea <sillywi...@gmail.com>
 
 pkgname=fontforge
-pkgver=20160404
+pkgver=20161004
 pkgrel=1
 pkgdesc='Outline and bitmap font editor'
 url='http://fontforge.github.io/'
@@ -16,7 +16,7 @@
  'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
 source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz;
 'http://fontforge.github.io/cidmaps.tgz')
-sha1sums=('ace3a019701391459623ea1f0860fb5de8f99977'
+sha1sums=('5248f1938a2371fcd8a77eeb24a80e635b59d91a'
   'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
 
 build() {


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

2016-10-04 Thread Sergej Pupykin
Date: Tuesday, October 4, 2016 @ 18:20:37
  Author: spupykin
Revision: 191335

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 191334, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 191334, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
(from rev 191334, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-i686/hostapd.install
(from rev 191334, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 191334, hostapd/trunk/hostapd.service)
  hostapd/repos/community-i686/openvswitch.patch
(from rev 191334, hostapd/trunk/openvswitch.patch)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 191334, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 191334, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
(from rev 191334, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 191334, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 191334, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/openvswitch.patch
(from rev 191334, hostapd/trunk/openvswitch.patch)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-i686/openvswitch.patch
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service
  hostapd/repos/community-x86_64/openvswitch.patch

---+
 /PKGBUILD |  128 +++
 /config   |  196 +
 /hostapd-2.3-noscan.patch |  116 ++
 /hostapd.install  |6 
 /hostapd.service  |   20 +
 /openvswitch.patch|  306 
 community-i686/PKGBUILD   |   64 -
 community-i686/config |   98 
 community-i686/hostapd-2.3-noscan.patch   |   54 
 community-i686/hostapd.install|3 
 community-i686/hostapd.service|   10 
 community-i686/openvswitch.patch  |  153 --
 community-x86_64/PKGBUILD |   64 -
 community-x86_64/config   |   98 
 community-x86_64/hostapd-2.3-noscan.patch |   54 
 community-x86_64/hostapd.install  |3 
 community-x86_64/hostapd.service  |   10 
 community-x86_64/openvswitch.patch|  153 --
 18 files changed, 772 insertions(+), 764 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 18:20:10 UTC (rev 191334)
+++ community-i686/PKGBUILD 2016-10-04 18:20:37 UTC (rev 191335)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=hostapd
-pkgver=2.6
-pkgrel=1
-pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
-arch=('i686' 'x86_64')
-url="http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service
-   hostapd-2.3-noscan.patch
-   openvswitch.patch)
-md5sums=('eaa56dce9bd8f1d195eb62596eab34c7'
- '43c0ec1d8b4d4e46f468bc161bb05c4b'
- '380042b9cf4950e34ed34b3093ab9e7f'
- 'eaf8e48a9a63b5902fddadff2b8933fa'
- 'a0802a604ed957078da0e14863df74f0')
-
-prepare() {
-  cd $pkgname-$pkgver
-#  patch -p1 <$srcdir/hostapd-2.3-noscan.patch
-  patch -p1 <$srcdir/openvswitch.patch
-}
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-3.0)"
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
"$pkgdir/usr/lib/systemd/system/hostapd.service"
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  cd hostapd
-
-  # Binaries
-  install -d "$pkgdir/usr/bin"
-  install -t "$pkgdir/usr/bin" hostapd hostapd_cli
-
-  # Configuration
-  install -d "$pkgdir/etc/hostapd"
-  install -d "$pkgdir/usr/share/doc/hostapd"
-  install -m644 -t "$pkgdir/usr/share/doc/hostapd" \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages

[arch-commits] Commit in hostapd/trunk (PKGBUILD hostapd-2.3-noscan.patch)

2016-10-04 Thread Sergej Pupykin
Date: Tuesday, October 4, 2016 @ 18:20:10
  Author: spupykin
Revision: 191334

upgpkg: hostapd 2.6-2

upd

Modified:
  hostapd/trunk/PKGBUILD
  hostapd/trunk/hostapd-2.3-noscan.patch

--+
 PKGBUILD |6 +++---
 hostapd-2.3-noscan.patch |   40 ++--
 2 files changed, 25 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 17:46:39 UTC (rev 191333)
+++ PKGBUILD2016-10-04 18:20:10 UTC (rev 191334)
@@ -3,7 +3,7 @@
 
 pkgname=hostapd
 pkgver=2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
 arch=('i686' 'x86_64')
 url="http://w1.fi/hostapd/;
@@ -19,12 +19,12 @@
 md5sums=('eaa56dce9bd8f1d195eb62596eab34c7'
  '43c0ec1d8b4d4e46f468bc161bb05c4b'
  '380042b9cf4950e34ed34b3093ab9e7f'
- 'eaf8e48a9a63b5902fddadff2b8933fa'
+ 'f3875fc2ac90d9b99501d690a0988857'
  'a0802a604ed957078da0e14863df74f0')
 
 prepare() {
   cd $pkgname-$pkgver
-#  patch -p1 <$srcdir/hostapd-2.3-noscan.patch
+  patch -p1 <$srcdir/hostapd-2.3-noscan.patch
   patch -p1 <$srcdir/openvswitch.patch
 }
 

Modified: hostapd-2.3-noscan.patch
===
--- hostapd-2.3-noscan.patch2016-10-04 17:46:39 UTC (rev 191333)
+++ hostapd-2.3-noscan.patch2016-10-04 18:20:10 UTC (rev 191334)
@@ -1,6 +1,7 @@
 a/hostapd/config_file.c
-+++ b/hostapd/config_file.c
-@@ -2639,6 +2639,8 @@ static int hostapd_config_fill(struct ho
+diff -wbBur hostapd-2.6/hostapd/config_file.c 
hostapd-2.6.my/hostapd/config_file.c
+--- hostapd-2.6/hostapd/config_file.c  2016-10-02 21:51:11.0 +0300
 hostapd-2.6.my/hostapd/config_file.c   2016-10-04 21:14:04.986440035 
+0300
+@@ -2863,6 +2863,8 @@
}
  #endif /* CONFIG_IEEE80211W */
  #ifdef CONFIG_IEEE80211N
@@ -9,9 +10,10 @@
} else if (os_strcmp(buf, "ieee80211n") == 0) {
conf->ieee80211n = atoi(pos);
} else if (os_strcmp(buf, "ht_capab") == 0) {
 a/src/ap/ap_config.h
-+++ b/src/ap/ap_config.h
-@@ -576,6 +576,7 @@ struct hostapd_config {
+diff -wbBur hostapd-2.6/src/ap/ap_config.h hostapd-2.6.my/src/ap/ap_config.h
+--- hostapd-2.6/src/ap/ap_config.h 2016-10-02 21:51:11.0 +0300
 hostapd-2.6.my/src/ap/ap_config.h  2016-10-04 21:14:04.986440035 +0300
+@@ -664,6 +664,7 @@
  
int ht_op_mode_fixed;
u16 ht_capab;
@@ -18,21 +20,23 @@
 +  int noscan;
int ieee80211n;
int secondary_channel;
-   int require_ht;
 a/src/ap/hw_features.c
-+++ b/src/ap/hw_features.c
-@@ -690,7 +690,7 @@ static int ieee80211n_check_40mhz(struct
-   struct wpa_driver_scan_params params;
-   int ret;
+   int no_pri_sec_switch;
+diff -wbBur hostapd-2.6/src/ap/hw_features.c 
hostapd-2.6.my/src/ap/hw_features.c
+--- hostapd-2.6/src/ap/hw_features.c   2016-10-02 21:51:11.0 +0300
 hostapd-2.6.my/src/ap/hw_features.c2016-10-04 21:15:19.323105847 
+0300
+@@ -226,7 +226,7 @@
+ {
+   int pri_chan, sec_chan;
  
 -  if (!iface->conf->secondary_channel)
 +  if (!iface->conf->secondary_channel || iface->conf->noscan)
-   return 0; /* HT40 not used */
+   return 1; /* HT40 not used */
  
-   hostapd_set_state(iface, HAPD_IFACE_HT_SCAN);
 a/src/ap/ieee802_11_ht.c
-+++ b/src/ap/ieee802_11_ht.c
-@@ -220,6 +220,9 @@ void hostapd_2040_coex_action(struct hos
+   pri_chan = iface->conf->channel;
+diff -wbBur hostapd-2.6/src/ap/ieee802_11_ht.c 
hostapd-2.6.my/src/ap/ieee802_11_ht.c
+--- hostapd-2.6/src/ap/ieee802_11_ht.c 2016-10-02 21:51:11.0 +0300
 hostapd-2.6.my/src/ap/ieee802_11_ht.c  2016-10-04 21:14:04.989773368 
+0300
+@@ -244,6 +244,9 @@
if (!(iface->conf->ht_capab & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET))
return;
  
@@ -42,7 +46,7 @@
if (len < IEEE80211_HDRLEN + 2 + sizeof(*bc_ie))
return;
  
-@@ -317,6 +320,9 @@ void ht40_intolerant_add(struct hostapd_
+@@ -368,6 +371,9 @@
if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
return;
  


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

2016-10-04 Thread Gaëtan Bisson
Date: Tuesday, October 4, 2016 @ 18:17:03
  Author: bisson
Revision: 277704

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

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 277703, postfix/trunk/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 277703, postfix/trunk/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 277703, postfix/trunk/install)
  postfix/repos/extra-i686/service
(from rev 277703, postfix/trunk/service)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 277703, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 277703, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 277703, postfix/trunk/install)
  postfix/repos/extra-x86_64/service
(from rev 277703, postfix/trunk/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/service
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/service

+
 /PKGBUILD  |  202 +++
 /aliases.patch |   36 +++
 /install   |   32 ++
 /service   |   28 +
 extra-i686/PKGBUILD|  101 -
 extra-i686/aliases.patch   |   18 ---
 extra-i686/install |   16 ---
 extra-i686/service |   14 --
 extra-x86_64/PKGBUILD  |  101 -
 extra-x86_64/aliases.patch |   18 ---
 extra-x86_64/install   |   16 ---
 extra-x86_64/service   |   14 --
 12 files changed, 298 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-04 18:13:08 UTC (rev 277703)
+++ extra-i686/PKGBUILD 2016-10-04 18:17:03 UTC (rev 277704)
@@ -1,101 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.1.2
-pkgrel=1
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'service')
-sha1sums=('1595ca360c465d7e4f69a5722b4849de5a598e4f'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
--DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
--DHAS_LDAP
--DUSE_TLS
--DHAS_MYSQL -I/usr/include/mysql
--DHAS_PGSQL -I/usr/include/postgresql
--DHAS_SQLITE
--DHAS_CDB
--DDEF_COMMAND_DIR=\"/usr/bin\"
--DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
--DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
--DDEF_README_DIR=\"/usr/share/doc/postfix\"
--DDEF_MANPAGE_DIR=\"/usr/share/man\"
-'
-   AUXLIBS='
--lsasl2
--lldap -llber
--lssl -lcrypto
--lmysqlclient -lz -lm
--lpq
--lsqlite3 -lpthread
--lcdb
-'
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e 

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

2016-10-04 Thread Gaëtan Bisson
Date: Tuesday, October 4, 2016 @ 18:13:08
  Author: bisson
Revision: 277703

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 17:07:01 UTC (rev 277702)
+++ PKGBUILD2016-10-04 18:13:08 UTC (rev 277703)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('1595ca360c465d7e4f69a5722b4849de5a598e4f'
+sha1sums=('0c1d57a929c66fe57e6cd9d25bb7d05fc72363d0'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2016-10-04 Thread Jaroslav Lichtblau
Date: Tuesday, October 4, 2016 @ 17:46:39
  Author: jlichtblau
Revision: 191333

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

Added:
  gnome-commander/repos/community-i686/PKGBUILD
(from rev 191332, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-i686/gnome-commander.changelog
(from rev 191332, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-x86_64/PKGBUILD
(from rev 191332, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-x86_64/gnome-commander.changelog
(from rev 191332, gnome-commander/trunk/gnome-commander.changelog)
Deleted:
  gnome-commander/repos/community-i686/PKGBUILD
  gnome-commander/repos/community-i686/gnome-commander.changelog
  gnome-commander/repos/community-x86_64/PKGBUILD
  gnome-commander/repos/community-x86_64/gnome-commander.changelog

+
 /PKGBUILD  |   84 +++
 /gnome-commander.changelog |   76 
 community-i686/PKGBUILD|   42 -
 community-i686/gnome-commander.changelog   |   35 ---
 community-x86_64/PKGBUILD  |   42 -
 community-x86_64/gnome-commander.changelog |   35 ---
 6 files changed, 160 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 17:46:22 UTC (rev 191332)
+++ community-i686/PKGBUILD 2016-10-04 17:46:39 UTC (rev 191333)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-# Contributor: Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Johannes Sjolund 
-
-pkgname=gnome-commander
-pkgver=1.4.9
-pkgrel=1
-pkgdesc='Graphical two-pane filemanager for Gnome'
-arch=('i686' 'x86_64')
-url='http://gcmd.github.io/'
-license=('GPL')
-depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
-makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
-changelog=$pkgname.changelog
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('ee198277395348a8185f6222819b173271bdc0e496730c38e107f1360862db8f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Python 2 fix
-  for f in doc/*/gnome-commander.xml; do
-  sed -i 's:env python:env python2:' "$f"
-  done
-
-  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper --enable-python
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-  install -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
---domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
-  rm -rf "$pkgdir/etc/gconf/schemas/"
-}

Copied: gnome-commander/repos/community-i686/PKGBUILD (from rev 191332, 
gnome-commander/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-04 17:46:39 UTC (rev 191333)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Johannes Sjolund 
+
+pkgname=gnome-commander
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Graphical two-pane filemanager for Gnome'
+arch=('i686' 'x86_64')
+url='http://gcmd.github.io/'
+license=('GPL')
+depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+changelog=$pkgname.changelog
+source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d1703b7bf2fa4e357789688a810640060c5c6b16d9279a8979c42a4a255b3403')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Python 2 fix
+  for f in doc/*/gnome-commander.xml; do
+  sed -i 's:env python:env python2:' "$f"
+  done
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper --enable-python
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+  install -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+--domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
+  rm -rf "$pkgdir/etc/gconf/schemas/"
+}

Deleted: community-i686/gnome-commander.changelog
===
--- 

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

2016-10-04 Thread Jaroslav Lichtblau
Date: Tuesday, October 4, 2016 @ 17:46:22
  Author: jlichtblau
Revision: 191332

upgpkg: gnome-commander 1.6.0-1 - new upstream release

Modified:
  gnome-commander/trunk/PKGBUILD
  gnome-commander/trunk/gnome-commander.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 17:42:18 UTC (rev 191331)
+++ PKGBUILD2016-10-04 17:46:22 UTC (rev 191332)
@@ -6,7 +6,7 @@
 # Contributor: Johannes Sjolund 
 
 pkgname=gnome-commander
-pkgver=1.4.9
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='Graphical two-pane filemanager for Gnome'
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
 depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
 makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
 changelog=$pkgname.changelog
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('ee198277395348a8185f6222819b173271bdc0e496730c38e107f1360862db8f')
+source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d1703b7bf2fa4e357789688a810640060c5c6b16d9279a8979c42a4a255b3403')
 
 build() {
   cd "$pkgname-$pkgver"

Modified: gnome-commander.changelog
===
--- gnome-commander.changelog   2016-10-04 17:42:18 UTC (rev 191331)
+++ gnome-commander.changelog   2016-10-04 17:46:22 UTC (rev 191332)
@@ -1,3 +1,6 @@
+2016-10-04 Jaroslav Lichtblau 
+   * gnome-commander 1.6.0-1
+
 2016-09-30 Jaroslav Lichtblau 
* gnome-commander 1.4.9-1
 


[arch-commits] Commit in mustache-d (3 files)

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 17:42:18
  Author: arojas
Revision: 191331

archrelease: copy trunk to community-any

Added:
  mustache-d/repos/
  mustache-d/repos/community-any/
  mustache-d/repos/community-any/PKGBUILD
(from rev 191330, mustache-d/trunk/PKGBUILD)

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

Copied: mustache-d/repos/community-any/PKGBUILD (from rev 191330, 
mustache-d/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2016-10-04 17:42:18 UTC (rev 191331)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 188929 2016-09-07 12:50:30Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=mustache-d
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Moustache template engine for D"
+arch=(any)
+url="https://github.com/repeatedly/mustache-d;
+license=(custom:boost)
+depends=()
+makedepends=()
+source=($pkgname-$pkgver::"https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz;
 "http://www.boost.org/LICENSE_1_0.txt;)
+sha256sums=('b2ad2aa9b8461bd2dbde9c3fa68a91ff4164955a2e9eacdc17d54f0d4244f9e0'
+'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 src/mustache.d 
"$pkgdir"/usr/include/d/mustache-d/src/mustache.d
+  install -Dm644 "$srcdir"/LICENSE_1_0.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 17:41:36
  Author: arojas
Revision: 191330

Add mustache-d, appstream-generator makedependency

Added:
  mustache-d/
  mustache-d/trunk/
  mustache-d/trunk/PKGBUILD

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

Added: mustache-d/trunk/PKGBUILD
===
--- mustache-d/trunk/PKGBUILD   (rev 0)
+++ mustache-d/trunk/PKGBUILD   2016-10-04 17:41:36 UTC (rev 191330)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 188929 2016-09-07 12:50:30Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=mustache-d
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Moustache template engine for D"
+arch=(any)
+url="https://github.com/repeatedly/mustache-d;
+license=(custom:boost)
+depends=()
+makedepends=()
+source=($pkgname-$pkgver::"https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz;
 "http://www.boost.org/LICENSE_1_0.txt;)
+sha256sums=('b2ad2aa9b8461bd2dbde9c3fa68a91ff4164955a2e9eacdc17d54f0d4244f9e0'
+'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 src/mustache.d 
"$pkgdir"/usr/include/d/mustache-d/src/mustache.d
+  install -Dm644 "$srcdir"/LICENSE_1_0.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-10-04 Thread Jaroslav Lichtblau
Date: Tuesday, October 4, 2016 @ 17:31:19
  Author: jlichtblau
Revision: 191329

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

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

+
 /PKGBUILD  |   70 +++
 /yaz.changelog |   76 +++
 community-i686/PKGBUILD|   35 -
 community-i686/yaz.changelog   |   35 -
 community-x86_64/PKGBUILD  |   35 -
 community-x86_64/yaz.changelog |   35 -
 6 files changed, 146 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 17:31:03 UTC (rev 191328)
+++ community-i686/PKGBUILD 2016-10-04 17:31:19 UTC (rev 191329)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=yaz
-pkgver=5.16.0
-pkgrel=1
-pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
-arch=('i686' 'x86_64')
-url="http://www.indexdata.dk/yaz;
-license=('BSD')
-depends=('gnutls' 'libxslt' 'icu')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('46708320152c1475f6a5ee6f29903caa76121c2440123051546c1b3403c78686')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-shared=yaz
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#License
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-i686/PKGBUILD (from rev 191328, yaz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-04 17:31:19 UTC (rev 191329)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.17.0
+pkgrel=1
+pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
+arch=('i686' 'x86_64')
+url="http://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('gnutls' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('9b735f0f6bc11856bf4d26ef3b9f2a2b92225d29d37f2e0b66ca9ecbd40965a0')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#License
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/yaz.changelog
===
--- community-i686/yaz.changelog2016-10-04 17:31:03 UTC (rev 191328)
+++ community-i686/yaz.changelog2016-10-04 17:31:19 UTC (rev 191329)
@@ -1,35 +0,0 @@
-2016-04-30 Jaroslav Lichtblau 
-   * yaz 5.16.0-1
-
-2016-01-16 Jaroslav Lichtblau 
-   * yaz 5.15.2-1
-
-2015-12-04 Jaroslav Lichtblau 
-   * yaz 5.15.1-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * yaz 5.14.11-1
-
-2014-12-30 Jaroslav Lichtblau 
-   * yaz 5.7.2-1
-
-2014-10-21 Jaroslav Lichtblau 
-   * yaz 5.4.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-   * yaz 5.1.1-1
-
-2014-02-06 Jaroslav Lichtblau 
-   * yaz 5.0.12-1
-
-2013-10-25 Jaroslav Lichtblau 
-   * yaz 5.0.9-1
-
-2013-10-12 Jaroslav Lichtblau 
-   * yaz 5.0.1-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * yaz 4.2.54-1
-

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

2016-10-04 Thread Jaroslav Lichtblau
Date: Tuesday, October 4, 2016 @ 17:31:03
  Author: jlichtblau
Revision: 191328

upgpkg: yaz 5.17.0-1 - new upstream release

Modified:
  yaz/trunk/PKGBUILD
  yaz/trunk/yaz.changelog

---+
 PKGBUILD  |4 ++--
 yaz.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 17:24:52 UTC (rev 191327)
+++ PKGBUILD2016-10-04 17:31:03 UTC (rev 191328)
@@ -7,7 +7,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=yaz
-pkgver=5.16.0
+pkgver=5.17.0
 pkgrel=1
 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxslt' 'icu')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('46708320152c1475f6a5ee6f29903caa76121c2440123051546c1b3403c78686')
+sha256sums=('9b735f0f6bc11856bf4d26ef3b9f2a2b92225d29d37f2e0b66ca9ecbd40965a0')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: yaz.changelog
===
--- yaz.changelog   2016-10-04 17:24:52 UTC (rev 191327)
+++ yaz.changelog   2016-10-04 17:31:03 UTC (rev 191328)
@@ -1,3 +1,6 @@
+2016-10-04 Jaroslav Lichtblau 
+   * yaz 5.17.0-1
+
 2016-04-30 Jaroslav Lichtblau 
* yaz 5.16.0-1
 


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

2016-10-04 Thread Jaroslav Lichtblau
Date: Tuesday, October 4, 2016 @ 17:24:52
  Author: jlichtblau
Revision: 191327

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

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 191326, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 191326, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 191326, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 191326, 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 |  434 ++
 community-i686/PKGBUILD |   49 
 community-i686/qmmp.changelog   |  214 --
 community-x86_64/PKGBUILD   |   49 
 community-x86_64/qmmp.changelog |  214 --
 6 files changed, 532 insertions(+), 526 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 17:24:36 UTC (rev 191326)
+++ community-i686/PKGBUILD 2016-10-04 17:24:52 UTC (rev 191327)
@@ -1,49 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=1.1.3
-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
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('68076361efd4d3f9d0b103311a5a413aa043e460e9ff10677bfdd3a115575bdf')
-
-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 191326, 
qmmp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-04 17:24:52 UTC (rev 191327)
@@ -0,0 +1,49 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=1.1.4
+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-10-04 Thread Jaroslav Lichtblau
Date: Tuesday, October 4, 2016 @ 17:24:36
  Author: jlichtblau
Revision: 191326

upgpkg: qmmp 1.1.4-1 - new upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 17:12:42 UTC (rev 191325)
+++ PKGBUILD2016-10-04 17:24:36 UTC (rev 191326)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc="Qt5 based audio-player"
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
 'ffmpeg' 'libsamplerate' 'wavpack')
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('68076361efd4d3f9d0b103311a5a413aa043e460e9ff10677bfdd3a115575bdf')
+sha256sums=('8b48bd208506a9e98428480b1aa21daa96e3866b4cc3a11e8cb008ef564c13aa')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2016-10-04 17:12:42 UTC (rev 191325)
+++ qmmp.changelog  2016-10-04 17:24:36 UTC (rev 191326)
@@ -1,3 +1,6 @@
+2016-10-04 Jaroslav Lichtblau 
+   * qmmp 1.1.4-1
+
 2016-08-26 Jaroslav Lichtblau 
* qmmp 1.1.3-1
 


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

2016-10-04 Thread Jaroslav Lichtblau
Date: Tuesday, October 4, 2016 @ 17:12:42
  Author: jlichtblau
Revision: 191325

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 17:12:22 UTC (rev 191324)
+++ community-i686/PKGBUILD 2016-10-04 17:12:42 UTC (rev 191325)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Thomas Baechler 
-
-pkgname=ginac
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="C++ library for symbolic calculations"
-arch=('i686' 'x86_64')
-url='http://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
-source=(http://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ac9aa202b8b9683175a40b7a4d55f28616225291a4e2cbfe71378e0d02c944bd')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ginac/repos/community-i686/PKGBUILD (from rev 191324, 
ginac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-04 17:12:42 UTC (rev 191325)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Baechler 
+
+pkgname=ginac
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="C++ library for symbolic calculations"
+arch=('i686' 'x86_64')
+url='http://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
+source=(http://www.ginac.de/$pkgname-$pkgver.tar.bz2)
+sha256sums=('601b0d80d08a5c838514fbd4184b29212effc36a6fa602b73f0cd7708a0ea3f4')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-04 17:12:22 UTC (rev 191324)
+++ community-x86_64/PKGBUILD   2016-10-04 17:12:42 UTC (rev 191325)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Thomas Baechler 
-
-pkgname=ginac
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="C++ library for symbolic calculations"
-arch=('i686' 'x86_64')
-url='http://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
-source=(http://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ac9aa202b8b9683175a40b7a4d55f28616225291a4e2cbfe71378e0d02c944bd')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ginac/repos/community-x86_64/PKGBUILD (from rev 191324, 
ginac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-04 17:12:42 UTC (rev 191325)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Baechler 
+
+pkgname=ginac
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="C++ library for symbolic calculations"
+arch=('i686' 'x86_64')
+url='http://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')

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

2016-10-04 Thread Jaroslav Lichtblau
Date: Tuesday, October 4, 2016 @ 17:12:22
  Author: jlichtblau
Revision: 191324

upgpkg: ginac 1.7.1-1 - new upstream release

Modified:
  ginac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 16:53:58 UTC (rev 191323)
+++ PKGBUILD2016-10-04 17:12:22 UTC (rev 191324)
@@ -5,7 +5,7 @@
 # Contributor: Thomas Baechler 
 
 pkgname=ginac
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="C++ library for symbolic calculations"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cln')
 makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
 source=(http://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ac9aa202b8b9683175a40b7a4d55f28616225291a4e2cbfe71378e0d02c944bd')
+sha256sums=('601b0d80d08a5c838514fbd4184b29212effc36a6fa602b73f0cd7708a0ea3f4')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


[arch-commits] Commit in deluge/repos/extra-any (9 files)

2016-10-04 Thread Jan Steffens
Date: Tuesday, October 4, 2016 @ 17:07:01
  Author: heftig
Revision: 277702

archrelease: copy trunk to extra-any

Added:
  deluge/repos/extra-any/PKGBUILD
(from rev 277701, deluge/trunk/PKGBUILD)
  deluge/repos/extra-any/deluge-web.service
(from rev 277701, deluge/trunk/deluge-web.service)
  deluge/repos/extra-any/deluge.install
(from rev 277701, deluge/trunk/deluge.install)
  deluge/repos/extra-any/deluged.service
(from rev 277701, deluge/trunk/deluged.service)
  deluge/repos/extra-any/untag-build.patch
(from rev 277701, deluge/trunk/untag-build.patch)
Deleted:
  deluge/repos/extra-any/PKGBUILD
  deluge/repos/extra-any/deluge-web.service
  deluge/repos/extra-any/deluge.install
  deluge/repos/extra-any/deluged.service

+
 PKGBUILD   |  111 ++-
 deluge-web.service |   20 -
 deluge.install |   14 +++---
 deluged.service|   22 +-
 untag-build.patch  |   10 
 5 files changed, 95 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-04 17:06:15 UTC (rev 277701)
+++ PKGBUILD2016-10-04 17:07:01 UTC (rev 277702)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=deluge
-pkgver=1.3.13
-pkgrel=1
-pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
-arch=(any)
-url="http://deluge-torrent.org/;
-license=(GPL3)
-depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
- python2-chardet python2-setuptools)
-makedepends=(intltool pygtk librsvg python2-mako git)
-optdepends=('python2-notify: libnotify notifications'
-'pygtk: needed for gtk ui'
-'librsvg: needed for gtk ui'
-'python2-mako: needed for web ui')
-install=deluge.install
-_commit=226346311412c164cfb5e467d04b1ee8627bc015
-source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
-deluged.service deluge-web.service)
-sha256sums=('SKIP'
-'58a451bb6cf4fe6ff78a4fb71d51c5910340a2de032ff435c3c7365015ab538f'
-'c3f2d6ad5bc9de5ffd9973d92badbe04a9ecf12c0c575e13d505a96add03275a')
-
-prepare() {
-  cd $pkgname
-  sed -i '1s/python$/&2/' \
-deluge/ui/Win32IconImagePlugin.py \
-deluge/ui/web/gen_gettext.py
-}
-
-pkgver() {
-  cd $pkgname
-  git describe | sed 's/^deluge-//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 ../deluged.service 
"$pkgdir/usr/lib/systemd/system/deluged.service"
-  install -Dm644 ../deluge-web.service 
"$pkgdir/usr/lib/systemd/system/deluge-web.service"
-
-  install -d "$pkgdir/srv"
-  install -d -m 775 -o 125 -g 125 "$pkgdir/srv/deluge"
-}

Copied: deluge/repos/extra-any/PKGBUILD (from rev 277701, deluge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-04 17:07:01 UTC (rev 277702)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=deluge
+pkgver=1.3.13+2+g6c73105
+pkgrel=1
+pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
+arch=(any)
+url="http://deluge-torrent.org/;
+license=(GPL3)
+depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
+ python2-chardet python2-setuptools)
+makedepends=(intltool pygtk librsvg python2-mako git)
+optdepends=('python2-notify: libnotify notifications'
+'pygtk: needed for gtk ui'
+'librsvg: needed for gtk ui'
+'python2-mako: needed for web ui')
+install=deluge.install
+_commit=6c73105a7307508c8267614bfe0be9a34b9bfb36  # 1.3-stable
+source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
+untag-build.patch
+deluged.service deluge-web.service)
+sha256sums=('SKIP'
+'fbd17f13765f5560bab01a81a42aff0f2f757a4a6fa29379ae31d95b9721e4f2'
+'58a451bb6cf4fe6ff78a4fb71d51c5910340a2de032ff435c3c7365015ab538f'
+'c3f2d6ad5bc9de5ffd9973d92badbe04a9ecf12c0c575e13d505a96add03275a')
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../untag-build.patch
+  sed -i '1s/python$/&2/' \
+deluge/ui/Win32IconImagePlugin.py \
+deluge/ui/web/gen_gettext.py
+}
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/^deluge-//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 ../deluged.service 

[arch-commits] Commit in deluge/trunk (PKGBUILD untag-build.patch)

2016-10-04 Thread Jan Steffens
Date: Tuesday, October 4, 2016 @ 17:06:15
  Author: heftig
Revision: 277701

1.3.13+2+g6c73105-1

Added:
  deluge/trunk/untag-build.patch
Modified:
  deluge/trunk/PKGBUILD

---+
 PKGBUILD  |7 +--
 untag-build.patch |   10 ++
 2 files changed, 15 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 16:21:29 UTC (rev 277700)
+++ PKGBUILD2016-10-04 17:06:15 UTC (rev 277701)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=deluge
-pkgver=1.3.13
+pkgver=1.3.13+2+g6c73105
 pkgrel=1
 pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
 arch=(any)
@@ -18,15 +18,18 @@
 'librsvg: needed for gtk ui'
 'python2-mako: needed for web ui')
 install=deluge.install
-_commit=226346311412c164cfb5e467d04b1ee8627bc015
+_commit=6c73105a7307508c8267614bfe0be9a34b9bfb36  # 1.3-stable
 source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
+untag-build.patch
 deluged.service deluge-web.service)
 sha256sums=('SKIP'
+'fbd17f13765f5560bab01a81a42aff0f2f757a4a6fa29379ae31d95b9721e4f2'
 '58a451bb6cf4fe6ff78a4fb71d51c5910340a2de032ff435c3c7365015ab538f'
 'c3f2d6ad5bc9de5ffd9973d92badbe04a9ecf12c0c575e13d505a96add03275a')
 
 prepare() {
   cd $pkgname
+  patch -Np1 -i ../untag-build.patch
   sed -i '1s/python$/&2/' \
 deluge/ui/Win32IconImagePlugin.py \
 deluge/ui/web/gen_gettext.py

Added: untag-build.patch
===
--- untag-build.patch   (rev 0)
+++ untag-build.patch   2016-10-04 17:06:15 UTC (rev 277701)
@@ -0,0 +1,10 @@
+diff --git i/setup.cfg w/setup.cfg
+index 2dfe955fdbcb5f63..8d568e8ce4785fbb 100644
+--- i/setup.cfg
 w/setup.cfg
+@@ -1,5 +1,4 @@
+ [egg_info]
+-tag_build = -dev
+ tag_svn_revision = false
+ 
+ [build_docs]


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

2016-10-04 Thread Jaroslav Lichtblau
Date: Tuesday, October 4, 2016 @ 16:53:58
  Author: jlichtblau
Revision: 191323

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

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

--+
 /PKGBUILD|  182 +
 /syncthing-relaysrv.install  |8 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   24 +++
 community-i686/PKGBUILD  |   91 
 community-i686/syncthing-relaysrv.install|4 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |   12 -
 community-x86_64/PKGBUILD|   91 
 community-x86_64/syncthing-relaysrv.install  |4 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |   12 -
 18 files changed, 254 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 16:53:31 UTC (rev 191322)
+++ community-i686/PKGBUILD 2016-10-04 16:53:58 UTC (rev 191323)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.7
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('b485ff5ff5725cd8187f275ab54543f7719a8f4b5f4921419271e29d0479cfef'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd 

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

2016-10-04 Thread Jaroslav Lichtblau
Date: Tuesday, October 4, 2016 @ 16:53:31
  Author: jlichtblau
Revision: 191322

upgpkg: syncthing 0.14.8-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 16:22:54 UTC (rev 191321)
+++ PKGBUILD2016-10-04 16:53:31 UTC (rev 191322)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.7
+pkgver=0.14.8
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('b485ff5ff5725cd8187f275ab54543f7719a8f4b5f4921419271e29d0479cfef'
+sha256sums=('7f1e24895316f082b3c5ee084050ceb62df03b0414627e237625bb288d9a1c2c'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:22:54
  Author: arojas
Revision: 191321

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 191320, discover/trunk/PKGBUILD)
  discover/repos/community-testing-x86_64/
  discover/repos/community-testing-x86_64/PKGBUILD
(from rev 191320, 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 191320, 
discover/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-04 16:22:54 UTC (rev 191321)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.8.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 kirigami)
+makedepends=(extra-cmake-modules python plasma-framework)
+conflicts=(muon)
+replaces=(muon)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('98d3d35ce3a28f1f161a9db38fa7e5b7')
+
+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 191320, 
discover/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-10-04 16:22:54 UTC (rev 191321)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.8.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 kirigami)
+makedepends=(extra-cmake-modules python plasma-framework)
+conflicts=(muon)
+replaces=(muon)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('98d3d35ce3a28f1f161a9db38fa7e5b7')
+
+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-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:22:30
  Author: arojas
Revision: 191320

Update to 5.8.0

Modified:
  discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 15:59:18 UTC (rev 191319)
+++ PKGBUILD2016-10-04 16:22:30 UTC (rev 191320)
@@ -2,18 +2,18 @@
 # Maintainer: Antonio Rojas  
 
 pkgname=discover
-pkgver=5.7.5
+pkgver=5.8.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)
+depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data hicolor-icon-theme kirigami)
 makedepends=(extra-cmake-modules python plasma-framework)
 conflicts=(muon)
 replaces=(muon)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('e6fb355e76af797bb9d254437af5dd12')
+md5sums=('98d3d35ce3a28f1f161a9db38fa7e5b7')
 
 prepare() {
   mkdir -p build


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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:18:29
  Author: arojas
Revision: 277663

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

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

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

Copied: breeze/repos/kde-unstable-i686/PKGBUILD (from rev 277662, 
breeze/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:18:29 UTC (rev 277663)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.8.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=('1630c6cacced9c48b697aa78a406d0d7c3aa46fc164150636dc07f760dde853c'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-10-04 16:18:07 UTC (rev 277662)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:18:29 UTC (rev 277663)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-kde4')
-pkgver=5.8.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=('1630c6cacced9c48b697aa78a406d0d7c3aa46fc164150636dc07f760dde853c'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 

[arch-commits] Commit in breeze/repos (kde-unstable-i686)

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:18:07
  Author: arojas
Revision: 277662

Deleted:
  breeze/repos/kde-unstable-i686/


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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:17:28
  Author: arojas
Revision: 277661

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

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

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

Copied: breeze/repos/kde-unstable-i686/PKGBUILD (from rev 277660, 
breeze/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:17:28 UTC (rev 277661)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.8.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=('1630c6cacced9c48b697aa78a406d0d7c3aa46fc164150636dc07f760dde853c'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-10-04 16:16:58 UTC (rev 277660)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:17:28 UTC (rev 277661)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-kde4')
-pkgver=5.8.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=('1630c6cacced9c48b697aa78a406d0d7c3aa46fc164150636dc07f760dde853c'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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'
-

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:16:58
  Author: arojas
Revision: 277660

archrelease: copy trunk to kde-unstable-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-04 16:16:44 UTC (rev 277659)
+++ PKGBUILD2016-10-04 16:16:58 UTC (rev 277660)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-grub
-pkgver=5.7.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=('72bd4bfcbb2c88dc6ae0bbe65bdd45f53f855f1979a3723f4cfb47ddaac5d670'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277659, 
breeze-grub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-04 16:16:58 UTC (rev 277660)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-grub
+pkgver=5.8.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=('4ef792be56f37bb4325b2aa3947bf3cbc671af7a1e401a2eeaaa560b4d1d4afe'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:16:44
  Author: arojas
Revision: 277659

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

Added:
  breeze-gtk/repos/kde-unstable-i686/PKGBUILD
(from rev 277658, breeze-gtk/trunk/PKGBUILD)
  breeze-gtk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277658, breeze-gtk/trunk/PKGBUILD)
Deleted:
  breeze-gtk/repos/kde-unstable-i686/PKGBUILD
  breeze-gtk/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-10-04 16:16:27 UTC (rev 277658)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:16:44 UTC (rev 277659)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-gtk
-pkgver=5.7.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=('5a5ce03d76100559e207fe910fa572d7b351d14c19244d2d34e712ce062ac598'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277658, 
breeze-gtk/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:16:44 UTC (rev 277659)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.8.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=('c312832cc5a729af17ef017b4073318927de834db2fd6252bbacd09a1157f0d3'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:16:27 UTC (rev 277658)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:16:44 UTC (rev 277659)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-gtk
-pkgver=5.7.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=('5a5ce03d76100559e207fe910fa572d7b351d14c19244d2d34e712ce062ac598'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277658, 
breeze-gtk/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:16:44 UTC (rev 277659)
@@ -0,0 +1,38 @@

[arch-commits] Commit in perl-dbd-mysql/repos (4 files)

2016-10-04 Thread Felix Yan
Date: Tuesday, October 4, 2016 @ 16:16:17
  Author: felixonmars
Revision: 277657

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

Added:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
(from rev 277654, perl-dbd-mysql/trunk/PKGBUILD)
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD
(from rev 277655, perl-dbd-mysql/trunk/PKGBUILD)
Deleted:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-04 16:16:09 UTC (rev 277656)
+++ extra-i686/PKGBUILD 2016-10-04 16:16:17 UTC (rev 277657)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.036
-pkgrel=1
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/DBD-mysql/;
-depends=('libmariadbclient' 'perl-dbi')
-checkdepends=('mariadb' 'perl-test-deep')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('fdee1d8dc4ae54bc6cb7cd5a3f3d3342')
-
-build() {
-  cd DBD-mysql-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
-  make
-}
-
-check() {
-  cd DBD-mysql-$pkgver
-  mkdir -p /tmp/mysql_test
-  mysql_install_db \
- --basedir=/usr \
- --datadir=/tmp/mysql_test
-  mysqld -P 17999 \
- --socket=/tmp/socket.mysql \
- --datadir=/tmp/mysql_test &
-  sleep 10
-  DAEMON_PORT=$!
-  make test
-  kill -9 $DAEMON_PORT
-}
-
-package() {
-  cd DBD-mysql-$pkgver
-  make install DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-dbd-mysql/repos/extra-i686/PKGBUILD (from rev 277654, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-04 16:16:17 UTC (rev 277657)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: kevin 
+# Contributor: Eric Johnson 
+
+pkgname=perl-dbd-mysql
+pkgver=4.037
+pkgrel=1
+pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/DBD-mysql/;
+depends=('libmariadbclient' 'perl-dbi')
+checkdepends=('mariadb' 'perl-test-deep')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
+md5sums=('6f5405ed0c45c41cd761a0d42a9dff4d')
+
+build() {
+  cd DBD-mysql-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd DBD-mysql-$pkgver
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test &
+  sleep 10
+  DAEMON_PORT=$!
+  make test
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd DBD-mysql-$pkgver
+  make install DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-04 16:16:09 UTC (rev 277656)
+++ extra-x86_64/PKGBUILD   2016-10-04 16:16:17 UTC (rev 277657)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.036
-pkgrel=1
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'

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

2016-10-04 Thread Felix Yan
Date: Tuesday, October 4, 2016 @ 16:15:33
  Author: felixonmars
Revision: 277654

upgpkg: perl-dbd-mysql 4.037-1

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 16:15:33 UTC (rev 277653)
+++ PKGBUILD2016-10-04 16:15:33 UTC (rev 277654)
@@ -5,7 +5,7 @@
 # Contributor: Eric Johnson 
 
 pkgname=perl-dbd-mysql
-pkgver=4.036
+pkgver=4.037
 pkgrel=1
 pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 checkdepends=('mariadb' 'perl-test-deep')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('fdee1d8dc4ae54bc6cb7cd5a3f3d3342')
+md5sums=('6f5405ed0c45c41cd761a0d42a9dff4d')
 
 build() {
   cd DBD-mysql-$pkgver


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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:16:09
  Author: arojas
Revision: 277656

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-10-04 16:15:51 UTC (rev 277655)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:16:09 UTC (rev 277656)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.7.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=('27a6a3d09b44e8110ab3cf0f956148484ccb400bbdca4c7c78f00b82ee4eb29e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277655, 
kwallet-pam/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:16:09 UTC (rev 277656)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.8.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=('b0f99629a58297ead5a839baa97e71e805ae2cff635f871b34d772b515763883'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:15:51 UTC (rev 277655)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:16:09 UTC (rev 277656)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.7.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=('27a6a3d09b44e8110ab3cf0f956148484ccb400bbdca4c7c78f00b82ee4eb29e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build{,4}
-}
-

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:16:27
  Author: arojas
Revision: 277658

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

Added:
  kgamma5/repos/kde-unstable-i686/PKGBUILD
(from rev 277657, kgamma5/trunk/PKGBUILD)
  kgamma5/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277657, kgamma5/trunk/PKGBUILD)
Deleted:
  kgamma5/repos/kde-unstable-i686/PKGBUILD
  kgamma5/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-10-04 16:16:17 UTC (rev 277657)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:16:27 UTC (rev 277658)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kgamma5
-pkgver=5.7.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=('13fe9ecbf4a90a02125bee06041e21ce8d94a8bdad50d6a00fd6d23ccb3ae212'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277657, 
kgamma5/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:16:27 UTC (rev 277658)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.8.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=('81282e4f3dff3b76d94a4a968809e01e79326e413e86bcfb13f1fb455269d290'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:16:17 UTC (rev 277657)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:16:27 UTC (rev 277658)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kgamma5
-pkgver=5.7.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=('13fe9ecbf4a90a02125bee06041e21ce8d94a8bdad50d6a00fd6d23ccb3ae212'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277657, 
kgamma5/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ 

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:15:33
  Author: arojas
Revision: 277653

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

Added:
  kwayland-integration/repos/kde-unstable-i686/PKGBUILD
(from rev 277652, kwayland-integration/trunk/PKGBUILD)
  kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277652, kwayland-integration/trunk/PKGBUILD)
Deleted:
  kwayland-integration/repos/kde-unstable-i686/PKGBUILD
  kwayland-integration/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-10-04 16:15:13 UTC (rev 277652)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:15:33 UTC (rev 277653)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwayland-integration
-pkgver=5.7.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=('1a0752133dd15ab6480b0df4274d4ca46e38b8b2248b9499292abfa654a3bec1'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277652, 
kwayland-integration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:15:33 UTC (rev 277653)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.8.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=('78237f27cf0c6ad394e53c40a9476399da5abce103df94f5238e6cf1f692d75f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:15:13 UTC (rev 277652)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:15:33 UTC (rev 277653)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwayland-integration
-pkgver=5.7.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=('1a0752133dd15ab6480b0df4274d4ca46e38b8b2248b9499292abfa654a3bec1'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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
-}


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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:15:51
  Author: arojas
Revision: 277655

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

Added:
  user-manager/repos/kde-unstable-i686/PKGBUILD
(from rev 277654, user-manager/trunk/PKGBUILD)
  user-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277654, user-manager/trunk/PKGBUILD)
Deleted:
  user-manager/repos/kde-unstable-i686/PKGBUILD
  user-manager/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-10-04 16:15:33 UTC (rev 277654)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:15:51 UTC (rev 277655)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.7.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=('62648ebd7112b5352fbc9107b6dd10b369e3556813c6712ad85b9ab7ecf875be'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277654, 
user-manager/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:15:51 UTC (rev 277655)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.8.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=('e64df8a6ba87d1527bd45e912183039f24b4151f929a7f019243f9175344cf7f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:15:33 UTC (rev 277654)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:15:51 UTC (rev 277655)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.7.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=('62648ebd7112b5352fbc9107b6dd10b369e3556813c6712ad85b9ab7ecf875be'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 sddm-kcm/repos (4 files)

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:14:55
  Author: arojas
Revision: 277651

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

Added:
  sddm-kcm/repos/kde-unstable-i686/PKGBUILD
(from rev 277650, sddm-kcm/trunk/PKGBUILD)
  sddm-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277650, sddm-kcm/trunk/PKGBUILD)
Deleted:
  sddm-kcm/repos/kde-unstable-i686/PKGBUILD
  sddm-kcm/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-10-04 16:14:38 UTC (rev 277650)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:14:55 UTC (rev 277651)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.7.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=('51976df28bb93f37469d5773f50066366493392d8db8bb99674847e5f2c76f03'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277650, 
sddm-kcm/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:14:55 UTC (rev 277651)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.8.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=('6e2ed4618f7cbf2b835bebaa3f2eb4cb6c5878ffab9488b808760383e0d1c546'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:14:38 UTC (rev 277650)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:14:55 UTC (rev 277651)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.7.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=('51976df28bb93f37469d5773f50066366493392d8db8bb99674847e5f2c76f03'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:15:13
  Author: arojas
Revision: 277652

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

Added:
  plasma-sdk/repos/kde-unstable-i686/PKGBUILD
(from rev 277651, plasma-sdk/trunk/PKGBUILD)
  plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277651, plasma-sdk/trunk/PKGBUILD)
Deleted:
  plasma-sdk/repos/kde-unstable-i686/PKGBUILD
  plasma-sdk/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-10-04 16:14:55 UTC (rev 277651)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:15:13 UTC (rev 277652)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.7.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 kirigami)
-makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2 
kdevplatform kdelibs4support kdesignerplugin kdoctools)
-optdepends=('kdevplatform: for plasmate')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1f7db81c7f33dc4a019f88535b6f3d8951cdfff510688a63184bb14c4537a8e0'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277651, 
plasma-sdk/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:15:13 UTC (rev 277652)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.8.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 kirigami)
+makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2 
kdevplatform kdelibs4support kdesignerplugin kdoctools)
+optdepends=('kdevplatform: for plasmate')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a51a34d20801f19507191a0eae6805a38ae7c4743c64136c69ca16cc504197d9'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:14:55 UTC (rev 277651)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:15:13 UTC (rev 277652)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.7.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 kirigami)
-makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2 
kdevplatform kdelibs4support kdesignerplugin kdoctools)
-optdepends=('kdevplatform: for plasmate')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1f7db81c7f33dc4a019f88535b6f3d8951cdfff510688a63184bb14c4537a8e0'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:14:38
  Author: arojas
Revision: 277650

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

Added:
  ksshaskpass/repos/kde-unstable-i686/PKGBUILD
(from rev 277649, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/kde-unstable-i686/ksshaskpass.install
(from rev 277649, ksshaskpass/trunk/ksshaskpass.install)
  ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277649, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install
(from rev 277649, 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   |   84 ++
 /ksshaskpass.install|   10 +++
 kde-unstable-i686/PKGBUILD  |   42 ---
 kde-unstable-i686/ksshaskpass.install   |5 -
 kde-unstable-x86_64/PKGBUILD|   42 ---
 kde-unstable-x86_64/ksshaskpass.install |5 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-10-04 16:14:22 UTC (rev 277649)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:14:38 UTC (rev 277650)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: schuay 
-
-pkgname=ksshaskpass
-pkgver=5.7.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=('cd43f9337cdb6215013fb56b0db6590446d8e90950ef77369e33faa2075605a3'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277649, 
ksshaskpass/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:14:38 UTC (rev 277650)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.8.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=('4b1fdbd4edbbe65675e43556992982ee03d1c1c95fbd2c80f4003164558f74d2'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:14:22 UTC (rev 
277649)
+++ kde-unstable-i686/ksshaskpass.install   2016-10-04 16:14:38 UTC (rev 
277650)
@@ -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: 

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:14:22
  Author: arojas
Revision: 277649

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

Added:
  kscreen/repos/kde-unstable-i686/PKGBUILD
(from rev 277648, kscreen/trunk/PKGBUILD)
  kscreen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277648, kscreen/trunk/PKGBUILD)
Deleted:
  kscreen/repos/kde-unstable-i686/PKGBUILD
  kscreen/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-10-04 16:14:03 UTC (rev 277648)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:14:22 UTC (rev 277649)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kscreen
-pkgver=5.7.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=('75e5a9ca0aebb7a8d2f6046af0da8e35f35572407e47461bd628efd9e954509c'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277648, 
kscreen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:14:22 UTC (rev 277649)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kscreen
+pkgver=5.8.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=('fdfb6d8b98dc5c024809fc010db840f6f8f9a6a9e874c4396a30951cb1cbe1a6'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:14:03 UTC (rev 277648)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:14:22 UTC (rev 277649)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kscreen
-pkgver=5.7.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=('75e5a9ca0aebb7a8d2f6046af0da8e35f35572407e47461bd628efd9e954509c'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:13:45
  Author: arojas
Revision: 277647

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

Added:
  bluedevil/repos/kde-unstable-i686/PKGBUILD
(from rev 277646, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277646, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/kde-unstable-i686/PKGBUILD
  bluedevil/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-10-04 16:13:26 UTC (rev 277646)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:13:45 UTC (rev 277647)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=bluedevil
-pkgver=5.7.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=('9ec94e4f25ac64aca61d2bf2dc8c597f6b6fedf141001b0908f7f918d4f37be9'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277646, 
bluedevil/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:13:45 UTC (rev 277647)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.8.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=('a218440c232ffddd9852fbdf6bc37818b343509708f19107c53f4bc6c85aeae6'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:13:26 UTC (rev 277646)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:13:45 UTC (rev 277647)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=bluedevil
-pkgver=5.7.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})

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:14:03
  Author: arojas
Revision: 277648

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-10-04 16:13:45 UTC (rev 277647)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:14:03 UTC (rev 277648)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kde-gtk-config
-pkgver=5.7.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=('17f5406607b6022a434f6b4aae0d046ea861baeb99349f44c294e2c7d2b8db07'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277647, 
kde-gtk-config/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:14:03 UTC (rev 277648)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.8.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=('4c21983bbd952781666cb04810bfc150be3774b387be5174b51c7a42a36576ac'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:13:45 UTC (rev 277647)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:14:03 UTC (rev 277648)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kde-gtk-config
-pkgver=5.7.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')

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:13:26
  Author: arojas
Revision: 277646

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

Added:
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
(from rev 277645, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277645, kdeplasma-addons/trunk/PKGBUILD)
Deleted:
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
  kdeplasma-addons/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-10-04 16:13:08 UTC (rev 277645)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:13:26 UTC (rev 277646)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeplasma-addons
-pkgver=5.7.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=('b2f64e38c79a1f36839884572be467bcf35361c3b89f92d2e315966c382cfeb1'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277645, 
kdeplasma-addons/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:13:26 UTC (rev 277646)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.8.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=('6c6e72dc8cba0f3d37450fdcf28f6c243889aff6e78fe0e4e1e31de0d770c769'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:13:08 UTC (rev 277645)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:13:26 UTC (rev 277646)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeplasma-addons
-pkgver=5.7.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')

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:13:08
  Author: arojas
Revision: 277645

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

Added:
  kwrited/repos/kde-unstable-i686/PKGBUILD
(from rev 277644, kwrited/trunk/PKGBUILD)
  kwrited/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277644, kwrited/trunk/PKGBUILD)
Deleted:
  kwrited/repos/kde-unstable-i686/PKGBUILD
  kwrited/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-10-04 16:12:51 UTC (rev 277644)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:13:08 UTC (rev 277645)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kwrited
-pkgver=5.7.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=('d81a43f9d40341a3f2fb87682416d5b46ad680f864d7201070e7be0771085cd6'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277644, 
kwrited/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:13:08 UTC (rev 277645)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.8.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=('8ec5d9737f954751b20233a25b98595095a94c57c2dd4f82f03ae3a7c2722e82'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:12:51 UTC (rev 277644)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:13:08 UTC (rev 277645)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kwrited
-pkgver=5.7.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=('d81a43f9d40341a3f2fb87682416d5b46ad680f864d7201070e7be0771085cd6'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:12:51
  Author: arojas
Revision: 277644

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

Added:
  plasma-pa/repos/kde-unstable-i686/PKGBUILD
(from rev 277643, plasma-pa/trunk/PKGBUILD)
  plasma-pa/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277643, plasma-pa/trunk/PKGBUILD)
Deleted:
  plasma-pa/repos/kde-unstable-i686/PKGBUILD
  plasma-pa/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-10-04 16:12:32 UTC (rev 277643)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:12:51 UTC (rev 277644)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.7.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 gconf libcanberra)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c346258e0ab7748a2376e20fba497c4b44bf96053b37780aa9003bdb210a17f2'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277643, 
plasma-pa/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:12:51 UTC (rev 277644)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.8.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-gconf libcanberra)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5021ee7805699c351402e5ed31beacbac2936ba825e2a720c2d9d3dc7e53fa49'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:12:32 UTC (rev 277643)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:12:51 UTC (rev 277644)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.7.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 gconf libcanberra)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c346258e0ab7748a2376e20fba497c4b44bf96053b37780aa9003bdb210a17f2'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277643, 
plasma-pa/trunk/PKGBUILD)

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:12:32
  Author: arojas
Revision: 277643

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

Added:
  plasma-nm/repos/kde-unstable-i686/PKGBUILD
(from rev 277642, plasma-nm/trunk/PKGBUILD)
  plasma-nm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277642, plasma-nm/trunk/PKGBUILD)
Deleted:
  plasma-nm/repos/kde-unstable-i686/PKGBUILD
  plasma-nm/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-10-04 16:11:59 UTC (rev 277642)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:12:32 UTC (rev 277643)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.7.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=('426463efe7b6ca7eb7626cc84324c8e743a9cf828bc9b5ccd7517bcabeda88c0'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277642, 
plasma-nm/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:12:32 UTC (rev 277643)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.8.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=('f904d35dfb0c2fdbeb4bd02017d9b8efec8e2ca15541778691c619de4dc27fc3'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:11:59 UTC (rev 277642)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:12:32 UTC (rev 277643)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.7.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' 

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:11:59
  Author: arojas
Revision: 277642

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-10-04 16:11:06 UTC (rev 277641)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:11:59 UTC (rev 277642)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-desktop
-pkgver=5.7.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=('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'
-'powerdevil: power management'
-'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=('645b8e02d8f3238453111c4731e269352ffdddbb60f79554dd0eabfe482e28ec'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277641, 
plasma-desktop/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:11:59 UTC (rev 277642)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-desktop
+pkgver=5.8.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=('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'
+'powerdevil: power management'
+'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=('8b326b1eb16f5a464a85b0960e681ccfb642f2aca1c305d6742e5f11ea7a4bc7'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:11:06
  Author: arojas
Revision: 277641

archrelease: copy trunk to kde-unstable-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-04 16:10:52 UTC (rev 277640)
+++ PKGBUILD2016-10-04 16:11:06 UTC (rev 277641)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.7.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=('000200ba29dee4f00220091971bb585b3d950a42ea20802adfdc3236ea673754'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 
277640, plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-04 16:11:06 UTC (rev 277641)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.8.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=('4f94aef530c7b3845c2128a13097d1968b460b88b57a00b522c14e75f97bc7d9'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:10:52
  Author: arojas
Revision: 277640

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

Added:
  polkit-kde-agent/repos/kde-unstable-i686/PKGBUILD
(from rev 277639, polkit-kde-agent/trunk/PKGBUILD)
  polkit-kde-agent/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277639, polkit-kde-agent/trunk/PKGBUILD)
Deleted:
  polkit-kde-agent/repos/kde-unstable-i686/PKGBUILD
  polkit-kde-agent/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-10-04 16:10:34 UTC (rev 277639)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:10:52 UTC (rev 277640)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=polkit-kde-agent
-pkgver=5.7.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')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
-sha256sums=('cb0b33db0314be9036af05973eb857cff3b1041b70471e8e03786cf2edb2d644'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277639, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:10:52 UTC (rev 277640)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=polkit-kde-agent
+pkgver=5.8.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')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
+sha256sums=('7d1e00b3ff75145a7fdd0b50bb1dce9a0090da21dbf4d738f942ca84d76bba74'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:10:34 UTC (rev 277639)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:10:52 UTC (rev 277640)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=polkit-kde-agent
-pkgver=5.7.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')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:10:34
  Author: arojas
Revision: 277639

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

Added:
  powerdevil/repos/kde-unstable-i686/PKGBUILD
(from rev 277638, powerdevil/trunk/PKGBUILD)
  powerdevil/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277638, powerdevil/trunk/PKGBUILD)
Deleted:
  powerdevil/repos/kde-unstable-i686/PKGBUILD
  powerdevil/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-10-04 16:10:15 UTC (rev 277638)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:10:34 UTC (rev 277639)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.7.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=('e3342928bb22464d74107fdd24bad8fdf73aa3d9a2562d5594566d415b4bcf9e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277638, 
powerdevil/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:10:34 UTC (rev 277639)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.8.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=('8187e7782a10dd8fba766ab05aa24154ce332fa76273dd09dcb003657a60810e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:10:15 UTC (rev 277638)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:10:34 UTC (rev 277639)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.7.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=('e3342928bb22464d74107fdd24bad8fdf73aa3d9a2562d5594566d415b4bcf9e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:10:15
  Author: arojas
Revision: 277638

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

Added:
  kmenuedit/repos/kde-unstable-i686/PKGBUILD
(from rev 277637, kmenuedit/trunk/PKGBUILD)
  kmenuedit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277637, kmenuedit/trunk/PKGBUILD)
Deleted:
  kmenuedit/repos/kde-unstable-i686/PKGBUILD
  kmenuedit/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-10-04 16:09:57 UTC (rev 277637)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:10:15 UTC (rev 277638)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kmenuedit
-pkgver=5.7.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=('6d0bde480ac428670d762b13c0faa6c2a7d41d000edd391d6f49a12ed93a1600'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277637, 
kmenuedit/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:10:15 UTC (rev 277638)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.8.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=('d6f1ce719fcf0238ead9ce460b57e2bbd7d146caeba29a6e2b7a3b2b63c50446'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:09:57 UTC (rev 277637)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:10:15 UTC (rev 277638)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kmenuedit
-pkgver=5.7.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=('6d0bde480ac428670d762b13c0faa6c2a7d41d000edd391d6f49a12ed93a1600'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:09:57
  Author: arojas
Revision: 277637

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

Added:
  systemsettings/repos/kde-unstable-i686/PKGBUILD
(from rev 277636, systemsettings/trunk/PKGBUILD)
  systemsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277636, systemsettings/trunk/PKGBUILD)
Deleted:
  systemsettings/repos/kde-unstable-i686/PKGBUILD
  systemsettings/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-10-04 16:09:38 UTC (rev 277636)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:09:57 UTC (rev 277637)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.7.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=('fc8f1852286d5ef65c34a0e3f766accca7dc49d11dc4cd153d2ed6121d28410e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277636, 
systemsettings/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:09:57 UTC (rev 277637)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.8.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=('2cfc19caf04a93cd1360ce1c5f081e3b362ba4038969ca8ed05710796138c64d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:09:38 UTC (rev 277636)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:09:57 UTC (rev 277637)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.7.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=('fc8f1852286d5ef65c34a0e3f766accca7dc49d11dc4cd153d2ed6121d28410e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
-

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:09:38
  Author: arojas
Revision: 277636

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

Added:
  ksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 277635, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277635, ksysguard/trunk/PKGBUILD)
Deleted:
  ksysguard/repos/kde-unstable-i686/PKGBUILD
  ksysguard/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-10-04 16:09:18 UTC (rev 277635)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:09:38 UTC (rev 277636)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.7.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=('cc95acf4336a6d5f74e434bcc21d27df1c2720096c16909ed9ffbc06c67041ef'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277635, 
ksysguard/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:09:38 UTC (rev 277636)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.8.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=('df91f210baea22b1e8c0ecce8c3ab2dace0b143c4a52d9f9b9d1c178797f06b3'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:09:18 UTC (rev 277635)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:09:38 UTC (rev 277636)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.7.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=('cc95acf4336a6d5f74e434bcc21d27df1c2720096c16909ed9ffbc06c67041ef'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David 

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:09:18
  Author: arojas
Revision: 277635

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

Added:
  kinfocenter/repos/kde-unstable-i686/PKGBUILD
(from rev 277634, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/kde-unstable-i686/kcm-about-distrorc
(from rev 277634, kinfocenter/trunk/kcm-about-distrorc)
  kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277634, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc
(from rev 277634, 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  |   96 +++
 /kcm-about-distrorc|4 +
 kde-unstable-i686/PKGBUILD |   48 ---
 kde-unstable-i686/kcm-about-distrorc   |2 
 kde-unstable-x86_64/PKGBUILD   |   48 ---
 kde-unstable-x86_64/kcm-about-distrorc |2 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-10-04 16:09:01 UTC (rev 277634)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:09:18 UTC (rev 277635)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kinfocenter
-pkgver=5.7.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=('762e99f2d0f774bad0ffb44b2073d2db2ad31ca4ea32f8db36c4683c331ec137'
-'SKIP'
-'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e'
-'02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277634, 
kinfocenter/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:09:18 UTC (rev 277635)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.8.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=('dfd8a237a2081e41a006f1978190ec9954be6b5545eaba2bf8daa17958d2590a'
+'SKIP'
+'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e'
+'02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+ 

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:09:01
  Author: arojas
Revision: 277634

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

Added:
  khotkeys/repos/kde-unstable-i686/PKGBUILD
(from rev 277633, khotkeys/trunk/PKGBUILD)
  khotkeys/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277633, khotkeys/trunk/PKGBUILD)
Deleted:
  khotkeys/repos/kde-unstable-i686/PKGBUILD
  khotkeys/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-10-04 16:08:30 UTC (rev 277633)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:09:01 UTC (rev 277634)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.7.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')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d0ec21569ca39c9617e2a5f358acee57773ca6476d3d39390557040515a77f66'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277633, 
khotkeys/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:09:01 UTC (rev 277634)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.8.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')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e13dfac7bbf795ddaf2137f55647a7e5bcc16f7f54a15a68298cd4d8903e4c1b'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:08:30 UTC (rev 277633)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:09:01 UTC (rev 277634)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.7.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')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d0ec21569ca39c9617e2a5f358acee57773ca6476d3d39390557040515a77f66'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:08:30
  Author: arojas
Revision: 277633

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

Added:
  plasma-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 277632, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/kde-unstable-i686/kde.pam
(from rev 277632, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277632, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 277632, 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-i686/klipper-prison-5.25.patch
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam
  plasma-workspace/repos/kde-unstable-x86_64/klipper-prison-5.25.patch

---+
 /PKGBUILD |  190 
 /kde.pam  |   18 ++
 kde-unstable-i686/PKGBUILD|  101 
 kde-unstable-i686/kde.pam |9 -
 kde-unstable-i686/klipper-prison-5.25.patch   |  102 
 kde-unstable-x86_64/PKGBUILD  |  101 
 kde-unstable-x86_64/kde.pam   |9 -
 kde-unstable-x86_64/klipper-prison-5.25.patch |  102 
 8 files changed, 208 insertions(+), 424 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-10-04 16:08:13 UTC (rev 277632)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:08:30 UTC (rev 277633)
@@ -1,101 +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.7.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' '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=('c4ed7be1ae8495aab2330f60a8181bb3ad16941f6afb41af269470935c6599c6'
-'SKIP'
-'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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
-
-  sed -e 's|${KF5_MIN_VERSION}|5.25|g' -i klipper/CMakeLists.txt
-}
-
-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'
-  'kdepim-addons: displaying PIM events in the calendar')
-  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')
-
-  cd build/kuiserver
-  make 

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:08:13
  Author: arojas
Revision: 277632

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

Added:
  plasma-integration/repos/kde-unstable-i686/PKGBUILD
(from rev 277631, plasma-integration/trunk/PKGBUILD)
  plasma-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277631, plasma-integration/trunk/PKGBUILD)
Deleted:
  plasma-integration/repos/kde-unstable-i686/PKGBUILD
  plasma-integration/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-10-04 16:07:53 UTC (rev 277631)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:08:13 UTC (rev 277632)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=plasma-integration
-pkgver=5.7.95
-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-hack)
-makedepends=(extra-cmake-modules python breeze)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('734f9db2998843ddc8a5be6b854c521adac05cbe944cea9c4f553b806b83b493'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277631, 
plasma-integration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:08:13 UTC (rev 277632)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.8.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-hack)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c73fbcfc5f4784a0ad5bf26d16f95be3147a77b6f6b981043ba371f49737e7cc'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:07:53 UTC (rev 277631)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:08:13 UTC (rev 277632)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=plasma-integration
-pkgver=5.7.95
-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-hack)
-makedepends=(extra-cmake-modules python breeze)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('734f9db2998843ddc8a5be6b854c521adac05cbe944cea9c4f553b806b83b493'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
-

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:07:53
  Author: arojas
Revision: 277631

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

Added:
  milou/repos/kde-unstable-i686/PKGBUILD
(from rev 277630, milou/trunk/PKGBUILD)
  milou/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277630, milou/trunk/PKGBUILD)
Deleted:
  milou/repos/kde-unstable-i686/PKGBUILD
  milou/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-10-04 16:07:36 UTC (rev 277630)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:07:53 UTC (rev 277631)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.7.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=('c997df39c1e0873cb80170e7d65b074b7f01fefda7b87faf9ea0e9e1c492c6cc'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277630, 
milou/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:07:53 UTC (rev 277631)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.8.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=('9b700557933466f3d75c5d8973246b747197c2113589641024d7b6fa9160122a'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:07:36 UTC (rev 277630)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:07:53 UTC (rev 277631)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.7.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=('c997df39c1e0873cb80170e7d65b074b7f01fefda7b87faf9ea0e9e1c492c6cc'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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
-  

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:07:36
  Author: arojas
Revision: 277630

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

Added:
  libkscreen/repos/kde-unstable-i686/PKGBUILD
(from rev 277629, libkscreen/trunk/PKGBUILD)
  libkscreen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277629, libkscreen/trunk/PKGBUILD)
Deleted:
  libkscreen/repos/kde-unstable-i686/PKGBUILD
  libkscreen/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-10-04 16:07:17 UTC (rev 277629)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:07:36 UTC (rev 277630)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=libkscreen
-pkgver=5.7.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')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('eb7086e1cf895978e23bd18d3d8021de4e9b4282f0f2c471a041a4f6feea4b23'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277629, 
libkscreen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:07:36 UTC (rev 277630)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=libkscreen
+pkgver=5.8.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')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})
+sha256sums=('a962ee148e811c1be125ad8dd27db99abd9bac4e0feb57ede13ff0151d6bf82f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:07:17 UTC (rev 277629)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:07:36 UTC (rev 277630)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=libkscreen
-pkgver=5.7.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')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('eb7086e1cf895978e23bd18d3d8021de4e9b4282f0f2c471a041a4f6feea4b23'
-'SKIP')

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:07:17
  Author: arojas
Revision: 277629

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

Added:
  libksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 277628, libksysguard/trunk/PKGBUILD)
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277628, libksysguard/trunk/PKGBUILD)
Deleted:
  libksysguard/repos/kde-unstable-i686/PKGBUILD
  libksysguard/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-10-04 16:06:59 UTC (rev 277628)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:07:17 UTC (rev 277629)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.7.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')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c3c0e100f8309ea0704c5c1757bbef2ff2005e850b2b6da589b26cb9870b8b7a'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277628, 
libksysguard/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:07:17 UTC (rev 277629)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.8.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')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c63c06c0d680c7cb0831277d80815c07f366fded48ed805f4689d6866413d540'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:06:59 UTC (rev 277628)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:07:17 UTC (rev 277629)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.7.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')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c3c0e100f8309ea0704c5c1757bbef2ff2005e850b2b6da589b26cb9870b8b7a'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:06:59
  Author: arojas
Revision: 277628

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

Added:
  kde-cli-tools/repos/kde-unstable-i686/PKGBUILD
(from rev 277627, kde-cli-tools/trunk/PKGBUILD)
  kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277627, kde-cli-tools/trunk/PKGBUILD)
Deleted:
  kde-cli-tools/repos/kde-unstable-i686/PKGBUILD
  kde-cli-tools/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-10-04 16:06:33 UTC (rev 277627)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:06:59 UTC (rev 277628)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.7.95
-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')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dee0c2c41401ced2ff6d74850dcbf3ac9851d19eaab9f20b6610a466a74999a8'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277627, 
kde-cli-tools/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:06:59 UTC (rev 277628)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.8.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')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8561295ef8892d947a91b25cb4cddbb6c5cc40b39657a6cfc6fe4cfd98e728a6'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:06:33 UTC (rev 277627)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:06:59 UTC (rev 277628)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.7.95
-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')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dee0c2c41401ced2ff6d74850dcbf3ac9851d19eaab9f20b6610a466a74999a8'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # 

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:06:33
  Author: arojas
Revision: 277627

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

Added:
  kwin/repos/kde-unstable-i686/PKGBUILD
(from rev 277626, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277626, kwin/trunk/PKGBUILD)
Deleted:
  kwin/repos/kde-unstable-i686/PKGBUILD
  kwin/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-10-04 16:05:24 UTC (rev 277626)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:06:33 UTC (rev 277627)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.7.95
-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/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('37d5734afa9fa450d59ee423a60a8e3a738f6a4722cd64c86b725606b80763eb'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277626, 
kwin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:06:33 UTC (rev 277627)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.8.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=('0c9710a7959fde3c468e255c938c41d94f92458483a509e9c3cdfaca9d0b999e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 16:05:24 UTC (rev 277626)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:06:33 UTC (rev 277627)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.7.95
-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')

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:05:24
  Author: arojas
Revision: 277626

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-10-04 16:03:00 UTC (rev 277625)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:05:24 UTC (rev 277626)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-kde4')
-pkgver=5.7.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=('07beea6e26040e18a673f3a3e46e02a3c5aafba68206c25a2ddaf379a1c2b856'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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
-}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-10-04 16:03:00 UTC (rev 277625)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:05:24 UTC (rev 277626)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-kde4')
-pkgver=5.7.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=('07beea6e26040e18a673f3a3e46e02a3c5aafba68206c25a2ddaf379a1c2b856'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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'
-   

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:03:00
  Author: arojas
Revision: 277625

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-10-04 16:00:00 UTC (rev 277624)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:03:00 UTC (rev 277625)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgbase=oxygen
-pkgname=('oxygen' 'oxygen-kde4')
-pkgver=5.7.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=('047940a815bd84970fe05180e636df62fcc421d6edf06f8b3252dd1cb4dac30d'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277624, 
oxygen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:03:00 UTC (rev 277625)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-kde4')
+pkgver=5.8.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=('a0d607e54cdf2f4855e6ccaf3a9b5fcda8894207d1bd082efc85e461dbea'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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
+
+  # 

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 16:00:00
  Author: arojas
Revision: 277624

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

Added:
  kdecoration/repos/kde-unstable-i686/PKGBUILD
(from rev 277623, kdecoration/trunk/PKGBUILD)
  kdecoration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277623, kdecoration/trunk/PKGBUILD)
Deleted:
  kdecoration/repos/kde-unstable-i686/PKGBUILD
  kdecoration/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-10-04 15:59:42 UTC (rev 277623)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:00:00 UTC (rev 277624)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kdecoration
-pkgver=5.7.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')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('14ec8e2bf434cd62573d61d70955833b2fbf80f9570ac3afb337117d39f770ef'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277623, 
kdecoration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 16:00:00 UTC (rev 277624)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.8.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')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f95e2b6a40629ec432f36b8d11f0e53220e9d7d604788e843125dcf22e1d4b3d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 15:59:42 UTC (rev 277623)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 16:00:00 UTC (rev 277624)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kdecoration
-pkgver=5.7.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')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('14ec8e2bf434cd62573d61d70955833b2fbf80f9570ac3afb337117d39f770ef'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
-

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 15:59:42
  Author: arojas
Revision: 277623

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

Added:
  kscreenlocker/repos/kde-unstable-i686/PKGBUILD
(from rev 277622, kscreenlocker/trunk/PKGBUILD)
  kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277622, kscreenlocker/trunk/PKGBUILD)
Deleted:
  kscreenlocker/repos/kde-unstable-i686/PKGBUILD
  kscreenlocker/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-10-04 15:59:25 UTC (rev 277622)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 15:59:42 UTC (rev 277623)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.7.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=('14166977464d4aa94e5a61a49948e232305b9290245f366e75e662f97acb05ca'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277622, 
kscreenlocker/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 15:59:42 UTC (rev 277623)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.8.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=('fc771a797939eb1b76a8dba6bb02b7b59f6c41803f49a2331b38c32f226620c3'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 15:59:25 UTC (rev 277622)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 15:59:42 UTC (rev 277623)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.7.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=('14166977464d4aa94e5a61a49948e232305b9290245f366e75e662f97acb05ca'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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
-}

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

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 15:59:25
  Author: arojas
Revision: 277622

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

Added:
  kactivitymanagerd/repos/kde-unstable-i686/PKGBUILD
(from rev 277621, kactivitymanagerd/trunk/PKGBUILD)
  kactivitymanagerd/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277621, kactivitymanagerd/trunk/PKGBUILD)
Deleted:
  kactivitymanagerd/repos/kde-unstable-i686/PKGBUILD
  kactivitymanagerd/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-10-04 15:57:22 UTC (rev 277621)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 15:59:25 UTC (rev 277622)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kactivitymanagerd
-pkgver=5.7.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)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c7a1c5371135d7a59d3083c6df0ababbf573d8323338b4c179a61c7e5d2490bb'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 277621, 
kactivitymanagerd/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-10-04 15:59:25 UTC (rev 277622)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kactivitymanagerd
+pkgver=5.8.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)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9e773d25882e7d3bead8674130781222419a8a62dfd27c0046f43b930bf74ec2'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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-10-04 15:57:22 UTC (rev 277621)
+++ kde-unstable-x86_64/PKGBUILD2016-10-04 15:59:25 UTC (rev 277622)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kactivitymanagerd
-pkgver=5.7.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)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c7a1c5371135d7a59d3083c6df0ababbf573d8323338b4c179a61c7e5d2490bb'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  '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 

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

2016-10-04 Thread Alexander Rødseth
Date: Tuesday, October 4, 2016 @ 15:59:18
  Author: arodseth
Revision: 191319

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 15:54:19 UTC (rev 191318)
+++ community-i686/PKGBUILD 2016-10-04 15:59:18 UTC (rev 191319)
@@ -1,77 +0,0 @@
-# $Id: PKGBUILD 121061 2014-10-20 12:57:19Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Dominik Picheta 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jesus Alvarez 
-
-pkgname=nim
-pkgver=0.14.2
-pkgrel=2
-pkgdesc='Imperative, multi-paradigm, compiled programming language'
-arch=('x86_64' 'i686')
-url='http://nim-lang.org/'
-license=('MIT')
-makedepends=('git' 'glib2')
-options=('!emptydirs')
-source=("$pkgname::git://github.com/Araq/Nimrod.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  rm build/empty.txt && rmdir build
-  git clone --depth=1 git://github.com/nimrod-code/csources build
-  cd build
-  git checkout b39a1df
-}
-
-build() {
-  cd "$pkgname/build"
-
-  sh build.sh
-
-  cd ..
-  ./bin/nim c koch
-  ./koch boot -d:release -d:useGnuReadline
-
-  export PATH="$srcdir/$pkgname/bin:$PATH"
-
-  cd lib
-  nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
-
-  cd ../tools
-  nim c -d:release nimgrep.nim
-}
-
-package() {
-  cd "$pkgname"
-
-  export PATH="$srcdir/$pkgname/bin:$PATH"
-
-  ./koch install "$pkgdir"
-
-  install -d \
-"$pkgdir/usr/share/nim/doc" "$pkgdir/usr/lib/nim" \
-"$pkgdir/etc" "$pkgdir/usr/bin" "$pkgdir/usr/include"
-
-  cd "$pkgdir/nim"
-  mv lib/* "$pkgdir/usr/lib/nim/"
-  mv config/* "$pkgdir/etc/"
-  cp -a "$srcdir/$pkgname/lib/packages" "$pkgdir/usr/lib/nim/"
-  mv bin/* "$pkgdir/usr/bin/"
-
-  # Fix FS50252, unusual placement of header files
-  mv "$pkgdir/usr/lib/nim/"*.h "$pkgdir/usr/include/"
-
-  cd "$srcdir/$pkgname"
-  rm -r "$pkgdir/nim"
-  mv examples web doc/* "$pkgdir/usr/share/nim/doc/"
-  install -m644 lib/libnimrtl.so "$pkgdir/usr/lib/libnimrtl.so"
-  install -m755 tools/nimgrep "$pkgdir/usr/bin/"
-  install -Dm644 copying.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Fix FS#48118, related to the doc2 command
-  ln -s /usr/share/nim/doc "$pkgdir/usr/lib/nim/doc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nim/repos/community-i686/PKGBUILD (from rev 191318, nim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-04 15:59:18 UTC (rev 191319)
@@ -0,0 +1,77 @@
+# $Id: PKGBUILD 121061 2014-10-20 12:57:19Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Dominik Picheta 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Jesus Alvarez 
+
+pkgname=nim
+pkgver=0.15.0
+pkgrel=1
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
+arch=('x86_64' 'i686')
+url='http://nim-lang.org/'
+license=('MIT')
+makedepends=('git' 'glib2')
+options=('!emptydirs')
+source=("$pkgname::git://github.com/Araq/Nimrod.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  rm build/empty.txt && rmdir build
+  git clone --depth=1 git://github.com/nimrod-code/csources build
+  cd build
+  git checkout b39a1df
+}
+
+build() {
+  cd "$pkgname/build"
+
+  sh build.sh
+
+  cd ..
+  ./bin/nim c koch
+  ./koch boot -d:release -d:useGnuReadline
+
+  export PATH="$srcdir/$pkgname/bin:$PATH"
+
+  cd lib
+  nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
+
+  cd ../tools
+  nim c -d:release nimgrep.nim
+}
+
+package() {
+  cd "$pkgname"
+
+  export PATH="$srcdir/$pkgname/bin:$PATH"
+
+  ./koch install "$pkgdir"
+
+  install -d \
+"$pkgdir/usr/share/nim/doc" "$pkgdir/usr/lib/nim" \
+"$pkgdir/etc" "$pkgdir/usr/bin" "$pkgdir/usr/include"
+
+  cd "$pkgdir/nim"
+  mv lib/* "$pkgdir/usr/lib/nim/"
+  mv config/* "$pkgdir/etc/"
+  cp -a "$srcdir/$pkgname/lib/packages" "$pkgdir/usr/lib/nim/"
+  mv bin/* "$pkgdir/usr/bin/"
+
+  # Fix FS50252, unusual placement of header files
+  mv "$pkgdir/usr/lib/nim/"*.h "$pkgdir/usr/include/"
+
+  cd "$srcdir/$pkgname"
+  rm -r "$pkgdir/nim"
+  mv examples web doc/* "$pkgdir/usr/share/nim/doc/"
+  install -m644 lib/libnimrtl.so 

[arch-commits] Commit in (148 files)

2016-10-04 Thread Antonio Rojas
Date: Tuesday, October 4, 2016 @ 15:57:22
  Author: arojas
Revision: 277621

Plasma 5.8.0

Added:
  bluedevil/trunk/
  breeze-grub/trunk/
  breeze-gtk/trunk/
  breeze/trunk/
  kactivitymanagerd/trunk/
  kde-cli-tools/trunk/
  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/
  kwrited/trunk/
  libkscreen/trunk/
  libksysguard/trunk/
  milou/trunk/
  oxygen/trunk/
  plasma-desktop/trunk/
  plasma-integration/trunk/
  plasma-nm/trunk/
  plasma-pa/trunk/
  plasma-sdk/trunk/
  plasma-workspace-wallpapers/trunk/
  plasma-workspace/trunk/
  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-cli-tools/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
  kwin/trunk/PKGBUILD
  kwrited/trunk/PKGBUILD
  libkscreen/trunk/PKGBUILD
  libksysguard/trunk/PKGBUILD
  milou/trunk/PKGBUILD
  oxygen/trunk/PKGBUILD
  plasma-desktop/trunk/PKGBUILD
  plasma-integration/trunk/PKGBUILD
  plasma-nm/trunk/PKGBUILD
  plasma-pa/trunk/PKGBUILD
  plasma-sdk/trunk/PKGBUILD
  plasma-workspace-wallpapers/trunk/PKGBUILD
  plasma-workspace/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-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/
  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-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/
  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 |  230 +
 1 file changed, 112 insertions(+), 118 deletions(-)

Modified: bluedevil/trunk/PKGBUILD
===
--- bluedevil/kde-unstable/PKGBUILD 2016-10-04 13:23:42 UTC (rev 277620)
+++ bluedevil/trunk/PKGBUILD2016-10-04 15:57:22 UTC (rev 277621)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=bluedevil
-pkgver=5.7.95
+pkgver=5.8.0
 pkgrel=1
 epoch=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
@@ -16,8 +16,8 @@
 conflicts=('bluedevil-frameworks')
 replaces=('bluedevil-frameworks')
 groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9ec94e4f25ac64aca61d2bf2dc8c597f6b6fedf141001b0908f7f918d4f37be9'
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a218440c232ffddd9852fbdf6bc37818b343509708f19107c53f4bc6c85aeae6'
 'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan 

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

2016-10-04 Thread Alexander Rødseth
Date: Tuesday, October 4, 2016 @ 15:54:19
  Author: arodseth
Revision: 191318

upgpkg: nim 0.15.0-1

Modified:
  nim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 14:55:00 UTC (rev 191317)
+++ PKGBUILD2016-10-04 15:54:19 UTC (rev 191318)
@@ -5,8 +5,8 @@
 # Contributor: Jesus Alvarez 
 
 pkgname=nim
-pkgver=0.14.2
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
 pkgdesc='Imperative, multi-paradigm, compiled programming language'
 arch=('x86_64' 'i686')
 url='http://nim-lang.org/'


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

2016-10-04 Thread Florian Pritz
Date: Tuesday, October 4, 2016 @ 14:55:00
  Author: bluewind
Revision: 191317

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 14:54:55 UTC (rev 191316)
+++ community-i686/PKGBUILD 2016-10-04 14:55:00 UTC (rev 191317)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.21.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('5b76b43fa061fea69fc039976d4bab3c')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 191316, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-04 14:55:00 UTC (rev 191317)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-pugixml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('b7e180d4a017924f723a969d510d45b1')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-04 14:54:55 UTC (rev 191316)
+++ community-x86_64/PKGBUILD   2016-10-04 14:55:00 UTC (rev 191317)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.21.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('5b76b43fa061fea69fc039976d4bab3c')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 191316, 
filezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-04 14:55:00 UTC (rev 191317)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")

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

2016-10-04 Thread Florian Pritz
Date: Tuesday, October 4, 2016 @ 14:54:55
  Author: bluewind
Revision: 191316

upgpkg: filezilla 3.22.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 14:51:09 UTC (rev 191315)
+++ PKGBUILD2016-10-04 14:54:55 UTC (rev 191316)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.21.0
+pkgver=3.22.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('5b76b43fa061fea69fc039976d4bab3c')
+md5sums=('b7e180d4a017924f723a969d510d45b1')


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

2016-10-04 Thread Florian Pritz
Date: Tuesday, October 4, 2016 @ 14:50:55
  Author: bluewind
Revision: 191314

upgpkg: libfilezilla 0.7.1-1

upstream update

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 14:33:17 UTC (rev 191313)
+++ PKGBUILD2016-10-04 14:50:55 UTC (rev 191314)
@@ -2,7 +2,7 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.6.1
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
   cd "${srcdir}/$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('3d4728ce8949490b09198443e955c8b6')
+md5sums=('3e4765e085703a8f2dd076ac2cd1f84a')


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

2016-10-04 Thread Florian Pritz
Date: Tuesday, October 4, 2016 @ 14:51:09
  Author: bluewind
Revision: 191315

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 14:50:55 UTC (rev 191314)
+++ community-i686/PKGBUILD 2016-10-04 14:51:09 UTC (rev 191315)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://filezilla-project.org/;
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2;)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('3d4728ce8949490b09198443e955c8b6')

Copied: libfilezilla/repos/community-i686/PKGBUILD (from rev 191314, 
libfilezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-04 14:51:09 UTC (rev 191315)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://filezilla-project.org/;
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')
+source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2;)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('3e4765e085703a8f2dd076ac2cd1f84a')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-04 14:50:55 UTC (rev 191314)
+++ community-x86_64/PKGBUILD   2016-10-04 14:51:09 UTC (rev 191315)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://filezilla-project.org/;
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2;)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('3d4728ce8949490b09198443e955c8b6')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 191314, 
libfilezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-04 14:51:09 UTC (rev 191315)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://filezilla-project.org/;
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')

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

2016-10-04 Thread Evgeniy Alekseev
Date: Tuesday, October 4, 2016 @ 14:33:17
  Author: arcanis
Revision: 191313

archrelease: copy trunk to community-any

Added:
  pdfsam/repos/community-any/PKGBUILD
(from rev 191312, pdfsam/trunk/PKGBUILD)
  pdfsam/repos/community-any/pdfsam
(from rev 191312, pdfsam/trunk/pdfsam)
  pdfsam/repos/community-any/pdfsam.png
(from rev 191312, pdfsam/trunk/pdfsam.png)
Deleted:
  pdfsam/repos/community-any/PKGBUILD
  pdfsam/repos/community-any/pdfsam
  pdfsam/repos/community-any/pdfsam.png

--+
 PKGBUILD |  102 +
 pdfsam   |   72 +--
 2 files changed, 86 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-04 14:32:57 UTC (rev 191312)
+++ PKGBUILD2016-10-04 14:33:17 UTC (rev 191313)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Tom 
-
-pkgname=pdfsam
-pkgver=3.2.1
-_pkgver="${pkgver}.RELEASE"
-pkgrel=1
-pkgdesc="A free open source tool to split and merge pdf documents"
-arch=('any')
-url="http://www.pdfsam.org/;
-license=('AGPL3')
-depends=('java-environment>=8' 'java-openjfx>=8' 'sh')
-makedepends=('desktop-file-utils' 'gendesk')
-#optdepends=('java-openjfx: required if openjdk is used')
-source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip;
-"pdfsam"
-"pdfsam.png")
-md5sums=('fa30c0ef0b9fa25407064a49c0b707c6'
- 'e98c7828d1d8b4fdb7ba76c0e0f180db'
- '033e0e52c29624ce31d86b8a8b43adb6')
-
-prepare() {
-  # create *.desktop file
-  gendesk -f -n \
-  --pkgname="${pkgname}" \
-  --pkgdesc="${pkgdesk}" \
-  --name="PDFsam" \
-  --categories="Office"
-}
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/modules"
-  install -Dm644 "${pkgname}-${_pkgver}/pdfsam-community-${_pkgver}.jar" \
- "${pkgdir}/usr/share/java/${pkgname}/"
-  install -Dm755 "${pkgname}-${_pkgver}/bin/pdfsam.sh" \
- "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
-  install -Dm755 "${pkgname}-${_pkgver}/etc/logback.xml" \
- "${pkgdir}/usr/share/java/${pkgname}/etc/logback.xml"
-  install -Dm755 "${pkgname}-${_pkgver}/resources/splash.gif" \
- "${pkgdir}/usr/share/java/${pkgname}/resources/splash.gif"
-
-  # exec
-  install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
-
-  # desktop
-  install -Dm644 "pdfsam.png" "${pkgdir}/usr/share/pixmaps/pdfsam.png"
-  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}
-md5sums=('5f8d83f6d8818fafe68ee4222544662d'
- 'e98c7828d1d8b4fdb7ba76c0e0f180db'
- '033e0e52c29624ce31d86b8a8b43adb6')

Copied: pdfsam/repos/community-any/PKGBUILD (from rev 191312, 
pdfsam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-04 14:33:17 UTC (rev 191313)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Tom 
+
+pkgname=pdfsam
+pkgver=3.2.2
+_pkgver="${pkgver}.RELEASE"
+pkgrel=1
+pkgdesc="A free open source tool to split and merge pdf documents"
+arch=('any')
+url="http://www.pdfsam.org/;
+license=('AGPL3')
+depends=('java-environment>=8' 'java-openjfx>=8' 'sh')
+makedepends=('desktop-file-utils' 'gendesk')
+#optdepends=('java-openjfx: required if openjdk is used')
+source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip;
+"pdfsam"
+"pdfsam.png")
+
+prepare() {
+  # create *.desktop file
+  gendesk -f -n \
+  --pkgname="${pkgname}" \
+  --pkgdesc="${pkgdesk}" \
+  --name="PDFsam" \
+  --categories="Office"
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/modules"
+  install -Dm644 "${pkgname}-${_pkgver}/pdfsam-community-${_pkgver}.jar" \
+ "${pkgdir}/usr/share/java/${pkgname}/"
+  install -Dm755 "${pkgname}-${_pkgver}/bin/pdfsam.sh" \
+ "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
+  install -Dm755 "${pkgname}-${_pkgver}/etc/logback.xml" \
+ "${pkgdir}/usr/share/java/${pkgname}/etc/logback.xml"
+  install -Dm755 "${pkgname}-${_pkgver}/resources/splash.gif" \
+ "${pkgdir}/usr/share/java/${pkgname}/resources/splash.gif"
+
+  # exec
+  install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
+
+  # desktop
+  install -Dm644 "pdfsam.png" "${pkgdir}/usr/share/pixmaps/pdfsam.png"
+  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}
+
+md5sums=('478430fb5675e8f04d968af7b02139b8'
+ 'e98c7828d1d8b4fdb7ba76c0e0f180db'
+ '033e0e52c29624ce31d86b8a8b43adb6')

Deleted: pdfsam
===
--- pdfsam  2016-10-04 14:32:57 

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

2016-10-04 Thread Evgeniy Alekseev
Date: Tuesday, October 4, 2016 @ 14:32:57
  Author: arcanis
Revision: 191312

upgpkg: pdfsam 3.2.2-1

Modified:
  pdfsam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 12:20:36 UTC (rev 191311)
+++ PKGBUILD2016-10-04 14:32:57 UTC (rev 191312)
@@ -3,7 +3,7 @@
 # Contributor: Tom 
 
 pkgname=pdfsam
-pkgver=3.2.1
+pkgver=3.2.2
 _pkgver="${pkgver}.RELEASE"
 pkgrel=1
 pkgdesc="A free open source tool to split and merge pdf documents"
@@ -16,9 +16,6 @@
 
source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip;
 "pdfsam"
 "pdfsam.png")
-md5sums=('fa30c0ef0b9fa25407064a49c0b707c6'
- 'e98c7828d1d8b4fdb7ba76c0e0f180db'
- '033e0e52c29624ce31d86b8a8b43adb6')
 
 prepare() {
   # create *.desktop file
@@ -47,6 +44,7 @@
   install -Dm644 "pdfsam.png" "${pkgdir}/usr/share/pixmaps/pdfsam.png"
   install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
 }
-md5sums=('5f8d83f6d8818fafe68ee4222544662d'
+
+md5sums=('478430fb5675e8f04d968af7b02139b8'
  'e98c7828d1d8b4fdb7ba76c0e0f180db'
  '033e0e52c29624ce31d86b8a8b43adb6')


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

2016-10-04 Thread Massimiliano Torromeo
Date: Tuesday, October 4, 2016 @ 12:20:36
  Author: mtorromeo
Revision: 191311

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

Added:
  beats/repos/community-i686/PKGBUILD
(from rev 191310, beats/trunk/PKGBUILD)
  beats/repos/community-i686/filebeat.install
(from rev 191310, beats/trunk/filebeat.install)
  beats/repos/community-i686/filebeat.service
(from rev 191310, beats/trunk/filebeat.service)
  beats/repos/community-i686/filebeat.sysusers
(from rev 191310, beats/trunk/filebeat.sysusers)
  beats/repos/community-i686/packetbeat.service
(from rev 191310, beats/trunk/packetbeat.service)
  beats/repos/community-i686/topbeat.service
(from rev 191310, beats/trunk/topbeat.service)
  beats/repos/community-x86_64/PKGBUILD
(from rev 191310, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/filebeat.install
(from rev 191310, beats/trunk/filebeat.install)
  beats/repos/community-x86_64/filebeat.service
(from rev 191310, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 191310, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/packetbeat.service
(from rev 191310, beats/trunk/packetbeat.service)
  beats/repos/community-x86_64/topbeat.service
(from rev 191310, beats/trunk/topbeat.service)
Deleted:
  beats/repos/community-i686/PKGBUILD
  beats/repos/community-i686/filebeat.install
  beats/repos/community-i686/filebeat.service
  beats/repos/community-i686/filebeat.sysusers
  beats/repos/community-i686/packetbeat.service
  beats/repos/community-i686/topbeat.service
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/filebeat.install
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/packetbeat.service
  beats/repos/community-x86_64/topbeat.service

-+
 /PKGBUILD   |  216 ++
 /filebeat.install   |   50 +++
 /filebeat.service   |   22 +++
 /filebeat.sysusers  |2 
 /packetbeat.service |   20 +++
 /topbeat.service|   20 +++
 community-i686/PKGBUILD |  108 -
 community-i686/filebeat.install |   25 ---
 community-i686/filebeat.service |   11 -
 community-i686/filebeat.sysusers|1 
 community-i686/packetbeat.service   |   10 -
 community-i686/topbeat.service  |   10 -
 community-x86_64/PKGBUILD   |  108 -
 community-x86_64/filebeat.install   |   25 ---
 community-x86_64/filebeat.service   |   11 -
 community-x86_64/filebeat.sysusers  |1 
 community-x86_64/packetbeat.service |   10 -
 community-x86_64/topbeat.service|   10 -
 18 files changed, 330 insertions(+), 330 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 12:20:08 UTC (rev 191310)
+++ community-i686/PKGBUILD 2016-10-04 12:20:36 UTC (rev 191311)
@@ -1,108 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat topbeat)
-pkgver=1.2.3
-pkgrel=1
-pkgdesc='Open source data shippers for Elasticsearch'
-arch=('i686' 'x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go' 'git' 'libpcap')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz;
-"filebeat.install"
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"topbeat.service")
-sha256sums=('8eea85de415898c362144ba533062651d8891241c738799e54cc9b17040c1fc9'
-'337d78d9cb21745098c4cc75578f026e5a5819cd4d0575e3f4241f13370c0863'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'1b668b67134dcbca41193f7987371c6e9ead9853f3ebcb54d5c80a9d0b9decf0'
-'e45629a37d5c305efa26e2b6a68561528762081681e547e312bb058cbff76125'
-'ac768b039c699c63a3cda17518f3a2ec0481dff23e6366f6fb452c819bd5825b')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Makefile +'%Y-%m-%d %k:%M:%S')"
-touch -m -d "$_t" */Makefile
-
-# Workaround to place extracted release into GOPATH
-mkdir -p "$srcdir"/gopath/src/github.com/elastic
-ln -sf "$srcdir"/beats-$pkgver \
-"$srcdir"/gopath/src/github.com/elastic/beats
-}
-
-build() {
-export GOPATH="$srcdir"/gopath
-for beat in ${pkgname[@]}; do
-msg2 "Building $beat..."
-cd 

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

2016-10-04 Thread Massimiliano Torromeo
Date: Tuesday, October 4, 2016 @ 12:20:08
  Author: mtorromeo
Revision: 191310

upgpkg: beats 1.3.1-1

Modified:
  beats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 12:07:26 UTC (rev 191309)
+++ PKGBUILD2016-10-04 12:20:08 UTC (rev 191310)
@@ -3,7 +3,7 @@
 
 pkgbase=beats
 pkgname=(filebeat packetbeat topbeat)
-pkgver=1.2.3
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='Open source data shippers for Elasticsearch'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 "filebeat.service"
 "packetbeat.service"
 "topbeat.service")
-sha256sums=('8eea85de415898c362144ba533062651d8891241c738799e54cc9b17040c1fc9'
+sha256sums=('1d8e41b42a0b2dd59403795ff07cbfd8a9a76477731c38122aa9242b47b054e0'
 '337d78d9cb21745098c4cc75578f026e5a5819cd4d0575e3f4241f13370c0863'
 '33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
 '1b668b67134dcbca41193f7987371c6e9ead9853f3ebcb54d5c80a9d0b9decf0'


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

2016-10-04 Thread Sven-Hendrik Haase
Date: Tuesday, October 4, 2016 @ 12:07:26
  Author: svenstaro
Revision: 191309

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

Added:
  netdata/repos/community-i686/PKGBUILD
(from rev 191308, netdata/trunk/PKGBUILD)
  netdata/repos/community-i686/netdata.install
(from rev 191308, netdata/trunk/netdata.install)
  netdata/repos/community-x86_64/PKGBUILD
(from rev 191308, netdata/trunk/PKGBUILD)
  netdata/repos/community-x86_64/netdata.install
(from rev 191308, netdata/trunk/netdata.install)
Deleted:
  netdata/repos/community-i686/PKGBUILD
  netdata/repos/community-i686/netdata.install
  netdata/repos/community-x86_64/PKGBUILD
  netdata/repos/community-x86_64/netdata.install

--+
 /PKGBUILD|   84 +
 /netdata.install |   50 ++
 community-i686/PKGBUILD  |   42 --
 community-i686/netdata.install   |   25 ---
 community-x86_64/PKGBUILD|   42 --
 community-x86_64/netdata.install |   25 ---
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 12:07:13 UTC (rev 191308)
+++ community-i686/PKGBUILD 2016-10-04 12:07:26 UTC (rev 191309)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=netdata
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web."
-url="https://github.com/firehol/netdata/wiki;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libmnl' 'libnetfilter_acct' 'zlib')
-optdepends=('nodejs: Webbox plugin'
-'lm_sensors: sensors module')
-source=("https://firehol.org/download/netdata/releases/v$pkgver/netdata-$pkgver.tar.xz;)
-backup=('etc/netdata/netdata.conf' 'etc/netdata/charts.d.conf' 
'etc/netdata/apps_groups.conf')
-install="$pkgname.install"
-md5sums=('f2854aa2e127a1c9f86366f17524c382')
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   ./autogen.sh
-   ./configure \
-   --prefix="/usr" \
-   --sbindir="/usr/bin" \
-   --sysconfdir="/etc" \
-   --libexecdir="/usr/lib" \
-   --localstatedir="/var" \
-   --with-zlib --with-math --with-user=netdata
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-
-   touch "$pkgdir/etc/netdata/netdata.conf"
-
-   install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
-}
-

Copied: netdata/repos/community-i686/PKGBUILD (from rev 191308, 
netdata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-04 12:07:26 UTC (rev 191309)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=netdata
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web."
+url="https://github.com/firehol/netdata/wiki;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmnl' 'libnetfilter_acct' 'zlib')
+optdepends=('nodejs: Webbox plugin'
+'lm_sensors: sensors module')
+source=("https://firehol.org/download/netdata/releases/v$pkgver/netdata-$pkgver.tar.xz;)
+backup=('etc/netdata/netdata.conf' 'etc/netdata/charts.d.conf' 
'etc/netdata/apps_groups.conf')
+install="$pkgname.install"
+md5sums=('fd4928e440eece6a80af8627a5d9a235')
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   ./autogen.sh
+   ./configure \
+   --prefix="/usr" \
+   --sbindir="/usr/bin" \
+   --sysconfdir="/etc" \
+   --libexecdir="/usr/lib" \
+   --localstatedir="/var" \
+   --with-zlib --with-math --with-user=netdata
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+
+   touch "$pkgdir/etc/netdata/netdata.conf"
+
+   install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
+}
+

Deleted: community-i686/netdata.install
===
--- community-i686/netdata.install  2016-10-04 12:07:13 UTC (rev 191308)
+++ community-i686/netdata.install  2016-10-04 12:07:26 UTC (rev 191309)
@@ -1,25 +0,0 @@
-chown_netdata() {
-   chown -R netdata:netdata /var/log/netdata
-   chown -R netdata:netdata /var/cache/netdata
-   chown -R netdata:netdata /usr/share/netdata/web
-   chown -R netdata:netdata /etc/netdata
-}
-
-post_install() {
-   getent group netdata > /dev/null || groupadd -g 134 netdata 1>/dev/null
-   getent passwd netdata > 

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

2016-10-04 Thread Sven-Hendrik Haase
Date: Tuesday, October 4, 2016 @ 12:07:13
  Author: svenstaro
Revision: 191308

upgpkg: netdata 1.4.0-1

upstream release 1.4.0

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 11:09:22 UTC (rev 191307)
+++ PKGBUILD2016-10-04 12:07:13 UTC (rev 191308)
@@ -2,8 +2,8 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=netdata
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web."
 url="https://github.com/firehol/netdata/wiki;
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 
source=("https://firehol.org/download/netdata/releases/v$pkgver/netdata-$pkgver.tar.xz;)
 backup=('etc/netdata/netdata.conf' 'etc/netdata/charts.d.conf' 
'etc/netdata/apps_groups.conf')
 install="$pkgname.install"
-md5sums=('f2854aa2e127a1c9f86366f17524c382')
+md5sums=('fd4928e440eece6a80af8627a5d9a235')
 
 build() {
cd "$pkgname-$pkgver"


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

2016-10-04 Thread Sergej Pupykin
Date: Tuesday, October 4, 2016 @ 11:08:54
  Author: spupykin
Revision: 191306

upgpkg: hostapd 2.6-1

upd

Modified:
  hostapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 11:08:50 UTC (rev 191305)
+++ PKGBUILD2016-10-04 11:08:54 UTC (rev 191306)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=hostapd
-pkgver=2.5
-pkgrel=2
+pkgver=2.6
+pkgrel=1
 pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
 arch=('i686' 'x86_64')
 url="http://w1.fi/hostapd/;
@@ -16,7 +16,7 @@
hostapd.service
hostapd-2.3-noscan.patch
openvswitch.patch)
-md5sums=('69f9cec3f76d74f402864a43e4f8624f'
+md5sums=('eaa56dce9bd8f1d195eb62596eab34c7'
  '43c0ec1d8b4d4e46f468bc161bb05c4b'
  '380042b9cf4950e34ed34b3093ab9e7f'
  'eaf8e48a9a63b5902fddadff2b8933fa'
@@ -24,7 +24,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -p1 <$srcdir/hostapd-2.3-noscan.patch
+#  patch -p1 <$srcdir/hostapd-2.3-noscan.patch
   patch -p1 <$srcdir/openvswitch.patch
 }
 


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

2016-10-04 Thread Sergej Pupykin
Date: Tuesday, October 4, 2016 @ 11:08:50
  Author: spupykin
Revision: 191305

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

Added:
  bcg729/repos/community-i686/PKGBUILD
(from rev 191304, bcg729/trunk/PKGBUILD)
  bcg729/repos/community-x86_64/PKGBUILD
(from rev 191304, bcg729/trunk/PKGBUILD)
Deleted:
  bcg729/repos/community-i686/PKGBUILD
  bcg729/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-10-04 11:08:33 UTC (rev 191304)
+++ community-i686/PKGBUILD 2016-10-04 11:08:50 UTC (rev 191305)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
-   
"$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790;)
-md5sums=('c4dc6c09c71850f0b392772f519f1d19'
- 'a7139d23ecc928e94715b11c90b460d2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/$pkgname-old-api.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 191304, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-04 11:08:50 UTC (rev 191305)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
+   
"$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790;)
+md5sums=('c4dc6c09c71850f0b392772f519f1d19'
+ 'a7139d23ecc928e94715b11c90b460d2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/$pkgname-old-api.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-04 11:08:33 UTC (rev 191304)
+++ community-x86_64/PKGBUILD   2016-10-04 11:08:50 UTC (rev 191305)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
-   
"$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790;)
-md5sums=('c4dc6c09c71850f0b392772f519f1d19'
- 'a7139d23ecc928e94715b11c90b460d2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/$pkgname-old-api.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: bcg729/repos/community-x86_64/PKGBUILD (from rev 191304, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-04 11:08:50 UTC (rev 191305)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
+   
"$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790;)
+md5sums=('c4dc6c09c71850f0b392772f519f1d19'
+ 'a7139d23ecc928e94715b11c90b460d2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/$pkgname-old-api.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install

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

2016-10-04 Thread Sergej Pupykin
Date: Tuesday, October 4, 2016 @ 11:09:22
  Author: spupykin
Revision: 191307

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 191306, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 191306, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
(from rev 191306, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-i686/hostapd.install
(from rev 191306, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 191306, hostapd/trunk/hostapd.service)
  hostapd/repos/community-i686/openvswitch.patch
(from rev 191306, hostapd/trunk/openvswitch.patch)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 191306, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 191306, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
(from rev 191306, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 191306, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 191306, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/openvswitch.patch
(from rev 191306, hostapd/trunk/openvswitch.patch)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-i686/openvswitch.patch
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service
  hostapd/repos/community-x86_64/openvswitch.patch

---+
 /PKGBUILD |  128 +++
 /config   |  196 +
 /hostapd-2.3-noscan.patch |  108 +
 /hostapd.install  |6 
 /hostapd.service  |   20 +
 /openvswitch.patch|  306 
 community-i686/PKGBUILD   |   64 -
 community-i686/config |   98 
 community-i686/hostapd-2.3-noscan.patch   |   54 
 community-i686/hostapd.install|3 
 community-i686/hostapd.service|   10 
 community-i686/openvswitch.patch  |  153 --
 community-x86_64/PKGBUILD |   64 -
 community-x86_64/config   |   98 
 community-x86_64/hostapd-2.3-noscan.patch |   54 
 community-x86_64/hostapd.install  |3 
 community-x86_64/hostapd.service  |   10 
 community-x86_64/openvswitch.patch|  153 --
 18 files changed, 764 insertions(+), 764 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 11:08:54 UTC (rev 191306)
+++ community-i686/PKGBUILD 2016-10-04 11:09:22 UTC (rev 191307)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=hostapd
-pkgver=2.5
-pkgrel=2
-pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
-arch=('i686' 'x86_64')
-url="http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service
-   hostapd-2.3-noscan.patch
-   openvswitch.patch)
-md5sums=('69f9cec3f76d74f402864a43e4f8624f'
- '43c0ec1d8b4d4e46f468bc161bb05c4b'
- '380042b9cf4950e34ed34b3093ab9e7f'
- 'eaf8e48a9a63b5902fddadff2b8933fa'
- 'a0802a604ed957078da0e14863df74f0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 <$srcdir/hostapd-2.3-noscan.patch
-  patch -p1 <$srcdir/openvswitch.patch
-}
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-3.0)"
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
"$pkgdir/usr/lib/systemd/system/hostapd.service"
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  cd hostapd
-
-  # Binaries
-  install -d "$pkgdir/usr/bin"
-  install -t "$pkgdir/usr/bin" hostapd hostapd_cli
-
-  # Configuration
-  install -d "$pkgdir/etc/hostapd"
-  install -d "$pkgdir/usr/share/doc/hostapd"
-  install -m644 -t "$pkgdir/usr/share/doc/hostapd" \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
- 

  1   2   >