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

2015-12-12 Thread Felix Yan
Date: Sunday, December 13, 2015 @ 06:23:15
  Author: fyan
Revision: 153148

upgpkg: pigar 0.6.7-1

Modified:
  pigar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-13 01:17:28 UTC (rev 153147)
+++ PKGBUILD2015-12-13 05:23:15 UTC (rev 153148)
@@ -3,7 +3,7 @@
 
 pkgbase=pigar
 pkgname=("$pkgbase" "python2-$pkgbase")
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
 arch=('any')


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

2015-12-12 Thread Felix Yan
Date: Sunday, December 13, 2015 @ 06:23:55
  Author: fyan
Revision: 153150

upgpkg: python-keyring 5.7.1-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-13 05:23:42 UTC (rev 153149)
+++ PKGBUILD2015-12-13 05:23:55 UTC (rev 153150)
@@ -8,7 +8,7 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=5.7
+pkgver=5.7.1
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -19,7 +19,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
   'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
   'kdebindings-python' 'kdebindings-python2' 'python2-gdata' 
'python-fs' 'python2-fs')
-md5sums=('14bf562b4a102ba4ff7739327da0fa2a')
+md5sums=('c1e0e5f00686f0ed118573ff47dfbaf8')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}


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

2015-12-12 Thread Felix Yan
Date: Sunday, December 13, 2015 @ 06:23:42
  Author: fyan
Revision: 153149

archrelease: copy trunk to community-any

Added:
  pigar/repos/community-any/PKGBUILD
(from rev 153148, pigar/trunk/PKGBUILD)
Deleted:
  pigar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-13 05:23:15 UTC (rev 153148)
+++ PKGBUILD2015-12-13 05:23:42 UTC (rev 153149)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=pigar
-pkgname=("$pkgbase" "python2-$pkgbase")
-pkgver=0.6.6
-pkgrel=1
-pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
-arch=('any')
-url="https://github.com/Damnever/pigar;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-colorama' 
'python2-colorama'
- 'python2-futures' 'git')
-source=("git+https://github.com/Damnever/${pkgbase}.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a $pkgbase{,-py2}
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  python -m unittest discover pigar/tests/ -t . -v
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 -m unittest discover pigar/tests/ -t . -v
-}
-
-package_pigar() {
-  depends=('python-setuptools' 'python-colorama')
-
-  cd $pkgbase
-  python3 setup.py install -O1 --root="$pkgdir/"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pigar() {
-  depends=('python2-setuptools' 'python2-colorama' 'python2-futures')
-
-  cd $pkgbase-py2
-  python2 setup.py install -O1 --root="$pkgdir/"
-  mv "$pkgdir/usr/bin/pigar" "$pkgdir/usr/bin/pigar2"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pigar/repos/community-any/PKGBUILD (from rev 153148, 
pigar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-13 05:23:42 UTC (rev 153149)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=pigar
+pkgname=("$pkgbase" "python2-$pkgbase")
+pkgver=0.6.7
+pkgrel=1
+pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
+arch=('any')
+url="https://github.com/Damnever/pigar;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-colorama' 
'python2-colorama'
+ 'python2-futures' 'git')
+source=("git+https://github.com/Damnever/${pkgbase}.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a $pkgbase{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  python -m unittest discover pigar/tests/ -t . -v
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 -m unittest discover pigar/tests/ -t . -v
+}
+
+package_pigar() {
+  depends=('python-setuptools' 'python-colorama')
+
+  cd $pkgbase
+  python3 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pigar() {
+  depends=('python2-setuptools' 'python2-colorama' 'python2-futures')
+
+  cd $pkgbase-py2
+  python2 setup.py install -O1 --root="$pkgdir/"
+  mv "$pkgdir/usr/bin/pigar" "$pkgdir/usr/bin/pigar2"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-12 Thread Felix Yan
Date: Sunday, December 13, 2015 @ 06:24:19
  Author: fyan
Revision: 153151

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-13 05:23:55 UTC (rev 153150)
+++ PKGBUILD2015-12-13 05:24:19 UTC (rev 153151)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-pkgname=('python-keyring' 'python2-keyring')
-pkgver=5.7
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="http://pypi.python.org/pypi/keyring;
-license=('PSF' 'MIT')
-source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
-makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
-  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
-  'kdebindings-python' 'kdebindings-python2' 'python2-gdata' 
'python-fs' 'python2-fs')
-md5sums=('14bf562b4a102ba4ff7739327da0fa2a')
-
-prepare() {
-  cp -a keyring-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Not using ptr because we are not packaging keyczar
-
-  cd "$srcdir/keyring-$pkgver"
-  py.test
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  py.test2
-}
-
-package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-'python-gobject: Gnome integration'
-'kdebindings-python: Kde integration'
-'python-crypto: CLI keyring'
-'python-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-'python2-gobject: Gnome integration'
-'kdebindings-python2: Kde integration'
-'python2-crypto: CLI keyring'
-'python2-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv "$pkgdir"/usr/bin/keyring{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 153150, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-13 05:24:19 UTC (rev 153151)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+pkgname=('python-keyring' 'python2-keyring')
+pkgver=5.7.1
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring;
+license=('PSF' 'MIT')
+source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
+  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
+  'kdebindings-python' 'kdebindings-python2' 'python2-gdata' 
'python-fs' 'python2-fs')
+md5sums=('c1e0e5f00686f0ed118573ff47dfbaf8')
+
+prepare() {
+  cp -a keyring-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Not using ptr because we are not packaging keyczar
+
+  cd "$srcdir/keyring-$pkgver"
+  py.test
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  py.test2
+}
+
+package_python-keyring() {
+  depends=('python-setuptools')
+  optdepends=('libgnome-keyring: Gnome integration'
+'python-gobject: Gnome integration'
+'kdebindings-python: Kde integration'
+'python-crypto: CLI keyring'
+'python-secretstorage: SecretService DBus API (GNOME/KDE)')
+
+  cd 

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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 10:19:10
  Author: fyan
Revision: 153111

upgpkg: ironpython 2.7.5-3

remove all of Platforms

Modified:
  ironpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 09:07:02 UTC (rev 153110)
+++ PKGBUILD2015-12-12 09:19:10 UTC (rev 153111)
@@ -5,7 +5,7 @@
 
 pkgname=ironpython
 pkgver=2.7.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Python implementation for the .NET framework"
 arch=("any")
 url="http://ironpython.net;
@@ -53,7 +53,7 @@
   cd "$srcdir/main-ipy-$pkgver"
   install -d "$pkgdir"/usr/{lib,bin}
 
-  rm -r 
Stage/Release/IronPython-$pkgver/{Silverlight,Platforms/{Net45,Net35,Sl5}}
+  rm -r Stage/Release/IronPython-$pkgver/{Silverlight,Platforms}
   cp -r Stage/Release/IronPython-$pkgver "$pkgdir/usr/lib/ipy"
 
   for bin in ipy ipy64 ipyw ipyw64; do


[arch-commits] Commit in (kdeplasma4-addons)

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:39:00
  Author: arojas
Revision: 255831

Drop KDE4 desktop packages

Deleted:
  kdeplasma4-addons/


[arch-commits] Commit in (kcm-touchpad)

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:37:42
  Author: arojas
Revision: 153115

Drop KDE4 desktop packages

Deleted:
  kcm-touchpad/


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

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:46:09
  Author: arojas
Revision: 153116

Drop Plasma 4 applet

Modified:
  qstardict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 09:37:42 UTC (rev 153115)
+++ PKGBUILD2015-12-12 09:46:09 UTC (rev 153116)
@@ -2,11 +2,12 @@
 # Maintainer: Jaroslav Lichtblau 
 # Contributor: Alois Nespor 
 
-#pkgbase=qstardict
-pkgname=('qstardict' 'kdeplasma-applets-qstardict')
+pkgname=qstardict
 pkgver=1.0.1
-pkgrel=4
-makedepends=('cmake' 'automoc4' 'kdelibs')
+pkgrel=5
+pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+provides=('stardict')
+depends=('qt4')
 arch=('i686' 'x86_64')
 url="http://qstardict.ylsoftware.com/index.php;
 license=('GPL2')
@@ -20,29 +21,11 @@
 
   qmake-qt4 ENABLED_PLUGINS="stardict web swac"
   make
-
-
-  cd "${srcdir}/$pkgname-$pkgver/kdeplasma"
-  mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
 }
 
-package_qstardict() {
-pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
-provides=('stardict')
-depends=('qt4')
+package() {
   cd "${srcdir}/$pkgname-$pkgver"
 
   make INSTALL_ROOT="${pkgdir}" install
 }
 
-package_kdeplasma-applets-qstardict(){
-pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
-depends=('kdelibs' 'qt4' 'qstardict')
-  cd "${srcdir}/qstardict-$pkgver/kdeplasma/build"
-
-   make DESTDIR=${pkgdir} install
-}
-


[arch-commits] Commit in (libmm-qt libnm-qt4)

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:49:20
  Author: arojas
Revision: 255841

Drop unneded libraries

Deleted:
  libmm-qt/
  libnm-qt4/


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

2015-12-12 Thread Andreas Radke
Date: Saturday, December 12, 2015 @ 11:07:17
  Author: andyrtr
Revision: 255858

upgpkg: pigeonhole 0.4.9-2

dovecot update 2.2.21 rebuild

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 10:03:43 UTC (rev 255857)
+++ PKGBUILD2015-12-12 10:07:17 UTC (rev 255858)
@@ -7,12 +7,12 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.2.19
+_dcpkgver=2.2.21
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
 pkgver=0.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Sieve implementation for Dovecot"
 arch=('i686' 'x86_64')
 url="http://pigeonhole.dovecot.org/;


[arch-commits] Commit in zimg (5 files)

2015-12-12 Thread Maxime Gauduin
Date: Saturday, December 12, 2015 @ 13:17:57
  Author: alucryd
Revision: 153126

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

Added:
  zimg/repos/
  zimg/repos/community-i686/
  zimg/repos/community-i686/PKGBUILD
(from rev 153125, zimg/trunk/PKGBUILD)
  zimg/repos/community-x86_64/
  zimg/repos/community-x86_64/PKGBUILD
(from rev 153125, zimg/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   42 ++
 community-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: zimg/repos/community-i686/PKGBUILD (from rev 153125, 
zimg/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-12-12 12:17:57 UTC (rev 153126)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=zimg
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Scaling, colorspace conversion, and dithering library'
+arch=('i686' 'x86_64')
+url='https://github.com/sekrit-twc/zimg'
+license=('custom:WTFPL')
+depends=('gcc-libs' 'glibc')
+provides=('libzimg.so')
+options=('!emptydirs')
+source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz;)
+
+
+build() {
+  cd zimg-release-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-x86simd \
+--disable-static
+  make
+}
+
+package(){
+  cd zimg-release-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  mv "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
+  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
+}
+
+# vim: ts=2 sw=2 et:
+sha256sums=('b9c7bac9e6ad53dfa94215c28440167d72d41109df10278673789f8e531f2142')

Copied: zimg/repos/community-x86_64/PKGBUILD (from rev 153125, 
zimg/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-12-12 12:17:57 UTC (rev 153126)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=zimg
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Scaling, colorspace conversion, and dithering library'
+arch=('i686' 'x86_64')
+url='https://github.com/sekrit-twc/zimg'
+license=('custom:WTFPL')
+depends=('gcc-libs' 'glibc')
+provides=('libzimg.so')
+options=('!emptydirs')
+source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz;)
+
+
+build() {
+  cd zimg-release-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-x86simd \
+--disable-static
+  make
+}
+
+package(){
+  cd zimg-release-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  mv "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
+  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
+}
+
+# vim: ts=2 sw=2 et:
+sha256sums=('b9c7bac9e6ad53dfa94215c28440167d72d41109df10278673789f8e531f2142')


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

2015-12-12 Thread Maxime Gauduin
Date: Saturday, December 12, 2015 @ 13:17:39
  Author: alucryd
Revision: 153125

Add zimg, new dep of vapoursynth

Added:
  zimg/
  zimg/trunk/
  zimg/trunk/PKGBUILD

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

Added: zimg/trunk/PKGBUILD
===
--- zimg/trunk/PKGBUILD (rev 0)
+++ zimg/trunk/PKGBUILD 2015-12-12 12:17:39 UTC (rev 153125)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=zimg
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Scaling, colorspace conversion, and dithering library'
+arch=('i686' 'x86_64')
+url='https://github.com/sekrit-twc/zimg'
+license=('custom:WTFPL')
+depends=('gcc-libs' 'glibc')
+provides=('libzimg.so')
+options=('!emptydirs')
+source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz;)
+
+
+build() {
+  cd zimg-release-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-x86simd \
+--disable-static
+  make
+}
+
+package(){
+  cd zimg-release-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  mv "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
+  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
+}
+
+# vim: ts=2 sw=2 et:
+sha256sums=('b9c7bac9e6ad53dfa94215c28440167d72d41109df10278673789f8e531f2142')


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


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

2015-12-12 Thread Jan Steffens
Date: Saturday, December 12, 2015 @ 14:03:27
  Author: heftig
Revision: 255865

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

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

--+
 /PKGBUILD|  592 
 /change-default-console-loglevel.patch   |   22 
 /config  |15662 +
 /config.x86_64   |15176 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  296 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7831 
 testing-i686/config.x86_64   | 7588 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  296 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7831 
 testing-x86_64/config.x86_64 | 7588 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 31554 insertions(+), 31554 deletions(-)

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


[arch-commits] Commit in ironpython/trunk (site.patch)

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 10:06:40
  Author: fyan
Revision: 153109

remove uneeded patch

Deleted:
  ironpython/trunk/site.patch

+
 site.patch |   13 -
 1 file changed, 13 deletions(-)

Deleted: site.patch
===
--- site.patch  2015-12-12 09:05:40 UTC (rev 153108)
+++ site.patch  2015-12-12 09:06:40 UTC (rev 153109)
@@ -1,13 +0,0 @@
 site.py2013-05-14 22:14:00.0 +0100
-+++ site.py.fixed  2013-05-30 11:27:08.507466304 +0100
-@@ -59,6 +59,10 @@
- """
- 
- import sys
-+
-+sys.path.append('/usr/lib/python2.7')
-+sys.path.append('/usr/lib/python2.7/site-packages')
-+
- import os
- import __builtin__
- import traceback


[arch-commits] Commit in (5 files)

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 10:05:40
  Author: fyan
Revision: 153108

addpkg: ironpython 2.7.5-2

Added:
  ironpython/
  ironpython/repos/
  ironpython/trunk/
  ironpython/trunk/PKGBUILD
  ironpython/trunk/site.patch

+
 PKGBUILD   |   63 +++
 site.patch |   13 
 2 files changed, 76 insertions(+)

Added: ironpython/trunk/PKGBUILD
===
--- ironpython/trunk/PKGBUILD   (rev 0)
+++ ironpython/trunk/PKGBUILD   2015-12-12 09:05:40 UTC (rev 153108)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Schubert 
+# Contributor: Di "thc_flow" Abel 
+
+pkgname=ironpython
+pkgver=2.7.5
+pkgrel=2
+pkgdesc="Python implementation for the .NET framework"
+arch=("any")
+url="http://ironpython.net;
+license=("Apache")
+depends=('mono')
+source=("https://github.com/IronLanguages/main/archive/ipy-$pkgver.zip;)
+md5sums=('85951a4125fb733cdeaced19f3ff7157')
+
+prepare() {
+  cd "$srcdir/main-ipy-$pkgver"
+
+  # Workaround errors during Stage
+  # https://github.com/IronLanguages/main/issues/1156
+  # TODO: make this less ugly...
+  mv Languages/IronPython/Public/License.{R,r}tf
+
+  mkdir -p bin/{Silverlight5Release/DLLs,v45Release/DLLs,v2Release/DLLs}
+  touch \
+bin/Silverlight5Release/Microsoft.{Dynamic,Scripting}.{xml,dll} \
+bin/Silverlight5Release/Microsoft.Scripting.Silverlight.dll \
+bin/Silverlight5Release/IronPython{,.Modules}.{xml,dll} \
+bin/Silverlight5Release/DLLs/IronPython.SQLite.{xml,dll} \
+bin/v45Release/Microsoft.{Dynamic,Scripting}.{xml,dll} \
+bin/v45Release/Microsoft.Scripting.{Metadata,AspNet}.{xml,dll} \
+bin/v45Release/IronPython{,.Modules}.{xml,dll} \
+bin/v45Release/DLLs/IronPython.SQLite.{xml,dll} \
+bin/v2Release/Microsoft.{Dynamic,Scripting}.{xml,dll} \
+bin/v2Release/Microsoft.Scripting.{Metadata,AspNet,Core}.{xml,dll} \
+bin/v2Release/IronPython{,.Modules}.{xml,dll} \
+bin/v2Release/DLLs/IronPython.SQLite.{xml,dll}
+}
+
+build() {
+  cd "$srcdir/main-ipy-$pkgver"
+  xbuild /t:Stage '/p:BaseConfiguration=Release;Mono=true' /verbosity:minimal 
/nologo
+}
+
+check() {
+  cd "$srcdir/main-ipy-$pkgver"
+  # Not really runable now
+  # make test-ipy
+}
+
+package() {
+  cd "$srcdir/main-ipy-$pkgver"
+  install -d "$pkgdir"/usr/{lib,bin}
+
+  rm -r 
Stage/Release/IronPython-$pkgver/{Silverlight,Platforms/{Net45,Net35,Sl5}}
+  cp -r Stage/Release/IronPython-$pkgver "$pkgdir/usr/lib/ipy"
+
+  for bin in ipy ipy64 ipyw ipyw64; do
+echo -e "#!/bin/sh\nmono /usr/lib/ipy/$bin.exe \$*" > 
"$pkgdir/usr/bin/$bin"
+chmod +x "$pkgdir/usr/bin/$bin"
+  done
+}


Property changes on: ironpython/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ironpython/trunk/site.patch
===
--- ironpython/trunk/site.patch (rev 0)
+++ ironpython/trunk/site.patch 2015-12-12 09:05:40 UTC (rev 153108)
@@ -0,0 +1,13 @@
+--- site.py2013-05-14 22:14:00.0 +0100
 site.py.fixed  2013-05-30 11:27:08.507466304 +0100
+@@ -59,6 +59,10 @@
+ """
+ 
+ import sys
++
++sys.path.append('/usr/lib/python2.7')
++sys.path.append('/usr/lib/python2.7/site-packages')
++
+ import os
+ import __builtin__
+ import traceback


[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2015-12-12 Thread Andreas Radke
Date: Saturday, December 12, 2015 @ 10:20:16
  Author: andyrtr
Revision: 255824

upgpkg: xf86-video-nouveau 1.0.12-1

upstream update 1.0.12

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

--+
 PKGBUILD |   32 +---
 1 file changed, 17 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 07:46:53 UTC (rev 255823)
+++ PKGBUILD2015-12-12 09:20:16 UTC (rev 255824)
@@ -3,7 +3,8 @@
 # Contributor: buddabrod 
 
 pkgname=xf86-video-nouveau
-pkgver=1.0.11+31+g1ff13a9
+#pkgver=1.0.11+31+g1ff13a9
+pkgver=1.0.12
 pkgrel=1
 pkgdesc="Open Source 2D acceleration driver for nVidia cards"
 arch=('i686' 'x86_64')
@@ -14,29 +15,30 @@
 conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 install=$pkgname.install
-#source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+#source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
 sha256sums=('SKIP')
+sha256sums=('0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e')
 
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
-}
+#pkgver() {
+#  cd $pkgname
+#  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
+#}
 
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
+#prepare() {
+#  cd $pkgname
+#  NOCONFIGURE=1 ./autogen.sh
+#}
 
 build() {
-#  cd $pkgname-$pkgver
-  cd $pkgname
+  cd $pkgname-$pkgver
+#  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-#  cd $pkgname-$pkgver
-  cd $pkgname
+  cd $pkgname-$pkgver
+#  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in xf86-video-nouveau/repos (8 files)

2015-12-12 Thread Andreas Radke
Date: Saturday, December 12, 2015 @ 10:20:29
  Author: andyrtr
Revision: 255825

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

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 255824, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 255824, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 255824, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 255824, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install

-+
 /PKGBUILD   |   88 ++
 /xf86-video-nouveau.install |   12 
 extra-i686/PKGBUILD |   42 --
 extra-i686/xf86-video-nouveau.install   |6 --
 extra-x86_64/PKGBUILD   |   42 --
 extra-x86_64/xf86-video-nouveau.install |6 --
 6 files changed, 100 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-12 09:20:16 UTC (rev 255824)
+++ extra-i686/PKGBUILD 2015-12-12 09:20:29 UTC (rev 255825)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: buddabrod 
-
-pkgname=xf86-video-nouveau
-pkgver=1.0.11+31+g1ff13a9
-pkgrel=1
-pkgdesc="Open Source 2D acceleration driver for nVidia cards"
-arch=('i686' 'x86_64')
-url="http://nouveau.freedesktop.org/;
-license=('GPL')
-depends=('libdrm' 'systemd' 'mesa-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
-install=$pkgname.install
-#source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-#  cd $pkgname-$pkgver
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-#  cd $pkgname-$pkgver
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 255824, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-12 09:20:29 UTC (rev 255825)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+#pkgver=1.0.11+31+g1ff13a9
+pkgver=1.0.12
+pkgrel=1
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'systemd' 'mesa-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+#source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
+sha256sums=('SKIP')
+sha256sums=('0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e')
+
+#pkgver() {
+#  cd $pkgname
+#  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
+#}
+
+#prepare() {
+#  cd $pkgname
+#  NOCONFIGURE=1 ./autogen.sh
+#}
+
+build() {
+  cd $pkgname-$pkgver
+#  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+#  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/xf86-video-nouveau.install
===
--- extra-i686/xf86-video-nouveau.install   2015-12-12 09:20:16 UTC (rev 
255824)
+++ extra-i686/xf86-video-nouveau.install   2015-12-12 09:20:29 UTC (rev 
255825)
@@ -1,6 +0,0 @@
-post_install () {
-   cat << _EOF
-  ==> make sure you use KernelModeSetting (KMS)
-  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}

Copied: xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install (from 
rev 255824, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- extra-i686/xf86-video-nouveau.install   (rev 0)
+++ 

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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 10:19:30
  Author: fyan
Revision: 153112

archrelease: copy trunk to community-any

Added:
  ironpython/repos/community-any/PKGBUILD
(from rev 153111, ironpython/trunk/PKGBUILD)
Deleted:
  ironpython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-12 09:19:10 UTC (rev 153111)
+++ PKGBUILD2015-12-12 09:19:30 UTC (rev 153112)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Schubert 
-# Contributor: Di "thc_flow" Abel 
-
-pkgname=ironpython
-pkgver=2.7.5
-pkgrel=2
-pkgdesc="Python implementation for the .NET framework"
-arch=("any")
-url="http://ironpython.net;
-license=("Apache")
-depends=('mono')
-source=("https://github.com/IronLanguages/main/archive/ipy-$pkgver.zip;)
-md5sums=('85951a4125fb733cdeaced19f3ff7157')
-
-prepare() {
-  cd "$srcdir/main-ipy-$pkgver"
-
-  # Workaround errors during Stage
-  # https://github.com/IronLanguages/main/issues/1156
-  # TODO: make this less ugly...
-  mv Languages/IronPython/Public/License.{R,r}tf
-
-  mkdir -p bin/{Silverlight5Release/DLLs,v45Release/DLLs,v2Release/DLLs}
-  touch \
-bin/Silverlight5Release/Microsoft.{Dynamic,Scripting}.{xml,dll} \
-bin/Silverlight5Release/Microsoft.Scripting.Silverlight.dll \
-bin/Silverlight5Release/IronPython{,.Modules}.{xml,dll} \
-bin/Silverlight5Release/DLLs/IronPython.SQLite.{xml,dll} \
-bin/v45Release/Microsoft.{Dynamic,Scripting}.{xml,dll} \
-bin/v45Release/Microsoft.Scripting.{Metadata,AspNet}.{xml,dll} \
-bin/v45Release/IronPython{,.Modules}.{xml,dll} \
-bin/v45Release/DLLs/IronPython.SQLite.{xml,dll} \
-bin/v2Release/Microsoft.{Dynamic,Scripting}.{xml,dll} \
-bin/v2Release/Microsoft.Scripting.{Metadata,AspNet,Core}.{xml,dll} \
-bin/v2Release/IronPython{,.Modules}.{xml,dll} \
-bin/v2Release/DLLs/IronPython.SQLite.{xml,dll}
-}
-
-build() {
-  cd "$srcdir/main-ipy-$pkgver"
-  xbuild /t:Stage '/p:BaseConfiguration=Release;Mono=true' /verbosity:minimal 
/nologo
-}
-
-check() {
-  cd "$srcdir/main-ipy-$pkgver"
-  # Not really runable now
-  # make test-ipy
-}
-
-package() {
-  cd "$srcdir/main-ipy-$pkgver"
-  install -d "$pkgdir"/usr/{lib,bin}
-
-  rm -r 
Stage/Release/IronPython-$pkgver/{Silverlight,Platforms/{Net45,Net35,Sl5}}
-  cp -r Stage/Release/IronPython-$pkgver "$pkgdir/usr/lib/ipy"
-
-  for bin in ipy ipy64 ipyw ipyw64; do
-echo -e "#!/bin/sh\nmono /usr/lib/ipy/$bin.exe \$*" > 
"$pkgdir/usr/bin/$bin"
-chmod +x "$pkgdir/usr/bin/$bin"
-  done
-}

Copied: ironpython/repos/community-any/PKGBUILD (from rev 153111, 
ironpython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-12 09:19:30 UTC (rev 153112)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Schubert 
+# Contributor: Di "thc_flow" Abel 
+
+pkgname=ironpython
+pkgver=2.7.5
+pkgrel=3
+pkgdesc="Python implementation for the .NET framework"
+arch=("any")
+url="http://ironpython.net;
+license=("Apache")
+depends=('mono')
+source=("https://github.com/IronLanguages/main/archive/ipy-$pkgver.zip;)
+md5sums=('85951a4125fb733cdeaced19f3ff7157')
+
+prepare() {
+  cd "$srcdir/main-ipy-$pkgver"
+
+  # Workaround errors during Stage
+  # https://github.com/IronLanguages/main/issues/1156
+  # TODO: make this less ugly...
+  mv Languages/IronPython/Public/License.{R,r}tf
+
+  mkdir -p bin/{Silverlight5Release/DLLs,v45Release/DLLs,v2Release/DLLs}
+  touch \
+bin/Silverlight5Release/Microsoft.{Dynamic,Scripting}.{xml,dll} \
+bin/Silverlight5Release/Microsoft.Scripting.Silverlight.dll \
+bin/Silverlight5Release/IronPython{,.Modules}.{xml,dll} \
+bin/Silverlight5Release/DLLs/IronPython.SQLite.{xml,dll} \
+bin/v45Release/Microsoft.{Dynamic,Scripting}.{xml,dll} \
+bin/v45Release/Microsoft.Scripting.{Metadata,AspNet}.{xml,dll} \
+bin/v45Release/IronPython{,.Modules}.{xml,dll} \
+bin/v45Release/DLLs/IronPython.SQLite.{xml,dll} \
+bin/v2Release/Microsoft.{Dynamic,Scripting}.{xml,dll} \
+bin/v2Release/Microsoft.Scripting.{Metadata,AspNet,Core}.{xml,dll} \
+bin/v2Release/IronPython{,.Modules}.{xml,dll} \
+bin/v2Release/DLLs/IronPython.SQLite.{xml,dll}
+}
+
+build() {
+  cd "$srcdir/main-ipy-$pkgver"
+  xbuild /t:Stage '/p:BaseConfiguration=Release;Mono=true' /verbosity:minimal 
/nologo
+}
+
+check() {
+  cd "$srcdir/main-ipy-$pkgver"
+  # Not really runable now
+  # make test-ipy
+}
+
+package() {
+  cd "$srcdir/main-ipy-$pkgver"
+  install -d "$pkgdir"/usr/{lib,bin}
+
+  rm -r Stage/Release/IronPython-$pkgver/{Silverlight,Platforms}
+  cp -r 

[arch-commits] Commit in (kdeartwork)

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:35:47
  Author: arojas
Revision: 255828

Drop kdeartwork

Deleted:
  kdeartwork/


[arch-commits] Commit in (kde-wallpapers)

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:41:06
  Author: arojas
Revision: 255833

Drop Plasma 4

Deleted:
  kde-wallpapers/


[arch-commits] Commit in (kdeplasma-applets-plasma-nm)

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:42:43
  Author: arojas
Revision: 255836

Drop Plasma 4

Deleted:
  kdeplasma-applets-plasma-nm/


[arch-commits] Commit in (appmenu-qt kde-base-artwork polkit-kde)

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:59:24
  Author: arojas
Revision: 255855

Drop Plasma 4 dependencies

Deleted:
  appmenu-qt/
  kde-base-artwork/
  polkit-kde/


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

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 12:14:14
  Author: arojas
Revision: 255862

Update to 3.2.3

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 10:07:52 UTC (rev 255861)
+++ PKGBUILD2015-12-12 11:14:14 UTC (rev 255862)
@@ -4,7 +4,7 @@
 # Contributor: K. Piche 
 
 pkgname=r
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
'r.desktop'
'r.png'
'R.conf')
-sha1sums=('68c74db1c5a2f2040280a03b8396e4d28a5a7617'
+sha1sums=('f24fce2b48859f538c267d89602befe66f930d75'
   'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
   'a69a07ec363440efc18ce0a7f2af103375dea978'
   '43668da6cfd1b4455a99f23e79e2059294dddac9')


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

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 12:14:52
  Author: arojas
Revision: 255863

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

Added:
  r/repos/extra-i686/PKGBUILD
(from rev 255862, r/trunk/PKGBUILD)
  r/repos/extra-i686/R.conf
(from rev 255862, r/trunk/R.conf)
  r/repos/extra-i686/r.desktop
(from rev 255862, r/trunk/r.desktop)
  r/repos/extra-i686/r.install
(from rev 255862, r/trunk/r.install)
  r/repos/extra-i686/r.png
(from rev 255862, r/trunk/r.png)
  r/repos/extra-x86_64/PKGBUILD
(from rev 255862, r/trunk/PKGBUILD)
  r/repos/extra-x86_64/R.conf
(from rev 255862, r/trunk/R.conf)
  r/repos/extra-x86_64/r.desktop
(from rev 255862, r/trunk/r.desktop)
  r/repos/extra-x86_64/r.install
(from rev 255862, r/trunk/r.install)
  r/repos/extra-x86_64/r.png
(from rev 255862, r/trunk/r.png)
Deleted:
  r/repos/extra-i686/PKGBUILD
  r/repos/extra-i686/R.conf
  r/repos/extra-i686/r.desktop
  r/repos/extra-i686/r.install
  r/repos/extra-i686/r.png
  r/repos/extra-x86_64/PKGBUILD
  r/repos/extra-x86_64/R.conf
  r/repos/extra-x86_64/r.desktop
  r/repos/extra-x86_64/r.install
  r/repos/extra-x86_64/r.png

+
 /PKGBUILD  |  180 +++
 /R.conf|4 +
 /r.desktop |   22 +
 /r.install |   32 
 extra-i686/PKGBUILD|   90 ---
 extra-i686/R.conf  |2 
 extra-i686/r.desktop   |   11 --
 extra-i686/r.install   |   16 
 extra-x86_64/PKGBUILD  |   90 ---
 extra-x86_64/R.conf|2 
 extra-x86_64/r.desktop |   11 --
 extra-x86_64/r.install |   16 
 12 files changed, 238 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-12 11:14:14 UTC (rev 255862)
+++ extra-i686/PKGBUILD 2015-12-12 11:14:52 UTC (rev 255863)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Contributor: K. Piche 
-
-pkgname=r
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="Language and environment for statistical computing and graphics"
-arch=('i686' 'x86_64')
-license=('GPL')
-url=('http://www.r-project.org/')
-depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
- 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
- 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils' 'zip' 'unzip')
-makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
-optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
-backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
-options=('!makeflags' '!emptydirs')
-install=r.install
-source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
-   'r.desktop'
-   'r.png'
-   'R.conf')
-sha1sums=('68c74db1c5a2f2040280a03b8396e4d28a5a7617'
-  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
-  'a69a07ec363440efc18ce0a7f2af103375dea978'
-  '43668da6cfd1b4455a99f23e79e2059294dddac9')
-
-prepare() {
-   cd R-${pkgver}
-   # set texmf dir correctly in makefile
-   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
-   # fix for texinfo 5.X
-   sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
-}
-
-build() {
-   cd R-${pkgver}
-   ./configure  --prefix=/usr \
-   --libdir=/usr/lib \
-   --sysconfdir=/etc/R \
-   --datarootdir=/usr/share \
- rsharedir=/usr/share/R/ \
- rincludedir=/usr/include/R/ \
- rdocdir=/usr/share/doc/R/ \
---with-x \
-   --enable-R-shlib \
---with-lapack \
-   --with-blas \
-F77=gfortran \
-   LIBnn=lib
-   make
-
-# make libRmath.so
-   cd src/nmath/standalone
-   make shared
-}
-
-package() {
-   cd R-${pkgver}
-   make DESTDIR="${pkgdir}" install
-
-# install libRmath.so
-   cd src/nmath/standalone
-   make DESTDIR="${pkgdir}" install
-
-   #  Fixup R wrapper scripts.
-   sed -i "s|${pkgdir} ||" "${pkgdir}/usr/bin/R"
-   rm "${pkgdir}/usr/lib/R/bin/R"
-   cd "${pkgdir}/usr/lib/R/bin"
-   ln -s ../../../bin/R
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/r.desktop" \
-   "${pkgdir}/usr/share/applications/r.desktop"
-  install -Dm644 "${srcdir}/r.png" \
-   "${pkgdir}/usr/share/pixmaps/r.png"
-
-  # move the config directory to /etc and create symlinks
-  install -d "${pkgdir}/etc/R"
-  cd "${pkgdir}/usr/lib/R/etc"
-  for i in *; do
-mv -f ${i} "${pkgdir}/etc/R"
-ln -s /etc/R/${i} ${i}
-  done
-
-  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
-  install -Dm644 "${srcdir}/R.conf" "${pkgdir}/etc/ld.so.conf.d/R.conf"
-}

Copied: r/repos/extra-i686/PKGBUILD (from rev 255862, 

[arch-commits] Commit in deepin-daemon/trunk (2 files)

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 13:25:08
  Author: fyan
Revision: 153127

upgpkg: deepin-daemon 2.93.4.20151211-2

fix for polkit-gnome

Added:
  deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop
Modified:
  deepin-daemon/trunk/PKGBUILD

+
 PKGBUILD   |   15 +--
 polkit-gnome-authentication-agent-1-deepin.desktop |   87 +++
 2 files changed, 96 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 12:17:57 UTC (rev 153126)
+++ PKGBUILD2015-12-12 12:25:08 UTC (rev 153127)
@@ -13,7 +13,7 @@
 #_dbusfactoryver=2.92.2
 _dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
 _desktopbaserev=af086a257aafc81a854dfe7accd9e5600b849960
-pkgrel=1
+pkgrel=2
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;
@@ -38,13 +38,15 @@
 
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
 
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;
 
"git+https://github.com/linuxdeepin/deepin-desktop-base.git#commit=$_desktopbaserev;
-'deepin-daemon.sysusers')
+'deepin-daemon.sysusers'
+'polkit-gnome-authentication-agent-1-deepin.desktop')
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
 'SKIP'
 'SKIP'
-'4482f2c82c3652040021dd43515f131184a0417e341dc37db487117012245e25')
+'4482f2c82c3652040021dd43515f131184a0417e341dc37db487117012245e25'
+'014f4c530e7556c3a83ab4409ae7dd47a87550004128ed8b7d02c58357e7')
 
 prepare() {
   export GOPATH="$srcdir/build"
@@ -71,9 +73,10 @@
 
 package() {
   cd dde-daemon
-  make USE_GCCGO=1 DESTDIR="${pkgdir}" install
+  make USE_GCCGO=1 DESTDIR="$pkgdir" install
 
+  install -Dm644 ../polkit-gnome-authentication-agent-1-deepin.desktop 
"$pkgdir/etc/xdg/autostart/polkit-gnome-authentication-agent-1-deepin.desktop"
   install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
-  install -Dm644 "${srcdir}"/deepin-desktop-base/files/desktop-version 
"${pkgdir}"/etc/deepin-version
-  #install -Dm644 "${srcdir}"/deepin-desktop-base/files/desktop-version 
"${pkgdir}"/usr/lib/deepin/deepin-version
+  install -Dm644 "$srcdir"/deepin-desktop-base/files/desktop-version 
"$pkgdir"/etc/deepin-version
+  #install -Dm644 "$srcdir"/deepin-desktop-base/files/desktop-version 
"$pkgdir"/usr/lib/deepin/deepin-version
 }

Added: polkit-gnome-authentication-agent-1-deepin.desktop
===
--- polkit-gnome-authentication-agent-1-deepin.desktop  
(rev 0)
+++ polkit-gnome-authentication-agent-1-deepin.desktop  2015-12-12 12:25:08 UTC 
(rev 153127)
@@ -0,0 +1,87 @@
+[Desktop Entry]
+Name=PolicyKit Authentication Agent
+Name[ar]=مدير الاستيثاق PolicyKit
+Name[be]=PolicyKit - аґент аўтэнтыфікацыі
+Name[bn_IN]=PolicyKit অনুমোদনের এজেন্ট
+Name[ca]=Agent d'autenticació del PolicyKit
+Name[cs]=Ověřovací agent PolicyKit
+Name[da]=Godkendelsesprogrammet PolicyKit
+Name[de]=Legitimationsdienst von PolicyKit
+Name[el]=Πράκτορας πιστοποίησης PolicyKit
+Name[en_GB]=PolicyKit Authentication Agent
+Name[es]=Agente de autenticación de PolicyKit
+Name[eu]=PolicyKit autentifikatzeko agentea
+Name[fi]=PolicytKit-tunnistautumisohjelma
+Name[fr]=Agent d'authentification de PolicyKit
+Name[gl]=Axente de autenticación PolicyKit
+Name[gu]=PolicyKit સત્તાધિકરણ એજન્ટ
+Name[hi]=PolicyKit प्रमाणीकरण प्रतिनिधि
+Name[hu]=PolicyKit hitelesítési ügynök
+Name[it]=Agente di autenticazione per PolicyKit
+Name[ja]=PolicyKit 認証エージェント
+Name[kn]=PolicyKit ದೃಢೀಕರಣ ಮಧ್ಯವರ್ತಿ
+Name[lt]=PolicyKit tapatybės nustatymo agentas
+Name[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന്‍ ഏജന്റ്
+Name[mr]=PolicyKit ऑथेंटीकेशन एजेंट
+Name[or]=PolicyKit ବୈଧିକରଣ ସଦସ୍ୟ
+Name[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
+Name[pl]=Agent uwierzytelniania PolicyKit
+Name[pt]=Agente de Autenticação PolicyKit
+Name[pt_BR]=Agente de autenticação PolicyKit
+Name[ro]=Agent de autentificare PolicyKit
+Name[sk]=Agent PolicyKit na overovanie totožnosti
+Name[sl]=PolicyKit program overjanja
+Name[sv]=Autentiseringsagent för PolicyKit
+Name[ta]=PolicyKit அங்கீகார முகவர்
+Name[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి
+Name[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit
+Name[uk]=Агент автентифікації PolicyKit
+Name[zh_CN]=PolicyKit 认证代理
+Name[zh_HK]=PolicyKit 驗證代理程式
+Name[zh_TW]=PolicyKit 驗證代理程式
+Comment=PolicyKit Authentication Agent
+Comment[ar]=مدير الاستيثاق PolicyKit
+Comment[be]=PolicyKit - аґент аўтэнтыфікацыі
+Comment[bn_IN]=PolicyKit অনুমোদনের এজেন্ট
+Comment[ca]=Agent d'autenticació del PolicyKit
+Comment[cs]=Ověřovací agent PolicyKit
+Comment[da]=Godkendelsesprogrammet PolicyKit
+Comment[de]=Legitimationsdienst von PolicyKit
+Comment[el]=Πράκτορας 

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

2015-12-12 Thread Jan Steffens
Date: Saturday, December 12, 2015 @ 14:02:07
  Author: heftig
Revision: 255864

4.3.2

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 11:14:52 UTC (rev 255863)
+++ PKGBUILD2015-12-12 13:02:07 UTC (rev 255864)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.3
-_zenpatch=ba33c50226fd1307c7bb9c6796716c7a18bb1562
-pkgver=4.3.1
+_zenpatch=426b23475331641cc6b8d9ce8cd0fb1c81750d3a
+pkgver=4.3.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -26,12 +26,12 @@
 'change-default-console-loglevel.patch')
 sha256sums=('4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae'
 'SKIP'
-'82caff48806796418f445d0a87698abedfaaccfdc7b63059166b788e0cfd144b'
+'a96b8a4e90887dea82066b4d804ac193700c200b6c0075fecba0b691b0240a5e'
 'SKIP'
 '50606bbba04edd6b82e8c106fd5c00c9abf2506d04c988b808caad49c440895f'
 'be2e0b44732d16d7999bf33736d0d2cb94d92aab21511f3764f7cb97414906ef'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'a5cea92f9b2b04ee91f233a47063e1609eb99eeb067ae6c166f07da787bcbe60'
+'36d179cc78afdbdf6292ece15c2655c1505bad52fbf90fe520962ae0c454ea60'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 10:07:02
  Author: fyan
Revision: 153110

archrelease: copy trunk to community-any

Added:
  ironpython/repos/community-any/
  ironpython/repos/community-any/PKGBUILD
(from rev 153109, ironpython/trunk/PKGBUILD)

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

Copied: ironpython/repos/community-any/PKGBUILD (from rev 153109, 
ironpython/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-12-12 09:07:02 UTC (rev 153110)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Schubert 
+# Contributor: Di "thc_flow" Abel 
+
+pkgname=ironpython
+pkgver=2.7.5
+pkgrel=2
+pkgdesc="Python implementation for the .NET framework"
+arch=("any")
+url="http://ironpython.net;
+license=("Apache")
+depends=('mono')
+source=("https://github.com/IronLanguages/main/archive/ipy-$pkgver.zip;)
+md5sums=('85951a4125fb733cdeaced19f3ff7157')
+
+prepare() {
+  cd "$srcdir/main-ipy-$pkgver"
+
+  # Workaround errors during Stage
+  # https://github.com/IronLanguages/main/issues/1156
+  # TODO: make this less ugly...
+  mv Languages/IronPython/Public/License.{R,r}tf
+
+  mkdir -p bin/{Silverlight5Release/DLLs,v45Release/DLLs,v2Release/DLLs}
+  touch \
+bin/Silverlight5Release/Microsoft.{Dynamic,Scripting}.{xml,dll} \
+bin/Silverlight5Release/Microsoft.Scripting.Silverlight.dll \
+bin/Silverlight5Release/IronPython{,.Modules}.{xml,dll} \
+bin/Silverlight5Release/DLLs/IronPython.SQLite.{xml,dll} \
+bin/v45Release/Microsoft.{Dynamic,Scripting}.{xml,dll} \
+bin/v45Release/Microsoft.Scripting.{Metadata,AspNet}.{xml,dll} \
+bin/v45Release/IronPython{,.Modules}.{xml,dll} \
+bin/v45Release/DLLs/IronPython.SQLite.{xml,dll} \
+bin/v2Release/Microsoft.{Dynamic,Scripting}.{xml,dll} \
+bin/v2Release/Microsoft.Scripting.{Metadata,AspNet,Core}.{xml,dll} \
+bin/v2Release/IronPython{,.Modules}.{xml,dll} \
+bin/v2Release/DLLs/IronPython.SQLite.{xml,dll}
+}
+
+build() {
+  cd "$srcdir/main-ipy-$pkgver"
+  xbuild /t:Stage '/p:BaseConfiguration=Release;Mono=true' /verbosity:minimal 
/nologo
+}
+
+check() {
+  cd "$srcdir/main-ipy-$pkgver"
+  # Not really runable now
+  # make test-ipy
+}
+
+package() {
+  cd "$srcdir/main-ipy-$pkgver"
+  install -d "$pkgdir"/usr/{lib,bin}
+
+  rm -r 
Stage/Release/IronPython-$pkgver/{Silverlight,Platforms/{Net45,Net35,Sl5}}
+  cp -r Stage/Release/IronPython-$pkgver "$pkgdir/usr/lib/ipy"
+
+  for bin in ipy ipy64 ipyw ipyw64; do
+echo -e "#!/bin/sh\nmono /usr/lib/ipy/$bin.exe \$*" > 
"$pkgdir/usr/bin/$bin"
+chmod +x "$pkgdir/usr/bin/$bin"
+  done
+}


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

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:46:50
  Author: arojas
Revision: 153117

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

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

--+
 /PKGBUILD|   62 +
 /qstardict.changelog |   28 ++
 community-i686/PKGBUILD  |   48 -
 community-i686/qstardict.changelog   |   14 ---
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/qstardict.changelog |   14 ---
 6 files changed, 90 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-12 09:46:09 UTC (rev 153116)
+++ community-i686/PKGBUILD 2015-12-12 09:46:50 UTC (rev 153117)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-#pkgbase=qstardict
-pkgname=('qstardict' 'kdeplasma-applets-qstardict')
-pkgver=1.0.1
-pkgrel=4
-makedepends=('cmake' 'automoc4' 'kdelibs')
-arch=('i686' 'x86_64')
-url="http://qstardict.ylsoftware.com/index.php;
-license=('GPL2')
-changelog=$pkgname.changelog
-source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f')
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' 
plugins/stardict/stardict.cpp
-
-  qmake-qt4 ENABLED_PLUGINS="stardict web swac"
-  make
-
-
-  cd "${srcdir}/$pkgname-$pkgver/kdeplasma"
-  mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_qstardict() {
-pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
-provides=('stardict')
-depends=('qt4')
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="${pkgdir}" install
-}
-
-package_kdeplasma-applets-qstardict(){
-pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
-depends=('kdelibs' 'qt4' 'qstardict')
-  cd "${srcdir}/qstardict-$pkgver/kdeplasma/build"
-
-   make DESTDIR=${pkgdir} install
-}
-

Copied: qstardict/repos/community-i686/PKGBUILD (from rev 153116, 
qstardict/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-12 09:46:50 UTC (rev 153117)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgname=qstardict
+pkgver=1.0.1
+pkgrel=5
+pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+provides=('stardict')
+depends=('qt4')
+arch=('i686' 'x86_64')
+url="http://qstardict.ylsoftware.com/index.php;
+license=('GPL2')
+changelog=$pkgname.changelog
+source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' 
plugins/stardict/stardict.cpp
+
+  qmake-qt4 ENABLED_PLUGINS="stardict web swac"
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="${pkgdir}" install
+}
+

Deleted: community-i686/qstardict.changelog
===
--- community-i686/qstardict.changelog  2015-12-12 09:46:09 UTC (rev 153116)
+++ community-i686/qstardict.changelog  2015-12-12 09:46:50 UTC (rev 153117)
@@ -1,14 +0,0 @@
-2012-02-24 Jaroslav Lichtblau 
-   * qstardict 1.0.1-1
-
-2011-08-20 Jaroslav Lichtblau 
-   * qstardict 1.0-1
-
-2008-02-15 Jaroslav Lichtblau 
-   * Update to major release 0.13.1
-
-2008-02-04 Jaroslav Lichtblau 
-   * Update to major release 0.13.0
-
-2008-10-05 Jaroslav Lichtblau 
-   * Moved to [community]

Copied: qstardict/repos/community-i686/qstardict.changelog (from rev 153116, 
qstardict/trunk/qstardict.changelog)
===
--- 

[arch-commits] Commit in (kdebase-workspace)

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:56:25
  Author: arojas
Revision: 255849

Bye bye Plasma 4

Deleted:
  kdebase-workspace/


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

2015-12-12 Thread Andreas Radke
Date: Saturday, December 12, 2015 @ 11:07:26
  Author: andyrtr
Revision: 255859

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

Added:
  pigeonhole/repos/staging-i686/
  pigeonhole/repos/staging-i686/PKGBUILD
(from rev 255858, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/staging-i686/dovecot.conf
(from rev 255858, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/staging-x86_64/
  pigeonhole/repos/staging-x86_64/PKGBUILD
(from rev 255858, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/staging-x86_64/dovecot.conf
(from rev 255858, pigeonhole/trunk/dovecot.conf)

-+
 staging-i686/PKGBUILD   |   44 ++
 staging-i686/dovecot.conf   |1 
 staging-x86_64/PKGBUILD |   44 ++
 staging-x86_64/dovecot.conf |1 
 4 files changed, 90 insertions(+)

Copied: pigeonhole/repos/staging-i686/PKGBUILD (from rev 255858, 
pigeonhole/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-12 10:07:26 UTC (rev 255859)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.21
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.9
+pkgrel=2
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+sha256sums=('82892f876d26008a076973dfddf1cffaf5a0451825fd44e06287e94b89078649'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

+
+build() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Copied: pigeonhole/repos/staging-i686/dovecot.conf (from rev 255858, 
pigeonhole/trunk/dovecot.conf)
===
--- staging-i686/dovecot.conf   (rev 0)
+++ staging-i686/dovecot.conf   2015-12-12 10:07:26 UTC (rev 255859)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Copied: pigeonhole/repos/staging-x86_64/PKGBUILD (from rev 255858, 
pigeonhole/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-12 10:07:26 UTC (rev 255859)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.21
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.9
+pkgrel=2
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+sha256sums=('82892f876d26008a076973dfddf1cffaf5a0451825fd44e06287e94b89078649'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

+
+build() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Copied: pigeonhole/repos/staging-x86_64/dovecot.conf (from rev 255858, 
pigeonhole/trunk/dovecot.conf)
===
--- staging-x86_64/dovecot.conf (rev 0)
+++ 

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

2015-12-12 Thread Jan Steffens
Date: Saturday, December 12, 2015 @ 12:25:33
  Author: heftig
Revision: 153121

1.30.1

Modified:
  glom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 09:51:28 UTC (rev 153120)
+++ PKGBUILD2015-12-12 11:25:33 UTC (rev 153121)
@@ -5,8 +5,8 @@
 # Contributor: Jaroslav Lichtblau 
 
 pkgname=glom
-pkgver=1.30.0
-pkgrel=2
+pkgver=1.30.1
+pkgrel=1
 pkgdesc="An easy-to-use database designer and user interface"
 arch=('i686' 'x86_64')
 url="http://www.glom.org/;
@@ -18,7 +18,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('219dac37aa12a2219ed99828269faddc86af8118444602158c5cf594cd3b8cf0')
+sha256sums=('f360eccd004c7c935b928fdc57c1625af129bd77022318e73732710722309a1f')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2015-12-12 Thread Jan Steffens
Date: Saturday, December 12, 2015 @ 12:26:26
  Author: heftig
Revision: 153122

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

Added:
  glom/repos/community-i686/PKGBUILD
(from rev 153121, glom/trunk/PKGBUILD)
  glom/repos/community-i686/glom.changelog
(from rev 153121, glom/trunk/glom.changelog)
  glom/repos/community-i686/glom.install
(from rev 153121, glom/trunk/glom.install)
  glom/repos/community-x86_64/PKGBUILD
(from rev 153121, glom/trunk/PKGBUILD)
  glom/repos/community-x86_64/glom.changelog
(from rev 153121, glom/trunk/glom.changelog)
  glom/repos/community-x86_64/glom.install
(from rev 153121, glom/trunk/glom.install)
Deleted:
  glom/repos/community-i686/PKGBUILD
  glom/repos/community-i686/glom.changelog
  glom/repos/community-i686/glom.install
  glom/repos/community-x86_64/PKGBUILD
  glom/repos/community-x86_64/glom.changelog
  glom/repos/community-x86_64/glom.install

-+
 /PKGBUILD   |   78 ++
 /glom.changelog |   22 ++
 /glom.install   |   26 
 community-i686/PKGBUILD |   39 ---
 community-i686/glom.changelog   |   11 -
 community-i686/glom.install |   13 --
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/glom.changelog |   11 -
 community-x86_64/glom.install   |   13 --
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-12 11:25:33 UTC (rev 153121)
+++ community-i686/PKGBUILD 2015-12-12 11:26:26 UTC (rev 153122)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Roman Kyrylych 
-# Contributor: William Rea 
-# Contributor: Jaroslav Lichtblau 
-
-pkgname=glom
-pkgver=1.30.0
-pkgrel=2
-pkgdesc="An easy-to-use database designer and user interface"
-arch=('i686' 'x86_64')
-url="http://www.glom.org/;
-license=('GPL')
-depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
- 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
-makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
- 'libgda-mysql')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('219dac37aa12a2219ed99828269faddc86af8118444602158c5cf594cd3b8cf0')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-postgres-utils=/usr/bin \
---disable-scrollkeeper \
---disable-update-mime-database \
---disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: glom/repos/community-i686/PKGBUILD (from rev 153121, 
glom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-12 11:26:26 UTC (rev 153122)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=glom
+pkgver=1.30.1
+pkgrel=1
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('i686' 'x86_64')
+url="http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
+ 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
+ 'libgda-mysql')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f360eccd004c7c935b928fdc57c1625af129bd77022318e73732710722309a1f')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/glom.changelog
===
--- community-i686/glom.changelog   2015-12-12 11:25:33 UTC (rev 153121)
+++ community-i686/glom.changelog   2015-12-12 11:26:26 UTC (rev 153122)
@@ -1,11 +0,0 @@
-2015-07-13 Jaroslav Lichtblau 
-* glom-1.28.5-1
-
-2015-03-28 Jaroslav Lichtblau 
-* glom-1.28.4-1
-
-2014-11-05 Jaroslav Lichtblau 

[arch-commits] Commit in (bluedevil4 libbluedevil)

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:53:32
  Author: arojas
Revision: 255846

Drop Plasma 4

Deleted:
  bluedevil4/
  libbluedevil/


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

2015-12-12 Thread Andreas Radke
Date: Saturday, December 12, 2015 @ 11:03:43
  Author: andyrtr
Revision: 255857

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

Added:
  dovecot/repos/staging-i686/
  dovecot/repos/staging-i686/PKGBUILD
(from rev 255856, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-i686/dovecot.install
(from rev 255856, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-i686/dovecot.tmpfilesd
(from rev 255856, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/staging-x86_64/
  dovecot/repos/staging-x86_64/PKGBUILD
(from rev 255856, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-x86_64/dovecot.install
(from rev 255856, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-x86_64/dovecot.tmpfilesd
(from rev 255856, dovecot/trunk/dovecot.tmpfilesd)

--+
 staging-i686/PKGBUILD|   95 +
 staging-i686/dovecot.install |   10 +++
 staging-i686/dovecot.tmpfilesd   |1 
 staging-x86_64/PKGBUILD  |   95 +
 staging-x86_64/dovecot.install   |   10 +++
 staging-x86_64/dovecot.tmpfilesd |1 
 6 files changed, 212 insertions(+)

Copied: dovecot/repos/staging-i686/PKGBUILD (from rev 255856, 
dovecot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-12 10:03:43 UTC (rev 255857)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Paul Mattal 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: GARETTE Emmanuel 
+
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.2.21
+pkgrel=1
+pkgdesc="An IMAP and POP3 server written with security primarily in mind"
+arch=('i686' 'x86_64')
+url="http://dovecot.org/;
+license=("LGPL")
+depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
+'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
+makedepends=('libcap' 'libldap' 'clucene')
+optdepends=('libldap: ldap plugin'
+'xz: imap zlib  plugin'
+'clucene: alternative FTS indexer')
+provides=('imap-server' 'pop3-server')
+install=$pkgname.install
+source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
+dovecot.tmpfilesd)
+md5sums=('28c39ab78a20f00701c26960d9190cf0'
+ 'SKIP'
+ '342a28251d40f983c98c0d1f1bf3d07d')
+validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

+
+prepare() {
+  cd $pkgname-$pkgver
+  # fix path in helper script
+  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  # configure with openssl, mysql, and postgresql support
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+   --libexecdir=/usr/lib \
+   --with-moduledir=/usr/lib/dovecot/modules \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+   --disable-static \
+   --with-nss \
+   --with-pam \
+   --with-mysql \
+   --with-pgsql \
+   --with-sqlite \
+   --with-ssl=openssl \
+   --with-ssldir=/etc/ssl \
+   --with-gssapi \
+   --with-ldap=plugin \
+   --with-zlib \
+   --with-bzlib \
+   --with-lzma \
+   --with-lz4 \
+   --with-libcap \
+   --with-solr \
+   --with-lucene \
+   --with-docs #--help
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+   
+  # system user/group dovenull - 74
+  # system user/group dovecot  - 76
+  
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # install example conf files and ssl.conf
+  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
+  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
+  install -d -m755 ${pkgdir}/etc/ssl
+  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
+
+  # install mkcert helper script
+  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
+
+  rm ${pkgdir}/etc/dovecot/README
+  
+  # systemd tmpfile
+  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
+  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
+}

Copied: dovecot/repos/staging-i686/dovecot.install (from rev 255856, 
dovecot/trunk/dovecot.install)
===
--- staging-i686/dovecot.install(rev 0)
+++ staging-i686/dovecot.install2015-12-12 10:03:43 UTC (rev 255857)
@@ -0,0 +1,10 @@
+post_install() {
+  getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
+  getent group dovecot &> 

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

2015-12-12 Thread Andreas Radke
Date: Saturday, December 12, 2015 @ 11:03:29
  Author: andyrtr
Revision: 255856

upgpkg: dovecot 2.2.21-1

upstream update 2.2.21

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 09:59:24 UTC (rev 255855)
+++ PKGBUILD2015-12-12 10:03:29 UTC (rev 255856)
@@ -8,8 +8,8 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.2.19
-pkgrel=3
+pkgver=2.2.21
+pkgrel=1
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
 url="http://dovecot.org/;
@@ -24,7 +24,7 @@
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
 dovecot.tmpfilesd)
-md5sums=('95591b6556413edc2f0b160fb469d04c'
+md5sums=('28c39ab78a20f00701c26960d9190cf0'
  'SKIP'
  '342a28251d40f983c98c0d1f1bf3d07d')
 validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 



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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 13:30:44
  Author: fyan
Revision: 153128

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

Added:
  deepin-daemon/repos/community-i686/PKGBUILD
(from rev 153127, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-i686/deepin-daemon.install
(from rev 153127, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
(from rev 153127, deepin-daemon/trunk/deepin-daemon.sysusers)
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 153127, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 153127, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 153127, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 153127, deepin-daemon/trunk/deepin-daemon.sysusers)
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 153127, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
Deleted:
  deepin-daemon/repos/community-i686/PKGBUILD
  deepin-daemon/repos/community-i686/deepin-daemon.install
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers

-+
 /PKGBUILD   |  164 
++
 /deepin-daemon.install  |   26 +
 /deepin-daemon.sysusers |4 
 community-i686/PKGBUILD |   79 
 community-i686/deepin-daemon.install|   13 
 community-i686/deepin-daemon.sysusers   |2 
 community-i686/polkit-gnome-authentication-agent-1-deepin.desktop   |   87 
+
 community-x86_64/PKGBUILD   |   79 
 community-x86_64/deepin-daemon.install  |   13 
 community-x86_64/deepin-daemon.sysusers |2 
 community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop |   87 
+
 11 files changed, 368 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-12 12:25:08 UTC (rev 153127)
+++ community-i686/PKGBUILD 2015-12-12 12:30:44 UTC (rev 153128)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=2.93.4.20151211
-_commit=0e2350d9a0acca6dbc6c631984d5f42b326842dd
-#_golibver=0.4.3
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-#_deepinapiver=2.92.3
-_deepinapirev=67c7eb27e302655c4046ceec121b7e75e287e591
-#_dbusfactoryver=2.92.2
-_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
-_desktopbaserev=af086a257aafc81a854dfe7accd9e5600b849960
-pkgrel=1
-pkgdesc='Daemon handling the DDE session settings'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-daemon;
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'metacity' 
'poppler-glib'
- 'rfkill' 'acpid' 'bluez' 'deepin-notifications' 'iso-codes' 
'lsb-release'
- 'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 
'gcc-go'
- 'libxkbfile' 'accountsservice')
-makedepends=('deepin-dbus-generator' 'sqlite' 'git' 'mercurial')
-optdepends=('networkmanager: Network Management daemon'
-'deepin-grub2-themes: deepin theme for grub menu')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="${pkgname}.install"
-source=(#"git+https://github.com/linuxdeepin/dde-daemon.git#tag=$pkgver;
-"git+https://github.com/linuxdeepin/dde-daemon.git#commit=$_commit;
-#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
-"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
-#"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
-"git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
-
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
-
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;
-
"git+https://github.com/linuxdeepin/deepin-desktop-base.git#commit=$_desktopbaserev;
-'deepin-daemon.sysusers')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-

[arch-commits] Commit in (kscreen4)

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:51:28
  Author: arojas
Revision: 153120

Drop Plasma 4

Deleted:
  kscreen4/


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

2015-12-12 Thread Maxime Gauduin
Date: Saturday, December 12, 2015 @ 12:58:38
  Author: alucryd
Revision: 153124

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-12 11:57:46 UTC (rev 153123)
+++ community-i686/PKGBUILD 2015-12-12 11:58:38 UTC (rev 153124)
@@ -1,38 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ffms2
-pkgver=2.21
-pkgrel=3
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2'i
-  'libffms2.so')
-source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
-
-build() {
-  cd ffms2-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-avresample \
---enable-shared \
---disable-static
-  make
-}
-
-package() {
-  cd ffms2-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
-  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 153123, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-12 11:58:38 UTC (rev 153124)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.22
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-12 11:57:46 UTC (rev 153123)
+++ community-x86_64/PKGBUILD   2015-12-12 11:58:38 UTC (rev 153124)
@@ -1,38 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ffms2
-pkgver=2.21
-pkgrel=3
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2'i
-  'libffms2.so')
-source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
-
-build() {
-  cd ffms2-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-avresample \
---enable-shared \
---disable-static
-  make
-}
-
-package() {
-  cd ffms2-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
-  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 153123, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-12 11:58:38 UTC (rev 153124)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.22
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')

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

2015-12-12 Thread Maxime Gauduin
Date: Saturday, December 12, 2015 @ 12:57:46
  Author: alucryd
Revision: 153123

upgpkg: ffms2 2.22-1

Modified:
  ffms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 11:26:26 UTC (rev 153122)
+++ PKGBUILD2015-12-12 11:57:46 UTC (rev 153123)
@@ -2,8 +2,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=ffms2
-pkgver=2.21
-pkgrel=3
+pkgver=2.22
+pkgrel=1
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
 arch=('i686' 'x86_64')
 url='https://github.com/FFMS/ffms2'
@@ -10,10 +10,10 @@
 license=('GPL')
 depends=('ffmpeg')
 makedepends=('git')
-provides=('vapoursynth-plugin-ffms2'i
+provides=('vapoursynth-plugin-ffms2'
   'libffms2.so')
 
source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
+sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad')
 
 build() {
   cd ffms2-${pkgver}


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

2015-12-12 Thread Maxime Gauduin
Date: Saturday, December 12, 2015 @ 13:32:05
  Author: alucryd
Revision: 153130

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

Added:
  vapoursynth/repos/community-i686/PKGBUILD
(from rev 153129, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-i686/vapoursynth.install
(from rev 153129, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-i686/vapoursynth.xml
(from rev 153129, vapoursynth/trunk/vapoursynth.xml)
  vapoursynth/repos/community-x86_64/PKGBUILD
(from rev 153129, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-x86_64/vapoursynth.install
(from rev 153129, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-x86_64/vapoursynth.xml
(from rev 153129, vapoursynth/trunk/vapoursynth.xml)
Deleted:
  vapoursynth/repos/community-i686/PKGBUILD
  vapoursynth/repos/community-i686/vapoursynth.install
  vapoursynth/repos/community-i686/vapoursynth.xml
  vapoursynth/repos/community-x86_64/PKGBUILD
  vapoursynth/repos/community-x86_64/vapoursynth.install
  vapoursynth/repos/community-x86_64/vapoursynth.xml

--+
 /PKGBUILD|   88 +
 /vapoursynth.install |   26 +
 community-i686/PKGBUILD  |   40 ---
 community-i686/vapoursynth.install   |   13 
 community-x86_64/PKGBUILD|   40 ---
 community-x86_64/vapoursynth.install |   13 
 6 files changed, 114 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-12 12:31:50 UTC (rev 153129)
+++ community-i686/PKGBUILD 2015-12-12 12:32:05 UTC (rev 153130)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: jackoneill 
-
-pkgname=vapoursynth
-pkgver=R28
-pkgrel=2
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('ffmpeg' 'python' 'shared-mime-info' 'tesseract')
-makedepends=('cython' 'python-sphinx' 'yasm')
-install='vapoursynth.install'
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
-'vapoursynth.xml')
-sha256sums=('6703c6dd0ab4971e1c9e14f4f78b5301d3470f211fd4e80d89c5c8f01857d95e'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
-  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 153129, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-12 12:32:05 UTC (rev 153130)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R29
+pkgrel=1
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('gcc-libs' 'glibc' 'imagemagick' 'libass' 'python' 'shared-mime-info'
+ 'tesseract'
+ 'libzimg.so')
+makedepends=('cython' 'python-sphinx' 'yasm')
+install='vapoursynth.install'
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('5a2e37f3a9a5dc60f55a301b222df75a580ccf319b099a3e421e2334ef8cbde6'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-imwri \
+--disable-static
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/vapoursynth.install
===
--- community-i686/vapoursynth.install  2015-12-12 12:31:50 UTC (rev 153129)
+++ community-i686/vapoursynth.install  2015-12-12 12:32:05 UTC (rev 153130)
@@ 

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

2015-12-12 Thread Maxime Gauduin
Date: Saturday, December 12, 2015 @ 13:31:50
  Author: alucryd
Revision: 153129

upgpkg: vapoursynth R29-1

Modified:
  vapoursynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 12:30:44 UTC (rev 153128)
+++ PKGBUILD2015-12-12 12:31:50 UTC (rev 153129)
@@ -4,18 +4,20 @@
 # Contributor: jackoneill 
 
 pkgname=vapoursynth
-pkgver=R28
-pkgrel=2
+pkgver=R29
+pkgrel=1
 pkgdesc='A video processing framework with the future in mind'
 arch=('i686' 'x86_64')
 url='http://www.vapoursynth.com/'
 license=('LGPL2.1' 'custom:OFL')
-depends=('ffmpeg' 'python' 'shared-mime-info' 'tesseract')
+depends=('gcc-libs' 'glibc' 'imagemagick' 'libass' 'python' 'shared-mime-info'
+ 'tesseract'
+ 'libzimg.so')
 makedepends=('cython' 'python-sphinx' 'yasm')
 install='vapoursynth.install'
 
source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
 'vapoursynth.xml')
-sha256sums=('6703c6dd0ab4971e1c9e14f4f78b5301d3470f211fd4e80d89c5c8f01857d95e'
+sha256sums=('5a2e37f3a9a5dc60f55a301b222df75a580ccf319b099a3e421e2334ef8cbde6'
 '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
 
 build() {
@@ -23,7 +25,9 @@
 
   ./autogen.sh
   ./configure \
---prefix='/usr'
+--prefix='/usr' \
+--enable-imwri \
+--disable-static
   make
 }
 


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

2015-12-12 Thread Alexander Rødseth
Date: Saturday, December 12, 2015 @ 16:28:05
  Author: arodseth
Revision: 153138

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

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

---+
 /PKGBUILD |   98 
 /rust.install |   26 ++
 community-i686/PKGBUILD   |   49 
 community-i686/rust.install   |   13 -
 community-x86_64/PKGBUILD |   49 
 community-x86_64/rust.install |   13 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-12 15:27:53 UTC (rev 153137)
+++ community-i686/PKGBUILD 2015-12-12 15:28:05 UTC (rev 153138)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-pkgver=1.4.0
-epoch=1
-pkgrel=2
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('1c0dfdce5c85d8098fcebb9adf1493847ab40c1dfaa8cc997af09b2ef0aa8211'
-'SKIP')
-install="$pkgname.install"
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-prepare() {
-  cd "rustc-$pkgver"
-
-  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
-}
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure --prefix=/usr --disable-docs --release-channel=stable
-  make
-}
-
-package() {
-  cd "rustc-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE-APACHE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  cd "$pkgdir/usr/lib"
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-i686/PKGBUILD (from rev 153137, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-12 15:28:05 UTC (rev 153138)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+
+pkgname=rust
+pkgver=1.5.0
+epoch=1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='http://www.rust-lang.org/'
+license=('MIT' 'Apache')
+makedepends=('libffi' 'perl' 'python2' 'curl')
+source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
+sha256sums=('641037af7b7b6cad0b231cc20671f8a314fbf2f40fc0901d0b877c39fc8da5a0'
+'SKIP')
+install="$pkgname.install"
+options=('staticlibs' '!strip')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
+
+prepare() {
+  cd "rustc-$pkgver"
+
+  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
+}
+
+build() {
+  cd "rustc-$pkgver"
+
+  ./configure --prefix=/usr --disable-docs --release-channel=stable
+  make
+}
+
+package() {
+  cd "rustc-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE-APACHE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  cd "$pkgdir/usr/lib"
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/rust.install
===
--- community-i686/rust.install 2015-12-12 15:27:53 UTC (rev 153137)
+++ community-i686/rust.install 2015-12-12 15:28:05 UTC (rev 153138)
@@ -1,13 +0,0 @@
-post_install() {
-  if type -P update-mime-database &> /dev/null; then
-

[arch-commits] Commit in extra-cmake-modules/repos (testing-any testing-any/PKGBUILD)

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:25:35
  Author: fyan
Revision: 255867

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 255866, extra-cmake-modules/trunk/PKGBUILD)

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

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 255866, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-12-12 16:25:35 UTC (rev 255867)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('dedb4a47cc8f850078792b5404de0d43')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:25:45
  Author: fyan
Revision: 255868

upgpkg: kapidox 5.17.0-1

KF 5.17.0

Modified:
  kapidox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:25:35 UTC (rev 255867)
+++ PKGBUILD2015-12-12 16:25:45 UTC (rev 255868)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kapidox
-pkgver=5.16.0
+pkgver=5.17.0
 pkgrel=1
 pkgdesc='Frameworks API Documentation Tools'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-base')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('bff92bb16ffeb201037f40bba9dccd79')
+md5sums=('b9b1139498ef920299b9a2afe18ef862')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:25:15
  Author: fyan
Revision: 255866

upgpkg: extra-cmake-modules 5.17.0-1

KF 5.17.0

Modified:
  extra-cmake-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 13:03:27 UTC (rev 255865)
+++ PKGBUILD2015-12-12 16:25:15 UTC (rev 255866)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=extra-cmake-modules
-pkgver=5.16.0
+pkgver=5.17.0
 pkgrel=1
 pkgdesc='Extra modules and scripts for CMake'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('cmake')
 makedepends=('python-sphinx') # qt5-tools for QtHelp pages
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('08d94fb941c670e4f1832a340e855836')
+md5sums=('dedb4a47cc8f850078792b5404de0d43')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:26:06
  Author: fyan
Revision: 255869

archrelease: copy trunk to testing-any

Added:
  kapidox/repos/testing-any/
  kapidox/repos/testing-any/PKGBUILD
(from rev 255868, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/testing-any/PKGBUILD (from rev 255868, 
kapidox/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-12-12 16:26:06 UTC (rev 255869)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapidox
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://projects.kde.org/projects/frameworks/kapidox'
+license=('LGPL')
+depends=('python-jinja' 'python-yaml')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b9b1139498ef920299b9a2afe18ef862')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:37:36
  Author: fyan
Revision: 255903

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

Added:
  kservice/repos/testing-i686/
  kservice/repos/testing-i686/PKGBUILD
(from rev 255902, kservice/trunk/PKGBUILD)
  kservice/repos/testing-x86_64/
  kservice/repos/testing-x86_64/PKGBUILD
(from rev 255902, kservice/trunk/PKGBUILD)

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

Copied: kservice/repos/testing-i686/PKGBUILD (from rev 255902, 
kservice/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:37:36 UTC (rev 255903)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kservice
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Advanced plugin and service introspection'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kservice'
+license=('LGPL')
+depends=('ki18n' 'kconfig' 'kcrash' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6f6da4071f8da925be07cc51cd26b023')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kservice/repos/testing-x86_64/PKGBUILD (from rev 255902, 
kservice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:37:36 UTC (rev 255903)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kservice
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Advanced plugin and service introspection'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kservice'
+license=('LGPL')
+depends=('ki18n' 'kconfig' 'kcrash' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6f6da4071f8da925be07cc51cd26b023')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:37:05
  Author: fyan
Revision: 255902

upgpkg: kservice 5.17.0-1

KF 5.17.0

Modified:
  kservice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:36:55 UTC (rev 255901)
+++ PKGBUILD2015-12-12 16:37:05 UTC (rev 255902)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kservice
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Advanced plugin and service introspection'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kservice'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d8f421613192876fbc1e7bbc19823a26')
+md5sums=('6f6da4071f8da925be07cc51cd26b023')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:38:38
  Author: fyan
Revision: 255906

upgpkg: kiconthemes 5.17.0-1

KF 5.17.0

Modified:
  kiconthemes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:38:27 UTC (rev 255905)
+++ PKGBUILD2015-12-12 16:38:38 UTC (rev 255906)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kiconthemes
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Support for icon themes'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kiconthemes'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('94760eaa96551182a5e2c74496b45c86')
+md5sums=('c7e44b909ad5ff372dfd2a2341e09e0f')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:37:45
  Author: fyan
Revision: 255904

upgpkg: kitemviews 5.17.0-1

KF 5.17.0

Modified:
  kitemviews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:37:36 UTC (rev 255903)
+++ PKGBUILD2015-12-12 16:37:45 UTC (rev 255904)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kitemviews
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Widget addons for Qt Model/View'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kitemviews'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('01350a212b26d0d79d353b4f839ad026')
+md5sums=('6f2daf1b78a59e4475f363fad1f5122f')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:38:27
  Author: fyan
Revision: 255905

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

Added:
  kitemviews/repos/testing-i686/
  kitemviews/repos/testing-i686/PKGBUILD
(from rev 255904, kitemviews/trunk/PKGBUILD)
  kitemviews/repos/testing-x86_64/
  kitemviews/repos/testing-x86_64/PKGBUILD
(from rev 255904, kitemviews/trunk/PKGBUILD)

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

Copied: kitemviews/repos/testing-i686/PKGBUILD (from rev 255904, 
kitemviews/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:38:27 UTC (rev 255905)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemviews
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Widget addons for Qt Model/View'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kitemviews'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6f2daf1b78a59e4475f363fad1f5122f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kitemviews/repos/testing-x86_64/PKGBUILD (from rev 255904, 
kitemviews/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:38:27 UTC (rev 255905)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemviews
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Widget addons for Qt Model/View'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kitemviews'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6f2daf1b78a59e4475f363fad1f5122f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:45:33
  Author: fyan
Revision: 255925

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

Added:
  kio/repos/testing-i686/
  kio/repos/testing-i686/PKGBUILD
(from rev 255924, kio/trunk/PKGBUILD)
  kio/repos/testing-i686/kio.install
(from rev 255924, kio/trunk/kio.install)
  kio/repos/testing-x86_64/
  kio/repos/testing-x86_64/PKGBUILD
(from rev 255924, kio/trunk/PKGBUILD)
  kio/repos/testing-x86_64/kio.install
(from rev 255924, kio/trunk/kio.install)

+
 testing-i686/PKGBUILD  |   42 ++
 testing-i686/kio.install   |   11 +++
 testing-x86_64/PKGBUILD|   42 ++
 testing-x86_64/kio.install |   11 +++
 4 files changed, 106 insertions(+)

Copied: kio/repos/testing-i686/PKGBUILD (from rev 255924, kio/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:45:33 UTC (rev 255925)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Resource and network access abstraction'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kio'
+license=('LGPL')
+depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
+'desktop-file-utils')
+makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
+groups=('kf5')
+install=kio.install
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b3491784b7d7ad5b450b70c1f6e19ea7')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kio/repos/testing-i686/kio.install (from rev 255924, 
kio/trunk/kio.install)
===
--- testing-i686/kio.install(rev 0)
+++ testing-i686/kio.install2015-12-12 16:45:33 UTC (rev 255925)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kio/repos/testing-x86_64/PKGBUILD (from rev 255924, kio/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:45:33 UTC (rev 255925)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Resource and network access abstraction'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kio'
+license=('LGPL')
+depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
+'desktop-file-utils')
+makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
+groups=('kf5')
+install=kio.install
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b3491784b7d7ad5b450b70c1f6e19ea7')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kio/repos/testing-x86_64/kio.install (from rev 255924, 
kio/trunk/kio.install)
===
--- testing-x86_64/kio.install  (rev 0)
+++ testing-x86_64/kio.install  2015-12-12 16:45:33 UTC (rev 255925)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:45:47
  Author: fyan
Revision: 255926

upgpkg: kinit 5.17.0-1

KF 5.17.0

Modified:
  kinit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:45:33 UTC (rev 255925)
+++ PKGBUILD2015-12-12 16:45:47 UTC (rev 255926)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kinit
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Process launcher to speed up launching KDE applications'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kinit'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('bd45fab53c6584295b607d98f5b2dd83')
+md5sums=('9af3424a0ffd700ee9a65e96c14470f4')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:46:37
  Author: fyan
Revision: 255928

upgpkg: kpackage 5.17.0-1

KF 5.17.0

Modified:
  kpackage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:46:26 UTC (rev 255927)
+++ PKGBUILD2015-12-12 16:46:37 UTC (rev 255928)
@@ -4,8 +4,8 @@
 # Contributor: Pier Luigi Fiorini 
 
 pkgname=kpackage
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Framework that lets applications manage user installable packages of 
non-binary assets'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kpackage'
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'kdoctools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0100659bc23e4d4a1db9643e98747c72')
+md5sums=('1afaa448abd0164df6be8c6c65283947')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:46:26
  Author: fyan
Revision: 255927

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

Added:
  kinit/repos/testing-i686/
  kinit/repos/testing-i686/PKGBUILD
(from rev 255926, kinit/trunk/PKGBUILD)
  kinit/repos/testing-x86_64/
  kinit/repos/testing-x86_64/PKGBUILD
(from rev 255926, kinit/trunk/PKGBUILD)

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

Copied: kinit/repos/testing-i686/PKGBUILD (from rev 255926, 
kinit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:46:26 UTC (rev 255927)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kinit
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Process launcher to speed up launching KDE applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kinit'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('9af3424a0ffd700ee9a65e96c14470f4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kinit/repos/testing-x86_64/PKGBUILD (from rev 255926, 
kinit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:46:26 UTC (rev 255927)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kinit
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Process launcher to speed up launching KDE applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kinit'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('9af3424a0ffd700ee9a65e96c14470f4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:47:17
  Author: fyan
Revision: 255930

upgpkg: kdeclarative 5.17.0-1

KF 5.17.0

Modified:
  kdeclarative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:47:09 UTC (rev 255929)
+++ PKGBUILD2015-12-12 16:47:17 UTC (rev 255930)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdeclarative
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Provides integration of QML and KDE Frameworks'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdeclarative'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('4b96d169c2956487f34391872405beeb')
+md5sums=('bd0f526ee90ef5f24a0af50f5d203919')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:54:29
  Author: fyan
Revision: 255951

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

Added:
  plasma-framework/repos/testing-i686/
  plasma-framework/repos/testing-i686/PKGBUILD
(from rev 255950, plasma-framework/trunk/PKGBUILD)
  plasma-framework/repos/testing-x86_64/
  plasma-framework/repos/testing-x86_64/PKGBUILD
(from rev 255950, plasma-framework/trunk/PKGBUILD)

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

Copied: plasma-framework/repos/testing-i686/PKGBUILD (from rev 255950, 
plasma-framework/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:54:29 UTC (rev 255951)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/plasma-framework'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kactivities-frameworks')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+md5sums=('5b0f2f31497c81870f3ccc68e3e7a5fa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: plasma-framework/repos/testing-x86_64/PKGBUILD (from rev 255950, 
plasma-framework/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:54:29 UTC (rev 255951)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/plasma-framework'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kactivities-frameworks')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+md5sums=('5b0f2f31497c81870f3ccc68e3e7a5fa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:53:19
  Author: fyan
Revision: 255948

upgpkg: kactivities-frameworks 5.17.0-1

KF 5.17.0

Modified:
  kactivities-frameworks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:53:10 UTC (rev 255947)
+++ PKGBUILD2015-12-12 16:53:19 UTC (rev 255948)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities-frameworks
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
 url='https://projects.kde.org/projects/frameworks/kactivities'
@@ -16,7 +16,7 @@
 replaces=('libkactivities-frameworks')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kactivities-${pkgver}.tar.xz;)
-md5sums=('74bf374a487b7c6da4072867561b2996')
+md5sums=('e30b0aea360b8dbc441347d5311df872')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:52:32
  Author: fyan
Revision: 255945

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

Added:
  threadweaver/repos/testing-i686/
  threadweaver/repos/testing-i686/PKGBUILD
(from rev 255944, threadweaver/trunk/PKGBUILD)
  threadweaver/repos/testing-x86_64/
  threadweaver/repos/testing-x86_64/PKGBUILD
(from rev 255944, threadweaver/trunk/PKGBUILD)

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

Copied: threadweaver/repos/testing-i686/PKGBUILD (from rev 255944, 
threadweaver/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:52:32 UTC (rev 255945)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=threadweaver
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='High-level multithreading framework'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/threadweaver'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0f18a9e9b945e6f5e390fe7ea86f9aa6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: threadweaver/repos/testing-x86_64/PKGBUILD (from rev 255944, 
threadweaver/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:52:32 UTC (rev 255945)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=threadweaver
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='High-level multithreading framework'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/threadweaver'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0f18a9e9b945e6f5e390fe7ea86f9aa6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:52:39
  Author: fyan
Revision: 255946

upgpkg: kcmutils 5.17.0-1

KF 5.17.0

Modified:
  kcmutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:52:32 UTC (rev 255945)
+++ PKGBUILD2015-12-12 16:52:39 UTC (rev 255946)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kcmutils
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Utilities for interacting with KCModules'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kcmutils'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('471e43116273829b2a25fc25dace50ef')
+md5sums=('194528db96160fe854663244c7bac7ce')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:53:50
  Author: fyan
Revision: 255949

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

Added:
  kactivities-frameworks/repos/testing-i686/
  kactivities-frameworks/repos/testing-i686/PKGBUILD
(from rev 255948, kactivities-frameworks/trunk/PKGBUILD)
  kactivities-frameworks/repos/testing-x86_64/
  kactivities-frameworks/repos/testing-x86_64/PKGBUILD
(from rev 255948, kactivities-frameworks/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: kactivities-frameworks/repos/testing-i686/PKGBUILD (from rev 255948, 
kactivities-frameworks/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:53:50 UTC (rev 255949)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-frameworks
+pkgver=5.17.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://projects.kde.org/projects/frameworks/kactivities'
+license=('LGPL')
+depends=('kcmutils')
+makedepends=('extra-cmake-modules' 'boost' 'python')
+provides=('kactivities')
+conflicts=('kactivities4' 'libkactivities-frameworks')
+replaces=('libkactivities-frameworks')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kactivities-${pkgver}.tar.xz;)
+md5sums=('e30b0aea360b8dbc441347d5311df872')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kactivities-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kactivities-frameworks/repos/testing-x86_64/PKGBUILD (from rev 255948, 
kactivities-frameworks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:53:50 UTC (rev 255949)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-frameworks
+pkgver=5.17.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://projects.kde.org/projects/frameworks/kactivities'
+license=('LGPL')
+depends=('kcmutils')
+makedepends=('extra-cmake-modules' 'boost' 'python')
+provides=('kactivities')
+conflicts=('kactivities4' 'libkactivities-frameworks')
+replaces=('libkactivities-frameworks')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kactivities-${pkgver}.tar.xz;)
+md5sums=('e30b0aea360b8dbc441347d5311df872')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kactivities-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in plasma-framework/trunk (PKGBUILD bug355577.patch)

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:53:59
  Author: fyan
Revision: 255950

upgpkg: plasma-framework 5.17.0-1

KF 5.17.0

Modified:
  plasma-framework/trunk/PKGBUILD
Deleted:
  plasma-framework/trunk/bug355577.patch

-+
 PKGBUILD|   14 +++--
 bug355577.patch |   55 --
 2 files changed, 4 insertions(+), 65 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:53:50 UTC (rev 255949)
+++ PKGBUILD2015-12-12 16:53:59 UTC (rev 255950)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=plasma-framework
-pkgver=5.16.0
-pkgrel=3
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/plasma-framework'
@@ -12,17 +12,11 @@
 depends=('qt5-quickcontrols' 'kactivities-frameworks')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
-'bug355577.patch')
-md5sums=('bf64d612d33c73c51841d74540cc119f'
- '64e1544f397fcc210bd93a184a181903')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+md5sums=('5b0f2f31497c81870f3ccc68e3e7a5fa')
 
 prepare() {
   mkdir -p build
-
-# Fix crash in SDDM https://bugs.kde.org/show_bug.cgi?id=355577
-  cd $pkgname-$pkgver
-  patch -p1 -i ../bug355577.patch
 }
 
 build() {

Deleted: bug355577.patch
===
--- bug355577.patch 2015-12-12 16:53:50 UTC (rev 255949)
+++ bug355577.patch 2015-12-12 16:53:59 UTC (rev 255950)
@@ -1,55 +0,0 @@
-From: Kai Uwe Broulik 
-Date: Wed, 25 Nov 2015 17:17:57 +
-Subject: [IconItem] Don't crash on null KIconLoader theme
-X-Git-Tag: v5.17.0-rc1
-X-Git-Url: 
http://quickgit.kde.org/?p=plasma-framework.git=commitdiff=9ccc6293f792bb5a5cae624568c0073a73064b88

-[IconItem] Don't crash on null KIconLoader theme
-
-REVIEW: 126168
-BUG: 355577
-FIXED-IN: 5.17

-
-
 a/src/declarativeimports/core/iconitem.cpp
-+++ b/src/declarativeimports/core/iconitem.cpp
-@@ -134,9 +134,15 @@
- //ok, svg not available from the plasma theme
- } else {
- //try to load from iconloader an svg with Plasma::Svg
--QString iconPath = 
KIconLoader::global()->theme()->iconPath(source.toString() + ".svg", 
qMin(width(), height()), KIconLoader::MatchBest);
--if (iconPath.isEmpty()) {
--iconPath = 
KIconLoader::global()->theme()->iconPath(source.toString() + ".svgz", 
qMin(width(), height()), KIconLoader::MatchBest);
-+const auto *iconTheme = KIconLoader::global()->theme();
-+QString iconPath;
-+if (iconTheme) {
-+iconTheme->iconPath(source.toString() + ".svg", 
qMin(width(), height()), KIconLoader::MatchBest);
-+if (iconPath.isEmpty()) {
-+iconPath = iconTheme->iconPath(source.toString() + 
".svgz", qMin(width(), height()), KIconLoader::MatchBest);
-+}
-+} else {
-+qWarning() << "KIconLoader has no theme set";
- }
- m_svgFromIconLoader = !iconPath.isEmpty();
- 
-@@ -339,9 +345,15 @@
- if (m_svgIcon->hasElement(m_source.toString())) {
- result = m_svgIcon->pixmap(m_source.toString());
- } else if (m_svgFromIconLoader) {
--QString iconPath = 
KIconLoader::global()->theme()->iconPath(source().toString() + ".svg", 
qMin(width(), height()), KIconLoader::MatchBest);
--if (iconPath.isEmpty()) {
--iconPath = 
KIconLoader::global()->theme()->iconPath(source().toString() + ".svgz", 
qMin(width(), height()), KIconLoader::MatchBest);
-+const auto *iconTheme = KIconLoader::global()->theme();
-+QString iconPath;
-+if (iconTheme) {
-+QString iconPath = iconTheme->iconPath(source().toString() + 
".svg", qMin(width(), height()), KIconLoader::MatchBest);
-+if (iconPath.isEmpty()) {
-+iconPath = iconTheme->iconPath(source().toString() + 
".svgz", qMin(width(), height()), KIconLoader::MatchBest);
-+}
-+} else {
-+qWarning() << "KIconLoader has no theme set";
- }
- 
- if (!iconPath.isEmpty()) {
-


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:04:55
  Author: fyan
Revision: 255982

upgpkg: kxmlrpcclient 5.17.0-1

KF 5.17.0

Modified:
  kxmlrpcclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 17:04:42 UTC (rev 255981)
+++ PKGBUILD2015-12-12 17:04:55 UTC (rev 255982)
@@ -3,8 +3,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kxmlrpcclient
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc="XML-RPC client library for KDE"
 arch=('i686' 'x86_64')
 url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
@@ -14,7 +14,7 @@
 conflicts=('plasma-workspace<5.2.95')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('cb1400da35881f535068be26e577c173')
+md5sums=('c5ae8477840ab1c93635dcc08910c65c')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:04:42
  Author: fyan
Revision: 255981

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

Added:
  ktexteditor/repos/testing-i686/
  ktexteditor/repos/testing-i686/PKGBUILD
(from rev 255980, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch
(from rev 255980, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 255980, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/testing-x86_64/pkgbuild-syntax-highlight.patch
(from rev 255980, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/pkgbuild-syntax-highlight.patch   |   11 ++
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/pkgbuild-syntax-highlight.patch |   11 ++
 4 files changed, 104 insertions(+)

Copied: ktexteditor/repos/testing-i686/PKGBUILD (from rev 255980, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 17:04:42 UTC (rev 255981)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+md5sums=('50aeddc84e24b3f69560c32aa56b9588'
+ '3a03efe92f1403991c51f2859ee092f6')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch (from 
rev 255980, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
===
--- testing-i686/pkgbuild-syntax-highlight.patch
(rev 0)
+++ testing-i686/pkgbuild-syntax-highlight.patch2015-12-12 17:04:42 UTC 
(rev 255981)
@@ -0,0 +1,11 @@
+--- src/syntax/data/bash.xml~  2013-06-13 09:46:51.569245577 +
 src/syntax/data/bash.xml   2013-06-13 09:47:31.745637790 +
+@@ -8,7 +8,7 @@
+ 
+  
+ ]>
+-
++
+ 
+ 
+  
+ ]>
+-
++
+ 
+ 

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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:05:26
  Author: fyan
Revision: 255983

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

Added:
  kxmlrpcclient/repos/testing-i686/
  kxmlrpcclient/repos/testing-i686/PKGBUILD
(from rev 255982, kxmlrpcclient/trunk/PKGBUILD)
  kxmlrpcclient/repos/testing-x86_64/
  kxmlrpcclient/repos/testing-x86_64/PKGBUILD
(from rev 255982, kxmlrpcclient/trunk/PKGBUILD)

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

Copied: kxmlrpcclient/repos/testing-i686/PKGBUILD (from rev 255982, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 17:05:26 UTC (rev 255983)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.17.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('plasma-workspace<5.2.95')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c5ae8477840ab1c93635dcc08910c65c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kxmlrpcclient/repos/testing-x86_64/PKGBUILD (from rev 255982, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 17:05:26 UTC (rev 255983)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.17.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('plasma-workspace<5.2.95')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c5ae8477840ab1c93635dcc08910c65c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:05:34
  Author: fyan
Revision: 255984

upgpkg: modemmanager-qt 5.17.0-1

KF 5.17.0

Modified:
  modemmanager-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 17:05:26 UTC (rev 255983)
+++ PKGBUILD2015-12-12 17:05:34 UTC (rev 255984)
@@ -3,8 +3,8 @@
 # Mainrainer: Antonio Rojas 
 
 pkgname=modemmanager-qt
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Qt wrapper for ModemManager DBus API'
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/frameworks/modemmanager-qt'
@@ -14,7 +14,7 @@
 groups=(kf5)
 conflicts=(libmm-qt5)
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('5b9784dd786b7c4e44e79b2572b4e9ad')
+md5sums=('7422bc84440e9ffcfdc18e371e46184a')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:06:07
  Author: fyan
Revision: 255985

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

Added:
  modemmanager-qt/repos/testing-i686/
  modemmanager-qt/repos/testing-i686/PKGBUILD
(from rev 255984, modemmanager-qt/trunk/PKGBUILD)
  modemmanager-qt/repos/testing-x86_64/
  modemmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 255984, modemmanager-qt/trunk/PKGBUILD)

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

Copied: modemmanager-qt/repos/testing-i686/PKGBUILD (from rev 255984, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 17:06:07 UTC (rev 255985)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/modemmanager-qt'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(kf5)
+conflicts=(libmm-qt5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7422bc84440e9ffcfdc18e371e46184a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: modemmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 255984, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 17:06:07 UTC (rev 255985)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/modemmanager-qt'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(kf5)
+conflicts=(libmm-qt5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7422bc84440e9ffcfdc18e371e46184a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:11:40
  Author: fyan
Revision: 256001

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

Added:
  baloo/repos/testing-i686/
  baloo/repos/testing-i686/PKGBUILD
(from rev 256000, baloo/trunk/PKGBUILD)
  baloo/repos/testing-i686/baloo.install
(from rev 256000, baloo/trunk/baloo.install)
  baloo/repos/testing-x86_64/
  baloo/repos/testing-x86_64/PKGBUILD
(from rev 256000, baloo/trunk/PKGBUILD)
  baloo/repos/testing-x86_64/baloo.install
(from rev 256000, baloo/trunk/baloo.install)

--+
 testing-i686/PKGBUILD|   40 
 testing-i686/baloo.install   |   11 +++
 testing-x86_64/PKGBUILD  |   40 
 testing-x86_64/baloo.install |   11 +++
 4 files changed, 102 insertions(+)

Copied: baloo/repos/testing-i686/PKGBUILD (from rev 256000, 
baloo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 17:11:40 UTC (rev 256001)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.17.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Baloo'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks')
+provides=('baloo-frameworks')
+groups=('kf5')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+md5sums=('68f4935a18f95a2737e1cc3bc9f76fb9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: baloo/repos/testing-i686/baloo.install (from rev 256000, 
baloo/trunk/baloo.install)
===
--- testing-i686/baloo.install  (rev 0)
+++ testing-i686/baloo.install  2015-12-12 17:11:40 UTC (rev 256001)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: baloo/repos/testing-x86_64/PKGBUILD (from rev 256000, 
baloo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 17:11:40 UTC (rev 256001)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.17.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Baloo'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks')
+provides=('baloo-frameworks')
+groups=('kf5')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+md5sums=('68f4935a18f95a2737e1cc3bc9f76fb9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: baloo/repos/testing-x86_64/baloo.install (from rev 256000, 
baloo/trunk/baloo.install)
===
--- testing-x86_64/baloo.install(rev 0)
+++ testing-x86_64/baloo.install2015-12-12 17:11:40 UTC (rev 256001)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:11:49
  Author: fyan
Revision: 256002

upgpkg: oxygen-icons 1:5.17.0-1

KF 5.17.0

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 17:11:40 UTC (rev 256001)
+++ PKGBUILD2015-12-12 17:11:49 UTC (rev 256002)
@@ -6,7 +6,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=5.16.0
+pkgver=5.17.0
 epoch=1
 pkgrel=1
 pkgdesc="The Oxygen Icon Theme"
@@ -15,7 +15,7 @@
 license=('LGPL')
 makedepends=('extra-cmake-modules')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz;)
-sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
+sha1sums=('cbbee2117abaccd0aad4fb65e8a98e0f0df75c5e')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in oxygen-icons/repos (testing-any testing-any/PKGBUILD)

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:12:13
  Author: fyan
Revision: 256003

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 256002, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 256002, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-12-12 17:12:13 UTC (rev 256003)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=5.17.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz;)
+sha1sums=('cbbee2117abaccd0aad4fb65e8a98e0f0df75c5e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}5-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  groups=('kf5')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:11:08
  Author: fyan
Revision: 256000

upgpkg: baloo 5.17.0-1

KF 5.17.0

Modified:
  baloo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 17:11:00 UTC (rev 255999)
+++ PKGBUILD2015-12-12 17:11:08 UTC (rev 256000)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=baloo
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc="A framework for searching and managing metadata"
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Baloo'
@@ -17,7 +17,7 @@
 groups=('kf5')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('fba5359eb81acdbd900ee304aee15eca')
+md5sums=('68f4935a18f95a2737e1cc3bc9f76fb9')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:11:00
  Author: fyan
Revision: 255999

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

Added:
  krunner/repos/testing-i686/
  krunner/repos/testing-i686/PKGBUILD
(from rev 255998, krunner/trunk/PKGBUILD)
  krunner/repos/testing-x86_64/
  krunner/repos/testing-x86_64/PKGBUILD
(from rev 255998, krunner/trunk/PKGBUILD)

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

Copied: krunner/repos/testing-i686/PKGBUILD (from rev 255998, 
krunner/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 17:11:00 UTC (rev 255999)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/krunner'
+license=('LGPL')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('cfba38c903d9a939e3a25174837903b3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: krunner/repos/testing-x86_64/PKGBUILD (from rev 255998, 
krunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 17:11:00 UTC (rev 255999)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/krunner'
+license=('LGPL')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('cfba38c903d9a939e3a25174837903b3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Alexander Rødseth
Date: Saturday, December 12, 2015 @ 18:28:13
  Author: arodseth
Revision: 153140

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-12 17:28:00 UTC (rev 153139)
+++ community-i686/PKGBUILD 2015-12-12 17:28:13 UTC (rev 153140)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  #Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  #Conflict with rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-"$pkgdir/usr/share/bash-completion/completions/cargo"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
-"$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo/repos/community-i686/PKGBUILD (from rev 153139, 
cargo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-12 17:28:13 UTC (rev 153140)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Christopher Reimer 
+
+pkgname=cargo
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('custom')
+depends=('curl' 'rust')
+makedepends=('cmake' 'git' 'python')
+options=('!emptydirs')
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  git submodule init
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --enable-optimize
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+
+  # Contains reference to $srcdir and $pkgdir
+  find "$pkgdir" -name install.log -delete
+  find "$pkgdir" -name manifest-cargo -delete
+
+  # Conflicts with the rust package
+  find "$pkgdir" -name uninstall.sh -delete
+
+  install -d "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+"$pkgdir/usr/share/bash-completion/completions/cargo"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
+"$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-12 17:28:00 UTC (rev 153139)
+++ community-x86_64/PKGBUILD   2015-12-12 17:28:13 UTC (rev 153140)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  #Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  #Conflict with rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d 

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

2015-12-12 Thread Alexander Rødseth
Date: Saturday, December 12, 2015 @ 18:28:00
  Author: arodseth
Revision: 153139

upgpkg: cargo 0.7.0-1

Modified:
  cargo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 15:28:05 UTC (rev 153138)
+++ PKGBUILD2015-12-12 17:28:00 UTC (rev 153139)
@@ -3,7 +3,7 @@
 # Contributor: Christopher Reimer 
 
 pkgname=cargo
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Rust package manager'
 url='http://crates.io/'
@@ -16,7 +16,7 @@
 md5sums=('SKIP')
 
 prepare() {
-  cd "$srcdir/$pkgname"
+  cd "$pkgname"
 
   git submodule init
   git submodule update
@@ -23,7 +23,7 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname"
+  cd "$pkgname"
 
   ./configure --prefix=/usr --enable-optimize
   make
@@ -30,15 +30,15 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname"
+  cd "$pkgname"
 
   make DESTDIR="$pkgdir" install
 
-  #Contains reference to $srcdir and $pkgdir
+  # Contains reference to $srcdir and $pkgdir
   find "$pkgdir" -name install.log -delete
   find "$pkgdir" -name manifest-cargo -delete
 
-  #Conflict with rust package
+  # Conflicts with the rust package
   find "$pkgdir" -name uninstall.sh -delete
 
   install -d "$pkgdir/usr/share/bash-completion/completions"


[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (8 files)

2015-12-12 Thread Lukas Jirkovsky
Date: Saturday, December 12, 2015 @ 16:12:03
  Author: stativ
Revision: 153134

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 153133, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 153133, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 153133, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-any/idea.sh
(from rev 153133, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install
  intellij-idea-community-edition/repos/community-any/idea.sh

--+
 PKGBUILD |   86 -
 idea.desktop |   22 +++---
 idea.install |   18 +--
 idea.sh  |8 ++---
 4 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-12 15:11:52 UTC (rev 153133)
+++ PKGBUILD2015-12-12 15:12:03 UTC (rev 153134)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-community-edition
-pkgver=15.0.1
-_pkgver=143.382.35
-pkgrel=1
-epoch=1
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="http://www.jetbrains.org/;
-license=('Apache')
-depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-idea.desktop idea.sh)
-sha256sums=('faca173b216cb3eeff53b499b432780a12c1543a27c36c0bef62cf2e82fc7cb5'
-'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
-'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
-
-package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
153133, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-12 15:12:03 UTC (rev 153134)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-community-edition
+pkgver=15.0.2
+_pkgver=143.1184.17
+pkgrel=1
+epoch=1
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
+arch=('any')
+url="http://www.jetbrains.org/;
+license=('Apache')
+depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+idea.desktop idea.sh)
+sha256sums=('8c988751871faf94a3f60a34f6360e75ddaec8ea21170e5bb05b1db4f4ca1979'
+'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
+'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
+  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
+   

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2015-12-12 Thread Lukas Jirkovsky
Date: Saturday, December 12, 2015 @ 16:11:52
  Author: stativ
Revision: 153133

upgpkg: intellij-idea-community-edition 1:15.0.2-1

update to 15.0.2

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 15:03:17 UTC (rev 153132)
+++ PKGBUILD2015-12-12 15:11:52 UTC (rev 153133)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-community-edition
-pkgver=15.0.1
-_pkgver=143.382.35
+pkgver=15.0.2
+_pkgver=143.1184.17
 pkgrel=1
 epoch=1
 pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
@@ -13,7 +13,7 @@
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
 idea.desktop idea.sh)
-sha256sums=('faca173b216cb3eeff53b499b432780a12c1543a27c36c0bef62cf2e82fc7cb5'
+sha256sums=('8c988751871faf94a3f60a34f6360e75ddaec8ea21170e5bb05b1db4f4ca1979'
 'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
 '6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
 


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:34:21
  Author: fyan
Revision: 255894

upgpkg: kcrash 5.17.0-1

KF 5.17.0

Modified:
  kcrash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:34:12 UTC (rev 255893)
+++ PKGBUILD2015-12-12 16:34:21 UTC (rev 255894)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kcrash
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Support for application crash analysis and bug report from apps'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kcrash'
@@ -14,7 +14,7 @@
 optdepends=('drkonqi: KDE crash handler application')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8f4730e9e0428cbff83a7ff26e33d4a9')
+md5sums=('45ba2b1d2efadf752a04b99a873ba50b')
 
 prepare() {
   mkdir build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:34:12
  Author: fyan
Revision: 255893

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

Added:
  kwindowsystem/repos/testing-i686/
  kwindowsystem/repos/testing-i686/PKGBUILD
(from rev 255892, kwindowsystem/trunk/PKGBUILD)
  kwindowsystem/repos/testing-x86_64/
  kwindowsystem/repos/testing-x86_64/PKGBUILD
(from rev 255892, kwindowsystem/trunk/PKGBUILD)

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

Copied: kwindowsystem/repos/testing-i686/PKGBUILD (from rev 255892, 
kwindowsystem/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:34:12 UTC (rev 255893)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwindowsystem
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Access to the windowing system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwindowsystem'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxfixes')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('294bcc6f70b12d3e4c1d1bc363ede9e6')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kwindowsystem/repos/testing-x86_64/PKGBUILD (from rev 255892, 
kwindowsystem/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:34:12 UTC (rev 255893)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwindowsystem
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Access to the windowing system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwindowsystem'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxfixes')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('294bcc6f70b12d3e4c1d1bc363ede9e6')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:33:30
  Author: fyan
Revision: 255891

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

Added:
  kconfigwidgets/repos/testing-i686/
  kconfigwidgets/repos/testing-i686/PKGBUILD
(from rev 255890, kconfigwidgets/trunk/PKGBUILD)
  kconfigwidgets/repos/testing-x86_64/
  kconfigwidgets/repos/testing-x86_64/PKGBUILD
(from rev 255890, kconfigwidgets/trunk/PKGBUILD)

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

Copied: kconfigwidgets/repos/testing-i686/PKGBUILD (from rev 255890, 
kconfigwidgets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:33:30 UTC (rev 255891)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfigwidgets
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Widgets for KConfig'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kconfigwidgets'
+license=('LGPL')
+depends=('kauth' 'kcodecs' 'kconfig' 'kguiaddons' 'ki18n' 'kwidgetsaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c3d2446e1d03bfeb4a98f158114227b6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kconfigwidgets/repos/testing-x86_64/PKGBUILD (from rev 255890, 
kconfigwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:33:30 UTC (rev 255891)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfigwidgets
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Widgets for KConfig'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kconfigwidgets'
+license=('LGPL')
+depends=('kauth' 'kcodecs' 'kconfig' 'kguiaddons' 'ki18n' 'kwidgetsaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c3d2446e1d03bfeb4a98f158114227b6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:33:38
  Author: fyan
Revision: 255892

upgpkg: kwindowsystem 5.17.0-1

KF 5.17.0

Modified:
  kwindowsystem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:33:30 UTC (rev 255891)
+++ PKGBUILD2015-12-12 16:33:38 UTC (rev 255892)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwindowsystem
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Access to the windowing system'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kwindowsystem'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('dff4815d1ae67206329aa690c2a98dfb')
+md5sums=('294bcc6f70b12d3e4c1d1bc363ede9e6')
 
 prepare() {
   mkdir build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:42:12
  Author: fyan
Revision: 255915

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

Added:
  kbookmarks/repos/testing-i686/
  kbookmarks/repos/testing-i686/PKGBUILD
(from rev 255914, kbookmarks/trunk/PKGBUILD)
  kbookmarks/repos/testing-x86_64/
  kbookmarks/repos/testing-x86_64/PKGBUILD
(from rev 255914, kbookmarks/trunk/PKGBUILD)

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

Copied: kbookmarks/repos/testing-i686/PKGBUILD (from rev 255914, 
kbookmarks/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:42:12 UTC (rev 255915)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbookmarks
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Support for bookmarks and the XBEL format'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kbookmarks'
+license=('LGPL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('27952c9e577d60b32777f7f03c8c14e8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kbookmarks/repos/testing-x86_64/PKGBUILD (from rev 255914, 
kbookmarks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:42:12 UTC (rev 255915)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbookmarks
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Support for bookmarks and the XBEL format'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kbookmarks'
+license=('LGPL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('27952c9e577d60b32777f7f03c8c14e8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:43:40
  Author: fyan
Revision: 255920

upgpkg: knotifications 5.17.0-1

KF 5.17.0

Modified:
  knotifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:43:31 UTC (rev 255919)
+++ PKGBUILD2015-12-12 16:43:40 UTC (rev 255920)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=knotifications
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Abstraction for system notifications'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/knotifications'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('08e446f720be3f06739e68f67a1ce761')
+md5sums=('6deaac0cc4563dc3abb7b6e2307886ee')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:42:51
  Author: fyan
Revision: 255917

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

Added:
  solid/repos/testing-i686/
  solid/repos/testing-i686/PKGBUILD
(from rev 255916, solid/trunk/PKGBUILD)
  solid/repos/testing-x86_64/
  solid/repos/testing-x86_64/PKGBUILD
(from rev 255916, solid/trunk/PKGBUILD)

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

Copied: solid/repos/testing-i686/PKGBUILD (from rev 255916, 
solid/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:42:51 UTC (rev 255917)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=solid
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Hardware integration and detection'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/solid'
+license=('LGPL')
+depends=('qt5-declarative' 'media-player-info' 'upower' 'udisks2')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('911af1ae598c04d5183383cb4b36970f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: solid/repos/testing-x86_64/PKGBUILD (from rev 255916, 
solid/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:42:51 UTC (rev 255917)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=solid
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Hardware integration and detection'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/solid'
+license=('LGPL')
+depends=('qt5-declarative' 'media-player-info' 'upower' 'udisks2')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('911af1ae598c04d5183383cb4b36970f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:43:31
  Author: fyan
Revision: 255919

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

Added:
  kjobwidgets/repos/testing-i686/
  kjobwidgets/repos/testing-i686/PKGBUILD
(from rev 255918, kjobwidgets/trunk/PKGBUILD)
  kjobwidgets/repos/testing-x86_64/
  kjobwidgets/repos/testing-x86_64/PKGBUILD
(from rev 255918, kjobwidgets/trunk/PKGBUILD)

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

Copied: kjobwidgets/repos/testing-i686/PKGBUILD (from rev 255918, 
kjobwidgets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:43:31 UTC (rev 255919)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjobwidgets
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Widgets for tracking KJob instances'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjobwidgets'
+license=('LGPL')
+depends=('kcoreaddons' 'kwidgetsaddons' 'qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c806e83a09b0e61ab0657b1de3a0afc7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kjobwidgets/repos/testing-x86_64/PKGBUILD (from rev 255918, 
kjobwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:43:31 UTC (rev 255919)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjobwidgets
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Widgets for tracking KJob instances'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjobwidgets'
+license=('LGPL')
+depends=('kcoreaddons' 'kwidgetsaddons' 'qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c806e83a09b0e61ab0657b1de3a0afc7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:42:59
  Author: fyan
Revision: 255918

upgpkg: kjobwidgets 5.17.0-1

KF 5.17.0

Modified:
  kjobwidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:42:51 UTC (rev 255917)
+++ PKGBUILD2015-12-12 16:42:59 UTC (rev 255918)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kjobwidgets
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Widgets for tracking KJob instances'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kjobwidgets'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1e3bc3da69178a784ee2a71b69379618')
+md5sums=('c806e83a09b0e61ab0657b1de3a0afc7')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:50:32
  Author: fyan
Revision: 255939

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

Added:
  kdesignerplugin/repos/testing-i686/
  kdesignerplugin/repos/testing-i686/PKGBUILD
(from rev 255938, kdesignerplugin/trunk/PKGBUILD)
  kdesignerplugin/repos/testing-x86_64/
  kdesignerplugin/repos/testing-x86_64/PKGBUILD
(from rev 255938, kdesignerplugin/trunk/PKGBUILD)

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

Copied: kdesignerplugin/repos/testing-i686/PKGBUILD (from rev 255938, 
kdesignerplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:50:32 UTC (rev 255939)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesignerplugin
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesignerplugin'
+license=('LGPL')
+depends=('kplotting' 'kdewebkit')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('972c4187b37644a4f8f491d759f01b2c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdesignerplugin/repos/testing-x86_64/PKGBUILD (from rev 255938, 
kdesignerplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:50:32 UTC (rev 255939)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesignerplugin
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesignerplugin'
+license=('LGPL')
+depends=('kplotting' 'kdewebkit')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('972c4187b37644a4f8f491d759f01b2c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:50:40
  Author: fyan
Revision: 255940

upgpkg: kpty 5.17.0-1

KF 5.17.0

Modified:
  kpty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:50:32 UTC (rev 255939)
+++ PKGBUILD2015-12-12 16:50:40 UTC (rev 255940)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kpty
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Pty abstraction'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kpty'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('6ae3e865f551af04bac69d808b9a9289')
+md5sums=('f1c3cb03e9b4c9df48a62b6186ef1ef7')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:51:20
  Author: fyan
Revision: 255942

upgpkg: kunitconversion 5.17.0-1

KF 5.17.0

Modified:
  kunitconversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:51:12 UTC (rev 255941)
+++ PKGBUILD2015-12-12 16:51:20 UTC (rev 255942)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kunitconversion
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Support for unit conversion'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kunitconversion'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('eb4b619c7402f9e51e7fc813ac057956')
+md5sums=('17c85142d3e4b54fabd65eaa96ed3fc9')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:51:12
  Author: fyan
Revision: 255941

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

Added:
  kpty/repos/testing-i686/
  kpty/repos/testing-i686/PKGBUILD
(from rev 255940, kpty/trunk/PKGBUILD)
  kpty/repos/testing-x86_64/
  kpty/repos/testing-x86_64/PKGBUILD
(from rev 255940, kpty/trunk/PKGBUILD)

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

Copied: kpty/repos/testing-i686/PKGBUILD (from rev 255940, kpty/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:51:12 UTC (rev 255941)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kpty
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Pty abstraction'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kpty'
+license=('LGPL')
+depends=('kcoreaddons' 'ki18n' 'libutempter')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f1c3cb03e9b4c9df48a62b6186ef1ef7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kpty/repos/testing-x86_64/PKGBUILD (from rev 255940, 
kpty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:51:12 UTC (rev 255941)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kpty
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Pty abstraction'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kpty'
+license=('LGPL')
+depends=('kcoreaddons' 'ki18n' 'libutempter')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f1c3cb03e9b4c9df48a62b6186ef1ef7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:50:00
  Author: fyan
Revision: 255938

upgpkg: kdesignerplugin 5.17.0-1

KF 5.17.0

Modified:
  kdesignerplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:49:53 UTC (rev 255937)
+++ PKGBUILD2015-12-12 16:50:00 UTC (rev 255938)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdesignerplugin
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdesignerplugin'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('cb82ede19ee124b1ed6fb9802de22ae3')
+md5sums=('972c4187b37644a4f8f491d759f01b2c')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:49:21
  Author: fyan
Revision: 255936

upgpkg: kplotting 5.17.0-1

KF 5.17.0

Modified:
  kplotting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:49:13 UTC (rev 255935)
+++ PKGBUILD2015-12-12 16:49:21 UTC (rev 255936)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kplotting
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Lightweight plotting framework'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kplotting'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b50d87015639c60b9f5c75de222ebe02')
+md5sums=('54b4aebe3c6a8e515f596f6e1fa50456')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:59:56
  Author: fyan
Revision: 255967

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

Added:
  kemoticons/repos/testing-i686/
  kemoticons/repos/testing-i686/PKGBUILD
(from rev 255966, kemoticons/trunk/PKGBUILD)
  kemoticons/repos/testing-x86_64/
  kemoticons/repos/testing-x86_64/PKGBUILD
(from rev 255966, kemoticons/trunk/PKGBUILD)

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

Copied: kemoticons/repos/testing-i686/PKGBUILD (from rev 255966, 
kemoticons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:59:56 UTC (rev 255967)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kemoticons'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('96cb791209374e1e5ac016aba9da544d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 255966, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:59:56 UTC (rev 255967)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kemoticons'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('96cb791209374e1e5ac016aba9da544d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:00:04
  Author: fyan
Revision: 255968

upgpkg: kidletime 5.17.0-1

KF 5.17.0

Modified:
  kidletime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:59:56 UTC (rev 255967)
+++ PKGBUILD2015-12-12 17:00:04 UTC (rev 255968)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kidletime
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Monitoring user activity'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kidletime'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8ee532a39a96ccf884027d2bc0aebbb7')
+md5sums=('cf7239dc8473502578e2c48eaae0f291')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:59:16
  Author: fyan
Revision: 255965

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

Added:
  kdnssd/repos/testing-i686/
  kdnssd/repos/testing-i686/PKGBUILD
(from rev 255964, kdnssd/trunk/PKGBUILD)
  kdnssd/repos/testing-x86_64/
  kdnssd/repos/testing-x86_64/PKGBUILD
(from rev 255964, kdnssd/trunk/PKGBUILD)

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

Copied: kdnssd/repos/testing-i686/PKGBUILD (from rev 255964, 
kdnssd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:59:16 UTC (rev 255965)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdnssd'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4c000db2189d5e08a8f2f326ca8813d5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 255964, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:59:16 UTC (rev 255965)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdnssd'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4c000db2189d5e08a8f2f326ca8813d5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:06:15
  Author: fyan
Revision: 255986

upgpkg: networkmanager-qt 5.17.0-1

KF 5.17.0

Modified:
  networkmanager-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 17:06:07 UTC (rev 255985)
+++ PKGBUILD2015-12-12 17:06:15 UTC (rev 255986)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=networkmanager-qt
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Qt wrapper for NetworkManager API'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/networkmanager-qt'
@@ -15,7 +15,7 @@
 replaces=('libnm-qt5')
 conflicts=('libnm-qt5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('f83788edbad653e6e825898e7c4d431d')
+md5sums=('8efcd476a709fe9307b9d819b7385b50')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:06:54
  Author: fyan
Revision: 255988

upgpkg: kdelibs4support 5.17.0-1

KF 5.17.0

Modified:
  kdelibs4support/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 17:06:46 UTC (rev 255987)
+++ PKGBUILD2015-12-12 17:06:54 UTC (rev 255988)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdelibs4support
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Porting aid from KDELibs4'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdelibs4support'
@@ -15,7 +15,7 @@
 replaces=('kde4support')
 conflicts=('kde4support')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('121964709702febfa1247e21e4add222')
+md5sums=('31293fec18749f0c0d8aad4be2ed27df')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:07:27
  Author: fyan
Revision: 255989

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

Added:
  kdelibs4support/repos/testing-i686/
  kdelibs4support/repos/testing-i686/PKGBUILD
(from rev 255988, kdelibs4support/trunk/PKGBUILD)
  kdelibs4support/repos/testing-x86_64/
  kdelibs4support/repos/testing-x86_64/PKGBUILD
(from rev 255988, kdelibs4support/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   45 +
 testing-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: kdelibs4support/repos/testing-i686/PKGBUILD (from rev 255988, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 17:07:27 UTC (rev 255989)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdelibs4support'
+license=('LGPL')
+depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri')
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('31293fec18749f0c0d8aad4be2ed27df')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/kf5/kssl/ca-bundle.crt
+}

Copied: kdelibs4support/repos/testing-x86_64/PKGBUILD (from rev 255988, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 17:07:27 UTC (rev 255989)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdelibs4support'
+license=('LGPL')
+depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri')
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('31293fec18749f0c0d8aad4be2ed27df')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/kf5/kssl/ca-bundle.crt
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:06:46
  Author: fyan
Revision: 255987

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

Added:
  networkmanager-qt/repos/testing-i686/
  networkmanager-qt/repos/testing-i686/PKGBUILD
(from rev 255986, networkmanager-qt/trunk/PKGBUILD)
  networkmanager-qt/repos/testing-x86_64/
  networkmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 255986, networkmanager-qt/trunk/PKGBUILD)

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

Copied: networkmanager-qt/repos/testing-i686/PKGBUILD (from rev 255986, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 17:06:46 UTC (rev 255987)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/networkmanager-qt'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+replaces=('libnm-qt5')
+conflicts=('libnm-qt5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8efcd476a709fe9307b9d819b7385b50')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 255986, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 17:06:46 UTC (rev 255987)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/networkmanager-qt'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+replaces=('libnm-qt5')
+conflicts=('libnm-qt5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8efcd476a709fe9307b9d819b7385b50')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:08:12
  Author: fyan
Revision: 255991

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

Added:
  khtml/repos/testing-i686/
  khtml/repos/testing-i686/PKGBUILD
(from rev 255990, khtml/trunk/PKGBUILD)
  khtml/repos/testing-x86_64/
  khtml/repos/testing-x86_64/PKGBUILD
(from rev 255990, khtml/trunk/PKGBUILD)

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

Copied: khtml/repos/testing-i686/PKGBUILD (from rev 255990, 
khtml/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 17:08:12 UTC (rev 255991)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/khtml'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b31c6e254c591438a28095b580d9b6f2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 255990, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 17:08:12 UTC (rev 255991)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/khtml'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b31c6e254c591438a28095b580d9b6f2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 18:07:40
  Author: fyan
Revision: 255990

upgpkg: khtml 5.17.0-1

KF 5.17.0

Modified:
  khtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 17:07:27 UTC (rev 255989)
+++ PKGBUILD2015-12-12 17:07:40 UTC (rev 255990)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=khtml
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='KHTML APIs'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/khtml'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('c70b6772bfdf956ae8f5b8d3625b2510')
+md5sums=('b31c6e254c591438a28095b580d9b6f2')
 
 prepare() {
   mkdir -p build


  1   2   3   >