[arch-commits] Commit in kconfig/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:29:57
  Author: arojas
Revision: 312079

archrelease: copy trunk to testing-x86_64

Added:
  kconfig/repos/testing-x86_64/
  kconfig/repos/testing-x86_64/PKGBUILD
(from rev 312078, kconfig/trunk/PKGBUILD)

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

Copied: kconfig/repos/testing-x86_64/PKGBUILD (from rev 312078, 
kconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:29:57 UTC (rev 312079)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfig
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Configuration system'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f65b24642fab8b45e8ea93620d6c8321535681c286682cd8e62f428def4a90c9'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kcodecs/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:29:42
  Author: arojas
Revision: 312078

archrelease: copy trunk to testing-x86_64

Added:
  kcodecs/repos/testing-x86_64/
  kcodecs/repos/testing-x86_64/PKGBUILD
(from rev 312077, kcodecs/trunk/PKGBUILD)

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

Copied: kcodecs/repos/testing-x86_64/PKGBUILD (from rev 312077, 
kcodecs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:29:42 UTC (rev 312078)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcodecs
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Provide a collection of methods to manipulate strings using various 
encodings'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'gperf' 'doxygen')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('0977b4eed346230837c3ec59e08e43977ae8657e18cc8e279f030199eeaa2679'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kwidgetsaddons/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:30:12
  Author: arojas
Revision: 312080

archrelease: copy trunk to testing-x86_64

Added:
  kwidgetsaddons/repos/testing-x86_64/
  kwidgetsaddons/repos/testing-x86_64/PKGBUILD
(from rev 312079, kwidgetsaddons/trunk/PKGBUILD)

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

Copied: kwidgetsaddons/repos/testing-x86_64/PKGBUILD (from rev 312079, 
kwidgetsaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:30:12 UTC (rev 312080)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwidgetsaddons
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Addons to QtWidgets'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python2-pyqt5' 
'python-pyqt5' 'doxygen')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4517e883706a303218fb1f9e03a0103fd9ec6bb16ec4a92f318b0b11ed3bd595'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kguiaddons/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:30:44
  Author: arojas
Revision: 312082

archrelease: copy trunk to testing-x86_64

Added:
  kguiaddons/repos/testing-x86_64/
  kguiaddons/repos/testing-x86_64/PKGBUILD
(from rev 312081, kguiaddons/trunk/PKGBUILD)

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

Copied: kguiaddons/repos/testing-x86_64/PKGBUILD (from rev 312081, 
kguiaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:30:44 UTC (rev 312082)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kguiaddons
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Addons to QtGui'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras')
+makedepends=('extra-cmake-modules' 'mesa' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen' 'qt5-tools')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e1a2bf196a4134293a4efd461b4aa6c2cdb3653d09569bbcc2591b923c066a33'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kcompletion/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:30:29
  Author: arojas
Revision: 312081

archrelease: copy trunk to testing-x86_64

Added:
  kcompletion/repos/testing-x86_64/
  kcompletion/repos/testing-x86_64/PKGBUILD
(from rev 312080, kcompletion/trunk/PKGBUILD)

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

Copied: kcompletion/repos/testing-x86_64/PKGBUILD (from rev 312080, 
kcompletion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:30:29 UTC (rev 312081)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcompletion
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Text completion helpers and widgets'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kwidgetsaddons' 'kconfig')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('63fba36b9edd1691a26b7ea211e0f44cdf8616622168ba4df408174d6881cb2c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kdbusaddons/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:31:42
  Author: arojas
Revision: 312086

archrelease: copy trunk to testing-x86_64

Added:
  kdbusaddons/repos/testing-x86_64/
  kdbusaddons/repos/testing-x86_64/PKGBUILD
(from rev 312085, kdbusaddons/trunk/PKGBUILD)

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

Copied: kdbusaddons/repos/testing-x86_64/PKGBUILD (from rev 312085, 
kdbusaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:31:42 UTC (rev 312086)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdbusaddons
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Addons to QtDBus'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('de76412c0659fac9e8eaac51feb454f2395f9ca61f80103582e5df3dc8fea609'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kcrash/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:31:27
  Author: arojas
Revision: 312085

archrelease: copy trunk to testing-x86_64

Added:
  kcrash/repos/testing-x86_64/
  kcrash/repos/testing-x86_64/PKGBUILD
(from rev 312084, kcrash/trunk/PKGBUILD)

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

Copied: kcrash/repos/testing-x86_64/PKGBUILD (from rev 312084, 
kcrash/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:31:27 UTC (rev 312085)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcrash
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Support for application crash analysis and bug report from apps'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'kwindowsystem')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+optdepends=('drkonqi: KDE crash handler application')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('7ecb0bd50d02a6f8764d481acce38bf0cecdb01f92f091bcf0ecd6313e34e0ca'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kwindowsystem/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:31:11
  Author: arojas
Revision: 312084

archrelease: copy trunk to testing-x86_64

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

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

Copied: kwindowsystem/repos/testing-x86_64/PKGBUILD (from rev 312083, 
kwindowsystem/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:31:11 UTC (rev 312084)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwindowsystem
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Access to the windowing system'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f4846981392a3b65a2449e04139b79fd7d46e1460e18343f6d45f73d71fa9274'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kconfigwidgets/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:30:57
  Author: arojas
Revision: 312083

archrelease: copy trunk to testing-x86_64

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

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

Copied: kconfigwidgets/repos/testing-x86_64/PKGBUILD (from rev 312082, 
kconfigwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:30:57 UTC (rev 312083)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfigwidgets
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Widgets for KConfig'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kauth' 'kcodecs' 'kconfig' 'kguiaddons' 'ki18n' 'kwidgetsaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'mesa' 'clang' 
'python-pyqt5' 'python2-pyqt5' 'doxygen' 'qt5-tools')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a2d9c690f67d817939a4466e6b59c46ed0b0439e9df2f0a21850dddae19477d1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in attica-qt5/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:31:55
  Author: arojas
Revision: 312087

archrelease: copy trunk to testing-x86_64

Added:
  attica-qt5/repos/testing-x86_64/
  attica-qt5/repos/testing-x86_64/PKGBUILD
(from rev 312086, attica-qt5/trunk/PKGBUILD)

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

Copied: attica-qt5/repos/testing-x86_64/PKGBUILD (from rev 312086, 
attica-qt5/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:31:55 UTC (rev 312087)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica-qt5
+pkgver=5.41.0
+pkgrel=1
+arch=('x86_64')
+pkgdesc='Qt5 library that implements the Open Collaboration Services API'
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/attica-${pkgver}.tar.xz"{,.sig})
+sha256sums=('077b6cac59ebfb2d6e529653cae21f5ced26d54ff79c86687ee78f021cc427d1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kglobalaccel/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:32:27
  Author: arojas
Revision: 312089

archrelease: copy trunk to testing-x86_64

Added:
  kglobalaccel/repos/testing-x86_64/
  kglobalaccel/repos/testing-x86_64/PKGBUILD
(from rev 312088, kglobalaccel/trunk/PKGBUILD)

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

Copied: kglobalaccel/repos/testing-x86_64/PKGBUILD (from rev 312088, 
kglobalaccel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:32:27 UTC (rev 312089)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kglobalaccel
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Add support for global workspace shortcuts'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kdbusaddons' 'kconfig' 'kcrash')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4e7949dcd0c262bf2ca8a83181f2a50aa7ed4357146858a5564640bd24e00a45'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB  # David Faure 

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


[arch-commits] Commit in kservice/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:32:12
  Author: arojas
Revision: 312088

archrelease: copy trunk to testing-x86_64

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

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

Copied: kservice/repos/testing-x86_64/PKGBUILD (from rev 312087, 
kservice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:32:12 UTC (rev 312088)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kservice
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Advanced plugin and service introspection'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n' 'kconfig' 'kcrash' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('18148badc720eb2a899728ddd69ca0a7e291a371d5d8d404aa39f9b6f6806c4c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kitemviews/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:32:40
  Author: arojas
Revision: 312090

archrelease: copy trunk to testing-x86_64

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

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

Copied: kitemviews/repos/testing-x86_64/PKGBUILD (from rev 312089, 
kitemviews/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:32:40 UTC (rev 312090)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemviews
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Widget addons for Qt Model/View'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ce08179e9c4d5e3df095eb3af848c1005901abd6b9e45cc359810f704bbd8704'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kiconthemes/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:32:54
  Author: arojas
Revision: 312091

archrelease: copy trunk to testing-x86_64

Added:
  kiconthemes/repos/testing-x86_64/
  kiconthemes/repos/testing-x86_64/PKGBUILD
(from rev 312090, kiconthemes/trunk/PKGBUILD)

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

Copied: kiconthemes/repos/testing-x86_64/PKGBUILD (from rev 312090, 
kiconthemes/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:32:54 UTC (rev 312091)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiconthemes
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Support for icon themes'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'kconfigwidgets' 'kitemviews' 'karchive')
+makedepends=('extra-cmake-modules' 'python' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e19d71ea1dd7debaad599619b73da0e0727b2b144795025adde70ebfc73a8ffb'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in sonnet/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:33:07
  Author: arojas
Revision: 312092

archrelease: copy trunk to testing-x86_64

Added:
  sonnet/repos/testing-x86_64/
  sonnet/repos/testing-x86_64/PKGBUILD
(from rev 312091, sonnet/trunk/PKGBUILD)

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

Copied: sonnet/repos/testing-x86_64/PKGBUILD (from rev 312091, 
sonnet/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:33:07 UTC (rev 312092)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sonnet
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Spelling framework for Qt5'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 
'libvoikko' 'doxygen')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking 
via aspell' 
+'hspell: spell checking for Hebrew' 'libvoikko: Finnish support 
via Voikko')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e66814247a3c6953f868fc2f0834d16a511a81ed92af5f1d4296522c15a017ca'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in ktextwidgets/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:33:21
  Author: arojas
Revision: 312093

archrelease: copy trunk to testing-x86_64

Added:
  ktextwidgets/repos/testing-x86_64/
  ktextwidgets/repos/testing-x86_64/PKGBUILD
(from rev 312092, ktextwidgets/trunk/PKGBUILD)

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

Copied: ktextwidgets/repos/testing-x86_64/PKGBUILD (from rev 312092, 
ktextwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:33:21 UTC (rev 312093)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktextwidgets
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Advanced text editing widgets'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcompletion' 'kservice' 'kiconthemes' 'sonnet' 'qt5-speech')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('7608a9f6b44acf2c9fbd483605dfd65004cce321ea0177909f8a6d69c126d654'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kxmlgui/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:33:34
  Author: arojas
Revision: 312094

archrelease: copy trunk to testing-x86_64

Added:
  kxmlgui/repos/testing-x86_64/
  kxmlgui/repos/testing-x86_64/PKGBUILD
(from rev 312093, kxmlgui/trunk/PKGBUILD)

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

Copied: kxmlgui/repos/testing-x86_64/PKGBUILD (from rev 312093, 
kxmlgui/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:33:34 UTC (rev 312094)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kxmlgui
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='User configurable main windows'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kglobalaccel' 'ktextwidgets' 'attica-qt5')
+makedepends=('extra-cmake-modules' 'python' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('9942dab1f836db87eb9b545ea77501340ebdc411657b41f71328590be9e8fc31'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kbookmarks/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:33:48
  Author: arojas
Revision: 312095

archrelease: copy trunk to testing-x86_64

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

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

Copied: kbookmarks/repos/testing-x86_64/PKGBUILD (from rev 312094, 
kbookmarks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:33:48 UTC (rev 312095)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbookmarks
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Support for bookmarks and the XBEL format'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('60276dc8c4f63107019604ae2b983f7f3a29cde65d7fe12a57e1665d0b72799c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kjobwidgets/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:34:15
  Author: arojas
Revision: 312097

archrelease: copy trunk to testing-x86_64

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

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

Copied: kjobwidgets/repos/testing-x86_64/PKGBUILD (from rev 312096, 
kjobwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:34:15 UTC (rev 312097)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjobwidgets
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Widgets for tracking KJob instances'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'kwidgetsaddons' 'qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python2-pyqt5' 
'python-pyqt5' 'doxygen')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1b97f3f89987d9dd58909ff1e1ef4fa81ffb144bb589cf80c5deae8ca8996db9'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in solid/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:34:01
  Author: arojas
Revision: 312096

archrelease: copy trunk to testing-x86_64

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

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

Copied: solid/repos/testing-x86_64/PKGBUILD (from rev 312095, 
solid/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:34:01 UTC (rev 312096)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=solid
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Hardware integration and detection'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-declarative' 'media-player-info' 'upower' 'udisks2')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e327acf724443247a6fe5e51abaf4c11052027996554734ae8e26523f4ed5844'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:34:28
  Author: arojas
Revision: 312098

archrelease: copy trunk to testing-x86_64

Added:
  knotifications/repos/testing-x86_64/
  knotifications/repos/testing-x86_64/PKGBUILD
(from rev 312097, knotifications/trunk/PKGBUILD)

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 312097, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:34:28 UTC (rev 312098)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 
'kcoreaddons' 'qt5-speech')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('04f9d6d0209586bf00dd4dbc2714b384c1817f8ac2d9e24d1fafc2faeb8b51b7'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kwallet/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:34:41
  Author: arojas
Revision: 312099

archrelease: copy trunk to testing-x86_64

Added:
  kwallet/repos/testing-x86_64/
  kwallet/repos/testing-x86_64/PKGBUILD
(from rev 312098, kwallet/trunk/PKGBUILD)

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

Copied: kwallet/repos/testing-x86_64/PKGBUILD (from rev 312098, 
kwallet/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:34:41 UTC (rev 312099)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwallet
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Secure and unified container for user passwords'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes' 'kservice' 'gpgme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 'doxygen' 
'qt5-tools')
+optdepends=('kwalletmanager: Configuration GUI')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('74ec71ab2dd621ce65762148f37b1078bc8fb6910ace1b04bab8e4f5c675bfbd'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kio/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:34:54
  Author: arojas
Revision: 312100

archrelease: copy trunk to testing-x86_64

Added:
  kio/repos/testing-x86_64/
  kio/repos/testing-x86_64/PKGBUILD
(from rev 312099, kio/trunk/PKGBUILD)

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

Copied: kio/repos/testing-x86_64/PKGBUILD (from rev 312099, kio/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:34:54 UTC (rev 312100)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Resource and network access abstraction'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 
'desktop-file-utils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 
'kdoctools: for the help kioslave'
+'knetattach: to add new kio-remote entries')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('90c4c27959efec70849fd03e6cf9708d09c0101a15f3c14ab731ec0997bb649e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kinit/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:35:12
  Author: arojas
Revision: 312101

archrelease: copy trunk to testing-x86_64

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

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

Copied: kinit/repos/testing-x86_64/PKGBUILD (from rev 312100, 
kinit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:35:12 UTC (rev 312101)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kinit
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Process launcher to speed up launching KDE applications'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c93f6e759c8a723ce1f05513642babb64554d6446704c428b99dbf31a4d55816'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kpackage/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:35:26
  Author: arojas
Revision: 312102

archrelease: copy trunk to testing-x86_64

Added:
  kpackage/repos/testing-x86_64/
  kpackage/repos/testing-x86_64/PKGBUILD
(from rev 312101, kpackage/trunk/PKGBUILD)

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

Copied: kpackage/repos/testing-x86_64/PKGBUILD (from rev 312101, 
kpackage/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:35:26 UTC (rev 312102)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pier Luigi Fiorini 
+
+pkgname=kpackage
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Framework that lets applications manage user installable packages of 
non-binary assets'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'ki18n' 'kcoreaddons')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'kdoctools' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b5fd12baf2de9d93ca245a7775052589dea88d0ade2299174ebe8ae2a1d6c398'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kparts/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:35:53
  Author: arojas
Revision: 312104

archrelease: copy trunk to testing-x86_64

Added:
  kparts/repos/testing-x86_64/
  kparts/repos/testing-x86_64/PKGBUILD
(from rev 312103, kparts/trunk/PKGBUILD)

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

Copied: kparts/repos/testing-x86_64/PKGBUILD (from rev 312103, 
kparts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:35:53 UTC (rev 312104)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kparts
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Document centric plugin system'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e1ac20ed668efd17d55d92850e57d45d91d909ab8b82549b8e1f4989ec81ad25'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kdeclarative/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:35:40
  Author: arojas
Revision: 312103

archrelease: copy trunk to testing-x86_64

Added:
  kdeclarative/repos/testing-x86_64/PKGBUILD
(from rev 312102, kdeclarative/trunk/PKGBUILD)
Deleted:
  kdeclarative/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 18:35:26 UTC (rev 312102)
+++ PKGBUILD2017-12-10 18:35:40 UTC (rev 312103)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeclarative
-pkgver=5.40.0
-pkgrel=2
-pkgdesc='Provides integration of QML and KDE Frameworks'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kio' 'kpackage' 'libepoxy')
-makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('a60142c4c1b14756196ebb90db63fd1214efe8ed921afa8b6b956caed23bd783'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kdeclarative/repos/testing-x86_64/PKGBUILD (from rev 312102, 
kdeclarative/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 18:35:40 UTC (rev 312103)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeclarative
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Provides integration of QML and KDE Frameworks'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio' 'kpackage' 'libepoxy')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ea49d799f2773939a1d704a7d8f6f43dfc27d07090ab99d63055f6d3c8cfaec3'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kdewebkit/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:36:07
  Author: arojas
Revision: 312105

archrelease: copy trunk to testing-x86_64

Added:
  kdewebkit/repos/testing-x86_64/
  kdewebkit/repos/testing-x86_64/PKGBUILD
(from rev 312104, kdewebkit/trunk/PKGBUILD)

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

Copied: kdewebkit/repos/testing-x86_64/PKGBUILD (from rev 312104, 
kdewebkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:36:07 UTC (rev 312105)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdewebkit
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='KDE Integration for QtWebKit'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-webkit' 'kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('cdc8fd1b18822ab52c3e6dd269d148138c5adb17b44ec61b23b3f4332aedd1e6'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:36:35
  Author: arojas
Revision: 312107

archrelease: copy trunk to testing-x86_64

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

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

Copied: kdesignerplugin/repos/testing-x86_64/PKGBUILD (from rev 312106, 
kdesignerplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:36:35 UTC (rev 312107)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesignerplugin
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kplotting kio)
+makedepends=(extra-cmake-modules qt5-tools kdoctools kdewebkit python)
+optdepends=('kdewebkit: KDEWebKit plugin')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2939f1d27669cab056425756db4308111059083b577abdb9f52eda749fb437b0'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kplotting/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:36:22
  Author: arojas
Revision: 312106

archrelease: copy trunk to testing-x86_64

Added:
  kplotting/repos/testing-x86_64/
  kplotting/repos/testing-x86_64/PKGBUILD
(from rev 312105, kplotting/trunk/PKGBUILD)

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

Copied: kplotting/repos/testing-x86_64/PKGBUILD (from rev 312105, 
kplotting/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:36:22 UTC (rev 312106)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kplotting
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Lightweight plotting framework'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3f4829a530e144a6d7ccef3e4ee4aa7ed952be08118c6a8a44a8ac844715f6a4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kpty/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:36:48
  Author: arojas
Revision: 312108

archrelease: copy trunk to testing-x86_64

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

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

Copied: kpty/repos/testing-x86_64/PKGBUILD (from rev 312107, 
kpty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:36:48 UTC (rev 312108)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kpty
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Pty abstraction'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'ki18n' 'libutempter')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('22643a48f8b6c50491a8278a03ef7f46655af5b2df2d03db0a73db62ec2daf13'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:37:04
  Author: arojas
Revision: 312109

archrelease: copy trunk to testing-x86_64

Added:
  kunitconversion/repos/testing-x86_64/
  kunitconversion/repos/testing-x86_64/PKGBUILD
(from rev 312108, kunitconversion/trunk/PKGBUILD)

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

Copied: kunitconversion/repos/testing-x86_64/PKGBUILD (from rev 312108, 
kunitconversion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:37:04 UTC (rev 312109)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kunitconversion
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Support for unit conversion'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3ca34472c5575770710f13bffd869ac4cc68d78f50a85cd17086a7850aa7c6ce'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in threadweaver/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:37:17
  Author: arojas
Revision: 312110

archrelease: copy trunk to testing-x86_64

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

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

Copied: threadweaver/repos/testing-x86_64/PKGBUILD (from rev 312109, 
threadweaver/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:37:17 UTC (rev 312110)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=threadweaver
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='High-level multithreading framework'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3504d7f97a8f1b3d7180e1cfbf25a270d60875279e53b2e9e523e8d6e0d4d422'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kactivities/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:37:43
  Author: arojas
Revision: 312112

archrelease: copy trunk to testing-x86_64

Added:
  kactivities/repos/testing-x86_64/
  kactivities/repos/testing-x86_64/PKGBUILD
(from rev 312111, kactivities/trunk/PKGBUILD)

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

Copied: kactivities/repos/testing-x86_64/PKGBUILD (from rev 312111, 
kactivities/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:37:43 UTC (rev 312112)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=5.41.0
+pkgrel=1
+arch=('x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'kconfig' 'kwindowsystem' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'boost' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8cf600304dbccea07a251f458b97e40745fcf57fa00c9fda357322827facbcff'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kcmutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:37:30
  Author: arojas
Revision: 312111

archrelease: copy trunk to testing-x86_64

Added:
  kcmutils/repos/testing-x86_64/
  kcmutils/repos/testing-x86_64/PKGBUILD
(from rev 312110, kcmutils/trunk/PKGBUILD)

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

Copied: kcmutils/repos/testing-x86_64/PKGBUILD (from rev 312110, 
kcmutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:37:30 UTC (rev 312111)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcmutils
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Utilities for interacting with KCModules'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kdeclarative')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1a5aed5511e867117636b368fb91a5ff99280d7b0fe396e64ce66c06262cab98'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kwayland/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:37:55
  Author: arojas
Revision: 312113

archrelease: copy trunk to testing-x86_64

Added:
  kwayland/repos/testing-x86_64/
  kwayland/repos/testing-x86_64/PKGBUILD
(from rev 312112, kwayland/trunk/PKGBUILD)

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

Copied: kwayland/repos/testing-x86_64/PKGBUILD (from rev 312112, 
kwayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:37:55 UTC (rev 312113)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('x86_64')
+url='https://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('7661b91d39a268a4cd95f85be9b88c06fecb7d1a13cbfc1fed101ec9b97982b7'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kfilemetadata/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:38:44
  Author: arojas
Revision: 312116

archrelease: copy trunk to testing-x86_64

Added:
  kfilemetadata/repos/testing-x86_64/
  kfilemetadata/repos/testing-x86_64/PKGBUILD
(from rev 312115, kfilemetadata/trunk/PKGBUILD)

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

Copied: kfilemetadata/repos/testing-x86_64/PKGBUILD (from rev 312115, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:38:44 UTC (rev 312116)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.41.0
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+optdepends=('catdoc: Extract text from office 98 files')
+makedepends=('extra-cmake-modules' 'catdoc' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha1sums=('9ea7df6ee4650bbe8dd147637063bb533093294c'
+  'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in plasma-framework/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:38:10
  Author: arojas
Revision: 312114

archrelease: copy trunk to testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 18:37:55 UTC (rev 312113)
+++ PKGBUILD2017-12-10 18:38:10 UTC (rev 312114)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-framework
-pkgver=5.40.0
-pkgrel=2
-pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative' 'kwayland')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python' 'doxygen')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6f53b5ab7f79265366b7de5ae80110dc5b723ece10fb4178ddbf5d13c2f04fd6'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: plasma-framework/repos/testing-x86_64/PKGBUILD (from rev 312113, 
plasma-framework/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 18:38:10 UTC (rev 312114)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative' 'kwayland')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('84de6496f1f6797cba95ca51607ab59a5f24cbd238f600ec75ccfa0b02b23ae6'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kjs/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:38:26
  Author: arojas
Revision: 312115

archrelease: copy trunk to testing-x86_64

Added:
  kjs/repos/testing-x86_64/
  kjs/repos/testing-x86_64/PKGBUILD
(from rev 312114, kjs/trunk/PKGBUILD)

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

Copied: kjs/repos/testing-x86_64/PKGBUILD (from rev 312114, kjs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:38:26 UTC (rev 312115)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjs
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Support for JS scripting in applications'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('604e010fd8be620843a03acbcdcdb388da77392c044763a0276044f42c1b46a8'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:39:10
  Author: arojas
Revision: 312118

archrelease: copy trunk to testing-x86_64

Added:
  syntax-highlighting/repos/testing-x86_64/
  syntax-highlighting/repos/testing-x86_64/PKGBUILD
(from rev 312117, syntax-highlighting/trunk/PKGBUILD)

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

Copied: syntax-highlighting/repos/testing-x86_64/PKGBUILD (from rev 312117, 
syntax-highlighting/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:39:10 UTC (rev 312118)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 278167 2016-10-10 12:21:17Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=syntax-highlighting
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Syntax highlighting engine for structured text and code'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-xmlpatterns qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('0cf7fb843313863fd2faced3430d0974e5b7553275ba0a96db1e0a135c5aac42'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kirigami2/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:39:38
  Author: arojas
Revision: 312120

archrelease: copy trunk to testing-x86_64

Added:
  kirigami2/repos/testing-x86_64/
  kirigami2/repos/testing-x86_64/PKGBUILD
(from rev 312119, kirigami2/trunk/PKGBUILD)

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

Copied: kirigami2/repos/testing-x86_64/PKGBUILD (from rev 312119, 
kirigami2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:39:38 UTC (rev 312120)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 276984 2016-09-26 18:41:01Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kirigami2
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='A QtQuick based components set'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(qt5-quickcontrols2 qt5-graphicaleffects)
+makedepends=(extra-cmake-modules qt5-tools plasma-framework)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('50f4bdea13e93cec7e9ede46cd737c175e033f6082d99f5d03481fed0c5a8712'
+'SKIP')
+validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

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


[arch-commits] Commit in knewstuff/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:39:24
  Author: arojas
Revision: 312119

archrelease: copy trunk to testing-x86_64

Added:
  knewstuff/repos/testing-x86_64/
  knewstuff/repos/testing-x86_64/PKGBUILD
(from rev 312118, knewstuff/trunk/PKGBUILD)

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

Copied: knewstuff/repos/testing-x86_64/PKGBUILD (from rev 312118, 
knewstuff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:39:24 UTC (rev 312119)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Support for downloading application assets from the network'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+optdepends=('kirigami2: QML components')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e433b952b979ffe039758c73c27e81f429aadc200323c190f4673315b97e3849'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kidletime/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:38:57
  Author: arojas
Revision: 312117

archrelease: copy trunk to testing-x86_64

Added:
  kidletime/repos/testing-x86_64/
  kidletime/repos/testing-x86_64/PKGBUILD
(from rev 312116, kidletime/trunk/PKGBUILD)

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

Copied: kidletime/repos/testing-x86_64/PKGBUILD (from rev 312116, 
kidletime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:38:57 UTC (rev 312117)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Monitoring user activity'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxss')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3c01023f037af8458821e5b02a5274e45b1334a5f1e680e5c6ee2d87b546984c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in baloo/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:39:52
  Author: arojas
Revision: 312121

archrelease: copy trunk to testing-x86_64

Added:
  baloo/repos/testing-x86_64/
  baloo/repos/testing-x86_64/PKGBUILD
(from rev 312120, baloo/trunk/PKGBUILD)

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

Copied: baloo/repos/testing-x86_64/PKGBUILD (from rev 312120, 
baloo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:39:52 UTC (rev 312121)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.41.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('290dd52f7c121f0b40eb0fe06dd18e05be88589df2b7b242882b889c80ee84ce'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:40:06
  Author: arojas
Revision: 312122

archrelease: copy trunk to testing-x86_64

Added:
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 312121, bluez-qt/trunk/PKGBUILD)

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 312121, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:40:06 UTC (rev 312122)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('16fcdef71b15d35830e761c139a5504cad5f61a2a3fe6232867c581172d59423'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:40:20
  Author: arojas
Revision: 312123

archrelease: copy trunk to testing-any

Added:
  breeze-icons/repos/testing-any/
  breeze-icons/repos/testing-any/PKGBUILD
(from rev 312122, breeze-icons/trunk/PKGBUILD)

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

Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 312122, 
breeze-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-12-10 18:40:20 UTC (rev 312123)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=breeze-icons
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Breeze icon themes'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9cdce42833ebdf1f1ecfca966fc1f132a0a2ab5eaaf10433b5dc5a8688ae06cc'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:40:38
  Author: arojas
Revision: 312124

archrelease: copy trunk to testing-x86_64

Added:
  frameworkintegration/repos/testing-x86_64/
  frameworkintegration/repos/testing-x86_64/PKGBUILD
(from rev 312123, frameworkintegration/trunk/PKGBUILD)

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

Copied: frameworkintegration/repos/testing-x86_64/PKGBUILD (from rev 312123, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:40:38 UTC (rev 312124)
@@ -0,0 +1,40 @@
+
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kpackage' 'knewstuff')
+makedepends=('extra-cmake-modules' 'python' 'appstream-qt' 'packagekit-qt5')
+optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('bac0c93c65cb11d84a8526194cad43b5fcaeb1234622b64f8d854bc1fe84c7cc'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:40:52
  Author: arojas
Revision: 312125

archrelease: copy trunk to testing-x86_64

Added:
  kactivities-stats/repos/testing-x86_64/
  kactivities-stats/repos/testing-x86_64/PKGBUILD
(from rev 312124, kactivities-stats/trunk/PKGBUILD)

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

Copied: kactivities-stats/repos/testing-x86_64/PKGBUILD (from rev 312124, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:40:52 UTC (rev 312125)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 261838 2016-03-16 07:36:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-stats
+pkgver=5.41.0
+pkgrel=1
+arch=('x86_64')
+pkgdesc="A library for accessing the usage data collected by the activities 
system"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kactivities')
+makedepends=('extra-cmake-modules' 'boost' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f8de8a4de0ce824df944c1deebbb1cd9a589f34576d7fb49ada60b212c25a3da'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kded/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:41:05
  Author: arojas
Revision: 312126

archrelease: copy trunk to testing-x86_64

Added:
  kded/repos/testing-x86_64/
  kded/repos/testing-x86_64/PKGBUILD
(from rev 312125, kded/trunk/PKGBUILD)

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

Copied: kded/repos/testing-x86_64/PKGBUILD (from rev 312125, 
kded/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:41:05 UTC (rev 312126)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2f5193bfd922d51d3b343bbd370a9a67361f5176b368200304c96eb4ec909583'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kdesu/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:41:18
  Author: arojas
Revision: 312127

archrelease: copy trunk to testing-x86_64

Added:
  kdesu/repos/testing-x86_64/
  kdesu/repos/testing-x86_64/PKGBUILD
(from rev 312126, kdesu/trunk/PKGBUILD)

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

Copied: kdesu/repos/testing-x86_64/PKGBUILD (from rev 312126, 
kdesu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:41:18 UTC (rev 312127)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2b078a429d094ebc20699f8f661a87f1bae5f0a41d9d93c1acf37f50fc3ad588'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# See FS#44277
+  chown :nobody "${pkgdir}"/usr/lib/kf5/kdesud
+  chmod g+s "${pkgdir}"/usr/lib/kf5/kdesud
+}


[arch-commits] Commit in kdnssd/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:41:32
  Author: arojas
Revision: 312128

archrelease: copy trunk to testing-x86_64

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

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

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 312127, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:41:32 UTC (rev 312128)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('70c95a438c04f11dda66b828a19e607fb3e3c7d20c7c7ccbba71f70c0aac4d10'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kemoticons/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:41:45
  Author: arojas
Revision: 312129

archrelease: copy trunk to testing-x86_64

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

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

Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 312128, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:41:45 UTC (rev 312129)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('6ff858dece0d5befb06cc2b35c224d3bcc767617ba2211827c59c086a66146d2'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kitemmodels/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:42:13
  Author: arojas
Revision: 312131

archrelease: copy trunk to testing-x86_64

Added:
  kitemmodels/repos/testing-x86_64/
  kitemmodels/repos/testing-x86_64/PKGBUILD
(from rev 312130, kitemmodels/trunk/PKGBUILD)

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

Copied: kitemmodels/repos/testing-x86_64/PKGBUILD (from rev 312130, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:42:13 UTC (rev 312131)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'python2-pyqt5' 'python-pyqt5' 'clang' 
'doxygen' 'qt5-tools')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b39487f5e1f004ce42f021bc9108b717f99a08875c662dc15dd0ba88247b768e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kimageformats/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:42:00
  Author: arojas
Revision: 312130

archrelease: copy trunk to testing-x86_64

Added:
  kimageformats/repos/testing-x86_64/
  kimageformats/repos/testing-x86_64/PKGBUILD
(from rev 312129, kimageformats/trunk/PKGBUILD)

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

Copied: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 312129, 
kimageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:42:00 UTC (rev 312130)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules' 'karchive' 'mesa')
+optdepends=('karchive: plugin for Krita and OpenRaster images')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1ae1658886293934ec95f9a39dac438c3a4be71514d7f6de1529d8a18911ae85'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in knotifyconfig/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:42:26
  Author: arojas
Revision: 312132

archrelease: copy trunk to testing-x86_64

Added:
  knotifyconfig/repos/testing-x86_64/
  knotifyconfig/repos/testing-x86_64/PKGBUILD
(from rev 312131, knotifyconfig/trunk/PKGBUILD)

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

Copied: knotifyconfig/repos/testing-x86_64/PKGBUILD (from rev 312131, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:42:26 UTC (rev 312132)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('7a9bb8d350b2cb4664d3f85664d3034eaa695d2ed072cd2627e3c26b0e942d43'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kpeople/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:42:40
  Author: arojas
Revision: 312133

archrelease: copy trunk to testing-x86_64

Added:
  kpeople/repos/testing-x86_64/
  kpeople/repos/testing-x86_64/PKGBUILD
(from rev 312132, kpeople/trunk/PKGBUILD)

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

Copied: kpeople/repos/testing-x86_64/PKGBUILD (from rev 312132, 
kpeople/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:42:40 UTC (rev 312133)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python mesa doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('85ff1ff8b5070f9c015e1928ec7a3dd7bc4c21635ce0f66fcc73db6a4c5ee2cc'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in krunner/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:42:53
  Author: arojas
Revision: 312134

archrelease: copy trunk to testing-x86_64

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

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

Copied: krunner/repos/testing-x86_64/PKGBUILD (from rev 312133, 
krunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:42:53 UTC (rev 312134)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('037537791cea4b90056e7ac113d424fab080d120a16d757e0aeada0db48cdd6f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in ktexteditor/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:43:06
  Author: arojas
Revision: 312135

archrelease: copy trunk to testing-x86_64

Added:
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 312134, ktexteditor/trunk/PKGBUILD)

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

Copied: ktexteditor/repos/testing-x86_64/PKGBUILD (from rev 312134, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:43:06 UTC (rev 312135)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts' 'syntax-highlighting' 'libgit2' 'editorconfig-core-c')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ff703f0aee9efb1f59bedd80aa6e3e5898aa6a7df1c7cc768ddb2e0759a3bbc5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:43:33
  Author: arojas
Revision: 312137

archrelease: copy trunk to testing-x86_64

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

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

Copied: modemmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 312136, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:43:33 UTC (rev 312137)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4072b4914c4b900c518d3e76b78d70901f44b60f48a527751b19eff729ade9ae'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kxmlrpcclient/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:43:21
  Author: arojas
Revision: 312136

archrelease: copy trunk to testing-x86_64

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

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

Copied: kxmlrpcclient/repos/testing-x86_64/PKGBUILD (from rev 312135, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:43:21 UTC (rev 312136)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.41.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient";
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('27e66dc96c787069583dc44a80f29c27a3ac0e3482a8694664df28146637f678'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:44:04
  Author: arojas
Revision: 312139

archrelease: copy trunk to testing-any

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

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 312138, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-12-10 18:44:04 UTC (rev 312139)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=5.41.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz"{,.sig})
+sha256sums=('61c8fcda873a1fa98d270f6c25a85677b1beaf233cb08b741d675fc2bf93ecfe'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+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 networkmanager-qt/repos (2 files)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:43:46
  Author: arojas
Revision: 312138

archrelease: copy trunk to testing-x86_64

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

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

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 312137, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:43:46 UTC (rev 312138)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('9bc26e42d27f829af1b1779cd10a4bb5639aebeeab80086a35b7ccaab85bb96d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in qqc2-desktop-style/repos/testing-x86_64 (3 files)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:48:36
  Author: arojas
Revision: 312141

archrelease: copy trunk to testing-x86_64

Added:
  qqc2-desktop-style/repos/testing-x86_64/PKGBUILD
(from rev 312140, qqc2-desktop-style/trunk/PKGBUILD)
Deleted:
  qqc2-desktop-style/repos/testing-x86_64/PKGBUILD
  qqc2-desktop-style/repos/testing-x86_64/qqc2-versioning.patch

---+
 PKGBUILD  |   75 ++---
 qqc2-versioning.patch |  622 
 2 files changed, 35 insertions(+), 662 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 18:48:08 UTC (rev 312140)
+++ PKGBUILD2017-12-10 18:48:36 UTC (rev 312141)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=qqc2-desktop-style
-pkgver=5.40.0
-pkgrel=3
-pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-groups=(kf5)
-depends=(kirigami2 kiconthemes)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
-qqc2-versioning.patch)
-sha256sums=('89ec1b98a3b9491f37cd3c13ff6ec047d773efb0fb697c14b9a8388fb0b6ed4a'
-'SKIP'
-'3ab65d9155cfa5c3be9b173f53bc032bd5d0b634c86aa3e366c800c7012eed10')
-validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../qqc2-versioning.patch # Determine QQC2 version at build time 
https://bugs.kde.org/show_bug.cgi?id=386289
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: qqc2-desktop-style/repos/testing-x86_64/PKGBUILD (from rev 312140, 
qqc2-desktop-style/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 18:48:36 UTC (rev 312141)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=qqc2-desktop-style
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(kirigami2 kiconthemes)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1cd4e92d68c557752e607870af2a67c3d45adcd1625e8421fbdf214f9593cc98'
+'SKIP')
+validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

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

Deleted: qqc2-versioning.patch
===
--- qqc2-versioning.patch   2017-12-10 18:48:08 UTC (rev 312140)
+++ qqc2-versioning.patch   2017-12-10 18:48:36 UTC (rev 312141)
@@ -1,622 +0,0 @@
-From d0e3daafdbdd858a5ee6e6b0b2de6a7a39ff27f1 Mon Sep 17 00:00:00 2001
-From: Marco Martin 
-Date: Wed, 29 Nov 2017 11:03:41 +0100
-Subject: determine QQC2 version at build time
-
-Summary:
-the qqc2 theme style needs to import the same qqc2 version
-than the latest one available in the installed Qt, otherwise
-users of QQC2 will only be able to use features available in
-Qt 5.7, even if they have a more recent Qt installed.
-this will also be needed to conditionally support the icon
-property introduced  in Qt 5.10
-
-BUG:386289
-
-Test Plan:
-kirigami gallery works with the style installed in this way
-it will need a better way to figure out what the available
-qqc2 version is
-
-Reviewers: #plasma, rizzitello, davidedmundson, apol
-
-Reviewed By: #plasma, rizzitello, davidedmundson, apol
-
-Subscribers: apol, rizzitello, plasma-devel
-
-Tags: #plasma
-
-Differential Revision: https://phabricator.kde.org/D9021

- CMakeLists.txt  | 21 -
- org.kde.desktop/Button.qml  |  2 +-
- org.kde.desktop/CheckBox.qml|  4 ++--
- org.kde.desktop/CheckDelegate.qml   |  2 +-
- org.kde.desktop/ComboBox.qml| 34 +++---
- org.kde.desktop/Container.qml   |  2 +-
- org.kde.desktop/Control.qml |  2 +-
- org.kde.desktop/Dial.qml|  4 ++--
- org.kde.desktop/Dialog.qml  |  2 +-
- org.kde.desktop/DialogButtonBox.qml |  2 +-
- org.kde.desktop/Drawer.qml  |  4 ++--
- org.kde.desktop/Frame.qml   |  4 ++--
- org.kde.desktop/GroupBox.qml|  4 ++--
- org.kde.desktop/ItemDelegate.qml|  2 +-

[arch-commits] Commit in prison/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:48:08
  Author: arojas
Revision: 312140

archrelease: copy trunk to testing-x86_64

Added:
  prison/repos/testing-x86_64/
  prison/repos/testing-x86_64/PKGBUILD
(from rev 312139, prison/trunk/PKGBUILD)

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

Copied: prison/repos/testing-x86_64/PKGBUILD (from rev 312139, 
prison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:48:08 UTC (rev 312140)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.41.0
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL)
+depends=(qt5-base libdmtx qrencode)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b1ef221964d479255ac1ded2a96b73f90723b8e69f3b3c9a86dd1f02860a7960'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:48:58
  Author: arojas
Revision: 312142

archrelease: copy trunk to testing-x86_64

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

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

Copied: kdelibs4support/repos/testing-x86_64/PKGBUILD (from rev 312141, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:48:58 UTC (rev 312142)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kunitconversion' 'kitemmodels' 'kemoticons' 'kded' 'kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri' 'python' 'kdesignerplugin')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('242f748a199e5eb3c63a2f02618de9e68c83b6385473d6dd9ada3304111f77d6'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# 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 khtml/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:49:18
  Author: arojas
Revision: 312143

archrelease: copy trunk to testing-x86_64

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

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

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 312142, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:49:18 UTC (rev 312143)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules' 'python' 'gperf')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c3e7cf947d01bbd17fbdf233312676495f36a9b85aa3499c9a68fd78da307a3d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kjsembed/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:49:41
  Author: arojas
Revision: 312144

archrelease: copy trunk to testing-x86_64

Added:
  kjsembed/repos/testing-x86_64/
  kjsembed/repos/testing-x86_64/PKGBUILD
(from rev 312143, kjsembed/trunk/PKGBUILD)

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

Copied: kjsembed/repos/testing-x86_64/PKGBUILD (from rev 312143, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:49:41 UTC (rev 312144)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a71f358ff922d56b5fe7cbd19a0e9183106d1961883ca54f1db2e5d47281abef'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kmediaplayer/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:50:00
  Author: arojas
Revision: 312145

archrelease: copy trunk to testing-x86_64

Added:
  kmediaplayer/repos/testing-x86_64/
  kmediaplayer/repos/testing-x86_64/PKGBUILD
(from rev 312144, kmediaplayer/trunk/PKGBUILD)

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

Copied: kmediaplayer/repos/testing-x86_64/PKGBUILD (from rev 312144, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:50:00 UTC (rev 312145)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e40bb582e3641606ac7384d26b0e8433ad53551755c586a3e104a52b5004820c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kross/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:50:13
  Author: arojas
Revision: 312146

archrelease: copy trunk to testing-x86_64

Added:
  kross/repos/testing-x86_64/
  kross/repos/testing-x86_64/PKGBUILD
(from rev 312145, kross/trunk/PKGBUILD)

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

Copied: kross/repos/testing-x86_64/PKGBUILD (from rev 312145, 
kross/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-10 18:50:13 UTC (rev 312146)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('913f7a6276522b6211ef2bc1c18dccffb4d426b69d796eb2f1ebc138167f4e77'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in sagemath/trunk (16 files)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 19:12:15
  Author: arojas
Revision: 273618

Update to 8.1

Added:
  sagemath/trunk/sagemath-env.patch
(from rev 273617, sagemath/trunk/env.patch)
Modified:
  sagemath/trunk/PKGBUILD
  sagemath/trunk/fes02.patch
  sagemath/trunk/jupyter-path.patch
  sagemath/trunk/latte-count.patch
  sagemath/trunk/package.patch
  sagemath/trunk/r-no-readline.patch
  sagemath/trunk/sagemath-detect-igraph.patch
  sagemath/trunk/sagemath-networkx2.patch
  sagemath/trunk/sagemath-python3-notebook.patch
  sagemath/trunk/test-optional.patch
Deleted:
  sagemath/trunk/env.patch
  sagemath/trunk/sagemath-brial-1.2.patch
  sagemath/trunk/sagemath-cython-0.26.patch
  sagemath/trunk/sagemath-pynac-0.7.11.patch
  sagemath/trunk/sagemath-pynac-0.7.12.patch

-+
 PKGBUILD|   59 ++---
 env.patch   |   93 -
 fes02.patch |4 
 jupyter-path.patch  |6 
 latte-count.patch   |   14 -
 package.patch   |2 
 r-no-readline.patch |2 
 sagemath-brial-1.2.patch|   14 -
 sagemath-cython-0.26.patch  |   26 --
 sagemath-detect-igraph.patch|2 
 sagemath-env.patch  |  105 ++
 sagemath-networkx2.patch|2 
 sagemath-pynac-0.7.11.patch |   21 --
 sagemath-pynac-0.7.12.patch |  390 --
 sagemath-python3-notebook.patch |4 
 test-optional.patch |2 
 16 files changed, 145 insertions(+), 601 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 17:10:58 UTC (rev 273617)
+++ PKGBUILD2017-12-10 19:12:15 UTC (rev 273618)
@@ -8,8 +8,8 @@
 
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
-pkgver=8.0
-pkgrel=12
+pkgver=8.1
+pkgrel=1
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(x86_64)
 url="http://www.sagemath.org";
@@ -23,7 +23,7 @@
   'sagemath-doc: Documentation and inline help' 'python2-igraph: igraph 
backend for graph theory'
   'coin-or-cbc: COIN backend for numerical computations' 'coin-or-csdp: for 
computing Lovász theta-function of graphs'
   'buckygen: for generating fullerene graphs' 'plantri: for generating some 
classes of graphs' 'benzene: for generating fusenes and benzenoids'
-  'modular_decomposition: modular decomposition of graphs' 'ffmpeg: to export 
animations to video' 'imagemagick: to show animations'
+  'ffmpeg: to export animations to video' 'imagemagick: to show animations'
   'coxeter3: Coxeter groups implementation' 'cryptominisat5: SAT solver' 
'gap-data: for computing Galois groups'
   'lrs: Algorithms for linear reverse search used in game theory and for 
computing volume of polytopes'
   'libhomfly: for computing the homfly polynomial of links' 'libbraiding: for 
computing in braid groups'
@@ -33,29 +33,24 @@
   'sirocco: for computing the fundamental group of the complement of a plane 
curve'
   'three.js: alternative 3D plots engine' 'tachyon: alternative 3D plots 
engine')
 makedepends=(cython2 boost ratpoints symmetrica python2-jinja coin-or-cbc 
libhomfly libbraiding sirocco
-  mcqd coxeter3 modular_decomposition bliss-graphs tdlib python2-pkgconfig 
meataxe libfes)
+  mcqd coxeter3 bliss-graphs tdlib python2-pkgconfig meataxe libfes)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz";
-env.patch package.patch latte-count.patch jupyter-path.patch 
sagemath-python3-notebook.patch test-optional.patch
-r-no-readline.patch fes02.patch sagemath-ecl-no-sigfpe.patch 
sagemath-cython-0.26.patch sagemath-threejs.patch
-sagemath-pynac-0.7.11.patch sagemath-pynac-0.7.12.patch 
sagemath-detect-igraph.patch sagemath-networkx2.patch
-sagemath-brial-1.2.patch sagemath-linbox-1.5.patch 
sagemath-pynac-0.7.14.patch)
-sha256sums=('91df3e303add71616e24b38c04789f66d57ada7b1017e5369e850c42d5e8753d'
-'e0b5b8673300857fde823209a7e90faecf9e754ab812cc5e54297eddc0c79571'
-'4a2297e4d9d28f0b3a1f58e1b463e332affcb109eafde44837b1657e309c8212'
-'c6836783251d94c00f0229c1e671de86c58c6c6fb0f6959725317817abc64ca8'
-'775051aa9076ebf631c8a291af38b6ec4a13c904740dc9da831641d592d8bcd8'
-'27aa73d427d92aeb2c181a233aa3a574a4158cd7dee33832808f69edaec55ea2'
-'81d08c6a760f171f3381455b66a6c84789c9f0eefddbe6ca5794075514ad8c3a'
-'ef9f401fa84fe1772af9efee6816643534f2896da4c23b809937b19771bdfbbf'
-'a39da083c038ada797ffc5bedc9ba47455a3f77057d42f86484ae877ef9172ea'
+sagemath-env.patch package.patch latte-count.patch jupyter-path.patch 
sagemath-python3-notebook.patch test-optional.patch
+r-no-readline.patch fes02.patch sagemath-ecl-no-sigfpe.patch 
sagemath-threejs.patch
+sagemath-detect-igraph.patch sagemath-networkx2.patch 
s

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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 19:13:16
  Author: arojas
Revision: 273619

archrelease: copy trunk to community-testing-x86_64

Added:
  sagemath/repos/community-testing-x86_64/
  sagemath/repos/community-testing-x86_64/PKGBUILD
(from rev 273618, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-testing-x86_64/fes02.patch
(from rev 273618, sagemath/trunk/fes02.patch)
  sagemath/repos/community-testing-x86_64/jupyter-path.patch
(from rev 273618, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-testing-x86_64/latte-count.patch
(from rev 273618, sagemath/trunk/latte-count.patch)
  sagemath/repos/community-testing-x86_64/package.patch
(from rev 273618, sagemath/trunk/package.patch)
  sagemath/repos/community-testing-x86_64/r-no-readline.patch
(from rev 273618, sagemath/trunk/r-no-readline.patch)
  sagemath/repos/community-testing-x86_64/sagemath-detect-igraph.patch
(from rev 273618, sagemath/trunk/sagemath-detect-igraph.patch)
  sagemath/repos/community-testing-x86_64/sagemath-ecl-no-sigfpe.patch
(from rev 273618, sagemath/trunk/sagemath-ecl-no-sigfpe.patch)
  sagemath/repos/community-testing-x86_64/sagemath-env.patch
(from rev 273618, sagemath/trunk/sagemath-env.patch)
  sagemath/repos/community-testing-x86_64/sagemath-linbox-1.5.patch
(from rev 273618, sagemath/trunk/sagemath-linbox-1.5.patch)
  sagemath/repos/community-testing-x86_64/sagemath-networkx2.patch
(from rev 273618, sagemath/trunk/sagemath-networkx2.patch)
  sagemath/repos/community-testing-x86_64/sagemath-pynac-0.7.14.patch
(from rev 273618, sagemath/trunk/sagemath-pynac-0.7.14.patch)
  sagemath/repos/community-testing-x86_64/sagemath-python3-notebook.patch
(from rev 273618, sagemath/trunk/sagemath-python3-notebook.patch)
  sagemath/repos/community-testing-x86_64/sagemath-threejs.patch
(from rev 273618, sagemath/trunk/sagemath-threejs.patch)
  sagemath/repos/community-testing-x86_64/test-optional.patch
(from rev 273618, sagemath/trunk/test-optional.patch)

-+
 PKGBUILD|  164 ++
 fes02.patch |   57 +++
 jupyter-path.patch  |   22 +++
 latte-count.patch   |   71 +
 package.patch   |   38 +
 r-no-readline.patch |   11 +
 sagemath-detect-igraph.patch|   21 ++
 sagemath-ecl-no-sigfpe.patch|   12 +
 sagemath-env.patch  |  105 ++
 sagemath-linbox-1.5.patch   |  272 ++
 sagemath-networkx2.patch|   26 +++
 sagemath-pynac-0.7.14.patch |  167 +++
 sagemath-python3-notebook.patch |   27 +++
 sagemath-threejs.patch  |   11 +
 test-optional.patch |   25 +++
 15 files changed, 1029 insertions(+)

Copied: sagemath/repos/community-testing-x86_64/PKGBUILD (from rev 273618, 
sagemath/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-10 19:13:16 UTC (rev 273619)
@@ -0,0 +1,164 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Evgeniy Alekseev 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas Dziedzic 
+# Contributor: Osman Ugus 
+# Contributor: Stefan Husmann 
+# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
+
+pkgbase=sagemath
+pkgname=(sagemath sagemath-jupyter)
+pkgver=8.1
+pkgrel=1
+pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
+arch=(x86_64)
+url="http://www.sagemath.org";
+license=(GPL)
+depends=(ipython2 ppl palp brial cliquer maxima-ecl gfan sympow nauty 
python2-rpy2 python2-fpylll python2-psutil python2-cypari2
+  python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-pillow python2-future libgap flintqs lcalc lrcalc arb
+  eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox rubiks pari-galdata 
pari-seadata-small planarity rankwidth
+  sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs 
sage-data-polytopes_db sage-data-conway_polynomials)
+optdepends=('cython2: to compile cython code' 'python2-pkgconfig: to compile 
cython code'
+  'jmol: 3D plots' 'sage-notebook: Flask notebook interface (deprecated)'
+  'sagemath-doc: Documentation and inline help' 'python2-igraph: igraph 
backend for graph theory'
+  'coin-or-cbc: COIN backend for numerical computations' 'coin-or-csdp: for 
computing Lovász theta-function of graphs'
+  'buckygen: for generating fullerene graphs' 'plantri: for generating some 
classes of graphs' 'benzene: for generating fusenes and benzenoids'
+  'ffmpeg: to export animations to video' 'imagemagick: to show animations'
+  'coxeter3: Coxeter groups implementation' 'cryptominisat5: SAT solver' 
'gap-data: for computing Galois groups'
+  'lrs: Algorithms for linear reverse search used i

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

2017-12-10 Thread Felix Yan via arch-commits
Date: Sunday, December 10, 2017 @ 19:28:45
  Author: felixonmars
Revision: 273621

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 273620, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 273620, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   58 ++--
 uglify-js.install |   16 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 19:28:21 UTC (rev 273620)
+++ PKGBUILD2017-12-10 19:28:45 UTC (rev 273621)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('06165324f98e28f4947239f1da795f68e40a1cbca38d3e07172cc5585d41504af1f649c9369756f78aa5e68f2a57178d2fef080168c48e73ef0121f6c999e432')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 273620, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 19:28:45 UTC (rev 273621)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('fbed4d3bfcd92047567fa70320671e48940f5f7d52a88a5b5401f0146e7edb8d0cb59a8f1bf3483e88a78fcce55d0b407cc06a12dd49cafd8588b3f79fd81585')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2017-12-10 19:28:21 UTC (rev 273620)
+++ uglify-js.install   2017-12-10 19:28:45 UTC (rev 273621)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 273620, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2017-12-10 19:28:45 UTC (rev 273621)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-12-10 Thread Felix Yan via arch-commits
Date: Sunday, December 10, 2017 @ 19:28:21
  Author: felixonmars
Revision: 273620

upgpkg: uglify-js 3.2.2-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 19:13:16 UTC (rev 273619)
+++ PKGBUILD2017-12-10 19:28:21 UTC (rev 273620)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('06165324f98e28f4947239f1da795f68e40a1cbca38d3e07172cc5585d41504af1f649c9369756f78aa5e68f2a57178d2fef080168c48e73ef0121f6c999e432')
+sha512sums=('fbed4d3bfcd92047567fa70320671e48940f5f7d52a88a5b5401f0146e7edb8d0cb59a8f1bf3483e88a78fcce55d0b407cc06a12dd49cafd8588b3f79fd81585')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in meson/trunk (PKGBUILD fix-tests.diff)

2017-12-10 Thread Jan Steffens via arch-commits
Date: Sunday, December 10, 2017 @ 19:39:54
  Author: heftig
Revision: 312147

0.44.0-1

Modified:
  meson/trunk/PKGBUILD
Deleted:
  meson/trunk/fix-tests.diff

+
 PKGBUILD   |   19 ++-
 fix-tests.diff |   33 -
 2 files changed, 10 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 18:50:13 UTC (rev 312146)
+++ PKGBUILD2017-12-10 19:39:54 UTC (rev 312147)
@@ -3,7 +3,7 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=meson
-pkgver=0.43.0
+pkgver=0.44.0
 pkgrel=1
 pkgdesc='High productivity build system'
 url='http://mesonbuild.com/'
@@ -14,20 +14,18 @@
 checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt4' 
'qt5-base' 'git' 'gnustep-base'
   'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
   'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2'
-  'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial' 'gtk-sharp-2')
+  'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial' 'gtk-sharp-2'
+  'qt5-tools' 'libwmf')
 checkdepends_x86_64=('ldc' 'valgrind')
 
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
-fix-tests.diff
 arch-meson)
-sha512sums=('e149758fa6ad4b2d3643bcda176577633f2e50e58f38074c1a17f1712d554bac0fbabf26fe7eef15954dc51630b1f923b15cfe9040a025cf61b5666098197d16'
+sha512sums=('9aefa52d92d7750528e9a9236f19131c8e58bfc21212595c311f4e2787ad40bb53d6085f52283cad13923ddf12da1a59067d48424c72ace47fc127978d1af2ff'
 'SKIP'
-
'7ea1f02adf79e4fde5d002956852d9b976b36386be8d78a3845292e8195a36d462db20a9c708e332e0d3b261a7abf9d05f5d034aab96ede58229639f3620ec91'
 
'82557891b9424b1597f1200bfacfae2f357e94bf81d53fc3fe9b2b641098566513dce6eeaa8882e9892c7cdec796650e5298ed25af61f35f9d02d9b4b9ca39c8')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../fix-tests.diff
 }
 
 build() {
@@ -47,10 +45,13 @@
 package() {
   cd ${pkgname}-${pkgver}
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 syntax-highlighting/vim/ftdetect/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/ftdetect"
-  install -Dm 644 syntax-highlighting/vim/indent/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/indent"
-  install -Dm 644 syntax-highlighting/vim/syntax/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/syntax"
 
+  for _f in data/syntax-highlighting/vim/*/*; do
+install -Dt "${pkgdir}/usr/share/vim/vimfiles/$(basename "$(dirname 
"$_f")")" -m644 "$_f"
+  done
+  install -Dt "${pkgdir}/usr/share/emacs/site-lisp" -m644 
data/syntax-highlighting/emacs/*
+  install -Dt "${pkgdir}/usr/share/zsh/site-functions" -m644 
data/shell-completions/zsh/*
+
   # Arch packaging helper
   install -D ../arch-meson -t "${pkgdir}/usr/bin"
 }

Deleted: fix-tests.diff
===
--- fix-tests.diff  2017-12-10 18:50:13 UTC (rev 312146)
+++ fix-tests.diff  2017-12-10 19:39:54 UTC (rev 312147)
@@ -1,33 +0,0 @@
-diff --git i/test cases/frameworks/15 llvm/meson.build w/test 
cases/frameworks/15 llvm/meson.build
-index 468094ad4f3a5256..a8cf8f22f4fafb24 100644
 i/test cases/frameworks/15 llvm/meson.build
-+++ w/test cases/frameworks/15 llvm/meson.build
-@@ -17,5 +17,5 @@ executable('sum', 'sum.c',  dependencies : [
-   llvm_dep,
-   dependency('zlib'),
-   meson.get_compiler('c').find_library('dl', required : false),
--  dependency('tinfo'),
-+  dependency('ncursesw'),
-   ])
-diff --git i/test cases/frameworks/4 qt/meson.build w/test cases/frameworks/4 
qt/meson.build
-index c6f108bbcf037e6c..ad9d40478d660546 100644
 i/test cases/frameworks/4 qt/meson.build   
-+++ w/test cases/frameworks/4 qt/meson.build   
-@@ -71,14 +71,16 @@ foreach qt : ['qt4', 'qt5']
- 
- test(qt + 'maninclude', qtmaninclude)
- 
-+if qt == 'qt5'
- # building Qt plugins implies to give include path to moc
- plugin_includes = include_directories('pluginInterface', 'plugin')
- pluginpreprocess = qtmodule.preprocess(
-   moc_headers : 'plugin/plugin.h',
-   include_directories : plugin_includes
- )
--plugin = library('plugin', 'plugin/plugin.cpp', pluginpreprocess,
-+plugin = library(qt + 'plugin', 'plugin/plugin.cpp', pluginpreprocess,
-   include_directories : plugin_includes,
-   dependencies : qtcore)
-+endif
-   endif
- endforeach


[arch-commits] Commit in meson/repos/extra-any (5 files)

2017-12-10 Thread Jan Steffens via arch-commits
Date: Sunday, December 10, 2017 @ 19:40:29
  Author: heftig
Revision: 312148

archrelease: copy trunk to extra-any

Added:
  meson/repos/extra-any/PKGBUILD
(from rev 312147, meson/trunk/PKGBUILD)
  meson/repos/extra-any/arch-meson
(from rev 312147, meson/trunk/arch-meson)
Deleted:
  meson/repos/extra-any/PKGBUILD
  meson/repos/extra-any/arch-meson
  meson/repos/extra-any/fix-tests.diff

+
 PKGBUILD   |  117 +++
 arch-meson |   44 ++--
 fix-tests.diff |   33 ---
 3 files changed, 81 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 19:39:54 UTC (rev 312147)
+++ PKGBUILD2017-12-10 19:40:29 UTC (rev 312148)
@@ -1,58 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-
-pkgname=meson
-pkgver=0.43.0
-pkgrel=1
-pkgdesc='High productivity build system'
-url='http://mesonbuild.com/'
-arch=('any')
-license=('Apache')
-depends=('python' 'ninja')
-makedepends=('python-setuptools')
-checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt4' 
'qt5-base' 'git' 'gnustep-base'
-  'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
-  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2'
-  'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial' 'gtk-sharp-2')
-checkdepends_x86_64=('ldc' 'valgrind')
-source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
-fix-tests.diff
-arch-meson)
-sha512sums=('e149758fa6ad4b2d3643bcda176577633f2e50e58f38074c1a17f1712d554bac0fbabf26fe7eef15954dc51630b1f923b15cfe9040a025cf61b5666098197d16'
-'SKIP'
-
'7ea1f02adf79e4fde5d002956852d9b976b36386be8d78a3845292e8195a36d462db20a9c708e332e0d3b261a7abf9d05f5d034aab96ede58229639f3620ec91'
-
'82557891b9424b1597f1200bfacfae2f357e94bf81d53fc3fe9b2b641098566513dce6eeaa8882e9892c7cdec796650e5298ed25af61f35f9d02d9b4b9ca39c8')
-validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../fix-tests.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  unset CLASSPATH  # GNUstep breaks java tests
-  LDFLAGS="${LDFLAGS/,--as-needed/}" # --as-needed breaks openmpi linking
-  # export MESON_PRINT_TEST_OUTPUT=1 # set this for debug output
-  # graphviz: Installing breaks doxygen tests
-  LC_CTYPE=en_US.UTF-8 DC=ldc ./run_tests.py
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 syntax-highlighting/vim/ftdetect/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/ftdetect"
-  install -Dm 644 syntax-highlighting/vim/indent/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/indent"
-  install -Dm 644 syntax-highlighting/vim/syntax/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/syntax"
-
-  # Arch packaging helper
-  install -D ../arch-meson -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: meson/repos/extra-any/PKGBUILD (from rev 312147, meson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 19:40:29 UTC (rev 312148)
@@ -0,0 +1,59 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+
+pkgname=meson
+pkgver=0.44.0
+pkgrel=1
+pkgdesc='High productivity build system'
+url='http://mesonbuild.com/'
+arch=('any')
+license=('Apache')
+depends=('python' 'ninja')
+makedepends=('python-setuptools')
+checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt4' 
'qt5-base' 'git' 'gnustep-base'
+  'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
+  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2'
+  'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial' 'gtk-sharp-2'
+  'qt5-tools' 'libwmf')
+checkdepends_x86_64=('ldc' 'valgrind')
+source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
+arch-meson)
+sha512sums=('9aefa52d92d7750528e9a9236f19131c8e58bfc21212595c311f4e2787ad40bb53d6085f52283cad13923ddf12da1a59067d48424c72ace47fc127978d1af2ff'
+'SKIP'
+
'82557891b9424b1597f1200bfacfae2f357e94bf81d53fc3fe9b2b641098566513dce6eeaa8882e9892c7cdec796650e5298ed25af61f35f9d02d9b4b9ca39c8')
+validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+

[arch-commits] Commit in sagemath-doc/trunk (16 files)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 19:56:46
  Author: arojas
Revision: 273622

Update to 8.1

Added:
  sagemath-doc/trunk/jupyter-path.patch
  sagemath-doc/trunk/sagemath-detect-igraph.patch
  sagemath-doc/trunk/sagemath-env.patch
  sagemath-doc/trunk/sagemath-linbox-1.5.patch
  sagemath-doc/trunk/sagemath-networkx2.patch
  sagemath-doc/trunk/sagemath-pynac-0.7.14.patch
  sagemath-doc/trunk/sagemath-python3-notebook.patch
  sagemath-doc/trunk/sagemath-threejs.patch
  sagemath-doc/trunk/test-optional.patch
Modified:
  sagemath-doc/trunk/PKGBUILD
  sagemath-doc/trunk/docbuild_main.patch
  sagemath-doc/trunk/fes02.patch
  sagemath-doc/trunk/latte-count.patch
  sagemath-doc/trunk/package.patch
  sagemath-doc/trunk/r-no-readline.patch
Deleted:
  sagemath-doc/trunk/sagemath-sphinx-1.6.patch

-+
 PKGBUILD|   57 +--
 docbuild_main.patch |4 
 fes02.patch |4 
 jupyter-path.patch  |   22 +++
 latte-count.patch   |   14 -
 package.patch   |2 
 r-no-readline.patch |2 
 sagemath-detect-igraph.patch|   21 ++
 sagemath-env.patch  |  105 ++
 sagemath-linbox-1.5.patch   |  272 ++
 sagemath-networkx2.patch|   26 +++
 sagemath-pynac-0.7.14.patch |  167 +++
 sagemath-python3-notebook.patch |   27 +++
 sagemath-sphinx-1.6.patch   |   69 -
 sagemath-threejs.patch  |   11 +
 test-optional.patch |   25 +++
 16 files changed, 728 insertions(+), 100 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 19:28:45 UTC (rev 273621)
+++ PKGBUILD2017-12-10 19:56:46 UTC (rev 273622)
@@ -3,7 +3,7 @@
 
 pkgbase=sagemath-doc
 pkgname=(sagemath-doc sagemath-src)
-pkgver=8.0
+pkgver=8.1
 pkgrel=1
 arch=(any)
 url="http://www.sagemath.org";
@@ -10,17 +10,25 @@
 license=(GPL)
 makedepends=(sagemath sage-notebook python2-pyzmq python2-pillow 
python2-docutils tachyon
  python2-jupyter_client python2-pkgconfig cython2 thebe 
python2-sphinx python2-ipywidgets)
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz";
-   package.patch fes02.patch docbuild_main.patch r-no-readline.patch 
latte-count.patch sagemath-ecl-no-sigfpe.patch
-sagemath-sphinx-1.6.patch)
-sha256sums=('91df3e303add71616e24b38c04789f66d57ada7b1017e5369e850c42d5e8753d'
-'4a2297e4d9d28f0b3a1f58e1b463e332affcb109eafde44837b1657e309c8212'
-'a39da083c038ada797ffc5bedc9ba47455a3f77057d42f86484ae877ef9172ea'
-'187b75d3ce202126012ff20b6316277b0a003ffdd7f15b820d3b88459d2753c8'
-'ef9f401fa84fe1772af9efee6816643534f2896da4c23b809937b19771bdfbbf'
-'c6836783251d94c00f0229c1e671de86c58c6c6fb0f6959725317817abc64ca8'
-'c31809f887bf9acc45c5bd9dd30bb93e73601d3efbf3016594c3c1d241731c8a'
-'5358b4604dfab126a02bba6c9e436a5c41c66d5bc241ae3299e76ac1e9ae593d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz";
+sagemath-env.patch package.patch latte-count.patch jupyter-path.patch 
sagemath-python3-notebook.patch test-optional.patch
+r-no-readline.patch fes02.patch sagemath-threejs.patch 
sagemath-detect-igraph.patch
+sagemath-networkx2.patch sagemath-linbox-1.5.patch 
sagemath-pynac-0.7.14.patch docbuild_main.patch)
+sha256sums=('a42b55c2c8ac244535dc9b87171b7d4dd7e1d498099518ab253354fbe2eaaa7b'
+'6dc9b101310f80381c61c0312a3e5c648771bfe0de2e94ac46fafe7282a3e0ee'
+'c41ae665499c6cd775d40bbe178f8786830b0931ee26bf11ee02f7d83bcc8107'
+'0b680e674c11c47afa86162d8b49645620b8912722e08133d23357c29ca9310a'
+'2cad308f8adbb6c54e6603fa22b2f0eb60f6f09248d5d015000c3932ac14f646'
+'962ce805c87147212b21fc2ab0ac9af9bd0033942c7a6905b9906645b48e8a4f'
+'ef94908d4ab28d13af622e6e58ec191aa78817d17e4466c7bb6f64ee72a813b9'
+'afd0952b9bb8f52fd428eae36cf719a58ff85a894baae88cbb2124e043768cc7'
+'7fcb52e96935dccb0f958d37c2f4e3918392480b9af53e08562f6cba6c68cb94'
+'514135b920a43f999571a15e97b41e14f5bed59f65b19643864dc23555a7b830'
+'28d7789b8d777922ab8871ca43b6afab751428cae875c0343d3962e6a2030b88'
+'37c5c1e694a2aca06c0f1c7d99622ff81fd2bc6a51e8745762294889fa4673f6'
+'a52d03e04c9d64bb957a1f8dcdae3280ebb9450a7fd76aaf5ae5de5c6f74774f'
+'538f7b279d72f4b67edb445d386d267f3f7022c1079031ca7ea06f6ce392c906'
+'ea5e17bb7a7cb36a22e5e3872fcc2585852bc971c4b139b0b2cd69a36c1b009b')
 
 prepare() {
   cd sage-$pkgver
@@ -28,21 +36,35 @@
 # Arch-specific patches
 # assume all optional packages are installed
   patch -p0 -i ../package.patch
+# set env variables
+  patch -p0 -i ../sagemath-env.patch
+# don't list optional pac

[arch-commits] Commit in sagemath-doc/repos (17 files)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 19:57:39
  Author: arojas
Revision: 273623

archrelease: copy trunk to community-testing-any

Added:
  sagemath-doc/repos/community-testing-any/
  sagemath-doc/repos/community-testing-any/PKGBUILD
(from rev 273622, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-testing-any/docbuild_main.patch
(from rev 273622, sagemath-doc/trunk/docbuild_main.patch)
  sagemath-doc/repos/community-testing-any/fes02.patch
(from rev 273622, sagemath-doc/trunk/fes02.patch)
  sagemath-doc/repos/community-testing-any/jupyter-path.patch
(from rev 273622, sagemath-doc/trunk/jupyter-path.patch)
  sagemath-doc/repos/community-testing-any/latte-count.patch
(from rev 273622, sagemath-doc/trunk/latte-count.patch)
  sagemath-doc/repos/community-testing-any/package.patch
(from rev 273622, sagemath-doc/trunk/package.patch)
  sagemath-doc/repos/community-testing-any/r-no-readline.patch
(from rev 273622, sagemath-doc/trunk/r-no-readline.patch)
  sagemath-doc/repos/community-testing-any/sagemath-detect-igraph.patch
(from rev 273622, sagemath-doc/trunk/sagemath-detect-igraph.patch)
  sagemath-doc/repos/community-testing-any/sagemath-ecl-no-sigfpe.patch
(from rev 273622, sagemath-doc/trunk/sagemath-ecl-no-sigfpe.patch)
  sagemath-doc/repos/community-testing-any/sagemath-env.patch
(from rev 273622, sagemath-doc/trunk/sagemath-env.patch)
  sagemath-doc/repos/community-testing-any/sagemath-linbox-1.5.patch
(from rev 273622, sagemath-doc/trunk/sagemath-linbox-1.5.patch)
  sagemath-doc/repos/community-testing-any/sagemath-networkx2.patch
(from rev 273622, sagemath-doc/trunk/sagemath-networkx2.patch)
  sagemath-doc/repos/community-testing-any/sagemath-pynac-0.7.14.patch
(from rev 273622, sagemath-doc/trunk/sagemath-pynac-0.7.14.patch)
  sagemath-doc/repos/community-testing-any/sagemath-python3-notebook.patch
(from rev 273622, sagemath-doc/trunk/sagemath-python3-notebook.patch)
  sagemath-doc/repos/community-testing-any/sagemath-threejs.patch
(from rev 273622, sagemath-doc/trunk/sagemath-threejs.patch)
  sagemath-doc/repos/community-testing-any/test-optional.patch
(from rev 273622, sagemath-doc/trunk/test-optional.patch)

-+
 PKGBUILD|  122 +
 docbuild_main.patch |6 
 fes02.patch |   57 +++
 jupyter-path.patch  |   22 +++
 latte-count.patch   |   71 +
 package.patch   |   38 +
 r-no-readline.patch |   11 +
 sagemath-detect-igraph.patch|   21 ++
 sagemath-ecl-no-sigfpe.patch|   12 +
 sagemath-env.patch  |  105 ++
 sagemath-linbox-1.5.patch   |  272 ++
 sagemath-networkx2.patch|   26 +++
 sagemath-pynac-0.7.14.patch |  167 +++
 sagemath-python3-notebook.patch |   27 +++
 sagemath-threejs.patch  |   11 +
 test-optional.patch |   25 +++
 16 files changed, 993 insertions(+)

Copied: sagemath-doc/repos/community-testing-any/PKGBUILD (from rev 273622, 
sagemath-doc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-12-10 19:57:39 UTC (rev 273623)
@@ -0,0 +1,122 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=sagemath-doc
+pkgname=(sagemath-doc sagemath-src)
+pkgver=8.1
+pkgrel=1
+arch=(any)
+url="http://www.sagemath.org";
+license=(GPL)
+makedepends=(sagemath sage-notebook python2-pyzmq python2-pillow 
python2-docutils tachyon
+ python2-jupyter_client python2-pkgconfig cython2 thebe 
python2-sphinx python2-ipywidgets)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz";
+sagemath-env.patch package.patch latte-count.patch jupyter-path.patch 
sagemath-python3-notebook.patch test-optional.patch
+r-no-readline.patch fes02.patch sagemath-threejs.patch 
sagemath-detect-igraph.patch
+sagemath-networkx2.patch sagemath-linbox-1.5.patch 
sagemath-pynac-0.7.14.patch docbuild_main.patch)
+sha256sums=('a42b55c2c8ac244535dc9b87171b7d4dd7e1d498099518ab253354fbe2eaaa7b'
+'6dc9b101310f80381c61c0312a3e5c648771bfe0de2e94ac46fafe7282a3e0ee'
+'c41ae665499c6cd775d40bbe178f8786830b0931ee26bf11ee02f7d83bcc8107'
+'0b680e674c11c47afa86162d8b49645620b8912722e08133d23357c29ca9310a'
+'2cad308f8adbb6c54e6603fa22b2f0eb60f6f09248d5d015000c3932ac14f646'
+'962ce805c87147212b21fc2ab0ac9af9bd0033942c7a6905b9906645b48e8a4f'
+'ef94908d4ab28d13af622e6e58ec191aa78817d17e4466c7bb6f64ee72a813b9'
+'afd0952b9bb8f52fd428eae36cf719a58ff85a894baae88cbb2124e043768cc7'
+'7fcb52e96935dccb0f958d37c2f4e3918392480b9af53e08562f6cba6c68cb94'
+'514135b920a43f999571a15e97b41

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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 20:15:34
  Author: arojas
Revision: 273624

Update to 3.5.0

Modified:
  normaliz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 19:57:39 UTC (rev 273623)
+++ PKGBUILD2017-12-10 20:15:34 UTC (rev 273624)
@@ -2,7 +2,7 @@
 # Contributor: Tarn Burton 
 
 pkgname=normaliz
-pkgver=3.4.1
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(gmp)
 makedepends=(boost)
 
source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz";)
-sha256sums=('20d1c0061ed589eb61591e04ef3449f5a54c4f4c9c191e7c53ce05468c96e415')
+sha256sums=('d3cee70c940b8ea73ba6c97688c5afb0928a7d488116af78dcf07d85d40af37a')
 
 build() {
   cd $pkgname-$pkgver


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 20:16:46
  Author: arojas
Revision: 273625

archrelease: copy trunk to community-x86_64

Added:
  normaliz/repos/community-x86_64/PKGBUILD
(from rev 273624, normaliz/trunk/PKGBUILD)
Deleted:
  normaliz/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 20:15:34 UTC (rev 273624)
+++ PKGBUILD2017-12-10 20:16:46 UTC (rev 273625)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Tarn Burton 
-
-pkgname=normaliz
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
-arch=(i686 x86_64)
-url="https://www.normaliz.uni-osnabrueck.de/";
-license=(GPL)
-depends=(gmp)
-makedepends=(boost)
-source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz";)
-sha256sums=('20d1c0061ed589eb61591e04ef3449f5a54c4f4c9c191e7c53ce05468c96e415')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 273624, 
normaliz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 20:16:46 UTC (rev 273625)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tarn Burton 
+
+pkgname=normaliz
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
+arch=(x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/";
+license=(GPL)
+depends=(gmp)
+makedepends=(boost)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz";)
+sha256sums=('d3cee70c940b8ea73ba6c97688c5afb0928a7d488116af78dcf07d85d40af37a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in linbox/trunk (PKGBUILD linbox-config.patch)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 20:20:42
  Author: arojas
Revision: 273626

Update to 1.5.2

Modified:
  linbox/trunk/PKGBUILD
Deleted:
  linbox/trunk/linbox-config.patch

-+
 PKGBUILD|   13 +++--
 linbox-config.patch |   12 
 2 files changed, 3 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 20:16:46 UTC (rev 273625)
+++ PKGBUILD2017-12-10 20:20:42 UTC (rev 273626)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas < nqn7...@gmail.com >
 
 pkgname=linbox
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
 arch=(x86_64)
@@ -9,16 +9,9 @@
 url="http://linalg.org/";
 license=(LGPL)
 depends=(m4rie flint fplll iml fflas-ffpack tinyxml2) 
-source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";
 linbox-config.patch)
-sha256sums=('b2a4dbfe1e599f0ca5a5d3c63403ba7914463a0040cdd2a55e7b29aaab7d7589'
-'2f60b1b598d04168622ad1cccf0e8745b73efc5b7686398cb6f0f89cc2032ceb')
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('7b69ab617b15ca6684b29d08531ed8899cd4d07ec75799e5d624c4c0a60dc6b2')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Rp1 -i ../linbox-config.patch # Install missing config.h header
-  autoreconf -vi
-}
-
 build() {
   cd $pkgname-$pkgver
 

Deleted: linbox-config.patch
===
--- linbox-config.patch 2017-12-10 20:16:46 UTC (rev 273625)
+++ linbox-config.patch 2017-12-10 20:20:42 UTC (rev 273626)
@@ -1,12 +0,0 @@
-diff --git a/linbox/Makefile.am b/linbox/Makefile.am
-index 68ee4e98d..bf2773952 100644
 a/linbox/Makefile.am
-+++ b/linbox/Makefile.am
-@@ -30,7 +30,6 @@ SUBDIRS=util element field randiter vector matrix blackbox 
algorithms solutions
- 
- BASIC_HDRS =  \
- linbox-config.h \
--config.h \
- config-blas.h \
- integer.h \
- linbox-tags.h


[arch-commits] Commit in linbox/repos/community-x86_64 (3 files)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 20:21:04
  Author: arojas
Revision: 273627

archrelease: copy trunk to community-x86_64

Added:
  linbox/repos/community-x86_64/PKGBUILD
(from rev 273626, linbox/trunk/PKGBUILD)
Deleted:
  linbox/repos/community-x86_64/PKGBUILD
  linbox/repos/community-x86_64/linbox-config.patch

-+
 PKGBUILD|   69 ++
 linbox-config.patch |   12 
 2 files changed, 31 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 20:20:42 UTC (rev 273626)
+++ PKGBUILD2017-12-10 20:21:04 UTC (rev 273627)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn7...@gmail.com >
-
-pkgname=linbox
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
-arch=(x86_64)
-url="http://linalg.org/";
-license=(LGPL)
-depends=(m4rie flint fplll iml fflas-ffpack tinyxml2) 
-source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";
 linbox-config.patch)
-sha256sums=('b2a4dbfe1e599f0ca5a5d3c63403ba7914463a0040cdd2a55e7b29aaab7d7589'
-'2f60b1b598d04168622ad1cccf0e8745b73efc5b7686398cb6f0f89cc2032ceb')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Rp1 -i ../linbox-config.patch # Install missing config.h header
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-sage --with-fplll=/usr \
---disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 
--disable-avx --disable-avx2 --disable-fma
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: linbox/repos/community-x86_64/PKGBUILD (from rev 273626, 
linbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 20:21:04 UTC (rev 273627)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
+arch=(x86_64)
+url="http://linalg.org/";
+license=(LGPL)
+depends=(m4rie flint fplll iml fflas-ffpack tinyxml2) 
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('7b69ab617b15ca6684b29d08531ed8899cd4d07ec75799e5d624c4c0a60dc6b2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --with-fplll=/usr \
+--disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 
--disable-avx --disable-avx2 --disable-fma
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: linbox-config.patch
===
--- linbox-config.patch 2017-12-10 20:20:42 UTC (rev 273626)
+++ linbox-config.patch 2017-12-10 20:21:04 UTC (rev 273627)
@@ -1,12 +0,0 @@
-diff --git a/linbox/Makefile.am b/linbox/Makefile.am
-index 68ee4e98d..bf2773952 100644
 a/linbox/Makefile.am
-+++ b/linbox/Makefile.am
-@@ -30,7 +30,6 @@ SUBDIRS=util element field randiter vector matrix blackbox 
algorithms solutions
- 
- BASIC_HDRS =  \
- linbox-config.h \
--config.h \
- config-blas.h \
- integer.h \
- linbox-tags.h


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 20:25:48
  Author: arojas
Revision: 273628

Update to 14.26.1

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 20:21:04 UTC (rev 273627)
+++ PKGBUILD2017-12-10 20:25:48 UTC (rev 273628)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.25.2
+pkgver=14.26.1
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('36ba458ecb5b6068ea25c9482d673c78723ceb413a38571f2da3ac6af3cd1e3b')
+sha256sums=('731afcc1a845a93b466868c8b3af694b38469e9fb7a7c7a768c493e909e78822')
 
 package() {
   cd $pkgname-$pkgver


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 20:26:12
  Author: arojas
Revision: 273629

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 273628, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 20:25:48 UTC (rev 273628)
+++ PKGBUILD2017-12-10 20:26:12 UTC (rev 273629)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.25.2
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="https://jmol.sourceforge.net";
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('36ba458ecb5b6068ea25c9482d673c78723ceb413a38571f2da3ac6af3cd1e3b')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 273628, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 20:26:12 UTC (rev 273629)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.26.1
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="https://jmol.sourceforge.net";
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
+sha256sums=('731afcc1a845a93b466868c8b3af694b38469e9fb7a7c7a768c493e909e78822')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


[arch-commits] Commit in (qemu-launcher)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 21:28:48
  Author: arojas
Revision: 273631

Dropped to AUR

Deleted:
  qemu-launcher/


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 21:48:05
  Author: arojas
Revision: 273632

Update to 2.3.8

Modified:
  openmotif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 21:28:48 UTC (rev 273631)
+++ PKGBUILD2017-12-10 21:48:05 UTC (rev 273632)
@@ -3,27 +3,26 @@
 # Contributor: Enrico Morelli 
 
 pkgname=openmotif
-pkgver=2.3.7
+pkgver=2.3.8
 pkgrel=1
 pkgdesc="Open Motif"
 arch=('x86_64')
-url="http://www.motifzone.org/";
+url="https://motif.ics.com/";
 license=('LGPL')
 depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
 makedepends=(xbitmaps xproto printproto xextproto automake)
 conflicts=(lesstif)
-source=("http://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz";)
-sha256sums=('8f7aadbb0f42df2093d4690735a2b9a02ea2bf69dfb15ae0a39cae28f1580d14')
+source=("https://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz";)
+sha256sums=('859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7')
 
 build() {
-  cd "$srcdir"/motif-$pkgver
+  cd motif-$pkgver
   export LDFLAGS="-lX11"
-  [ -x configure ] || ./autogen.sh --prefix=/usr
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make -j1
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
-  cd "$srcdir"/motif-$pkgver
+  cd motif-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 21:48:38
  Author: arojas
Revision: 273633

archrelease: copy trunk to community-x86_64

Added:
  openmotif/repos/community-x86_64/PKGBUILD
(from rev 273632, openmotif/trunk/PKGBUILD)
Deleted:
  openmotif/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 21:48:05 UTC (rev 273632)
+++ PKGBUILD2017-12-10 21:48:38 UTC (rev 273633)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Enrico Morelli 
-
-pkgname=openmotif
-pkgver=2.3.7
-pkgrel=1
-pkgdesc="Open Motif"
-arch=('i686' 'x86_64')
-url="http://www.motifzone.org/";
-license=('LGPL')
-depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
-makedepends=(xbitmaps xproto printproto xextproto automake)
-conflicts=(lesstif)
-source=("http://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz";)
-sha256sums=('8f7aadbb0f42df2093d4690735a2b9a02ea2bf69dfb15ae0a39cae28f1580d14')
-
-build() {
-  cd "$srcdir"/motif-$pkgver
-  export LDFLAGS="-lX11"
-  [ -x configure ] || ./autogen.sh --prefix=/usr
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make -j1
-}
-
-package() {
-  cd "$srcdir"/motif-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: openmotif/repos/community-x86_64/PKGBUILD (from rev 273632, 
openmotif/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 21:48:38 UTC (rev 273633)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Enrico Morelli 
+
+pkgname=openmotif
+pkgver=2.3.8
+pkgrel=1
+pkgdesc="Open Motif"
+arch=('x86_64')
+url="https://motif.ics.com/";
+license=('LGPL')
+depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
+makedepends=(xbitmaps xproto printproto xextproto automake)
+conflicts=(lesstif)
+source=("https://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz";)
+sha256sums=('859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7')
+
+build() {
+  cd motif-$pkgver
+  export LDFLAGS="-lX11"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd motif-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 21:50:40
  Author: arojas
Revision: 273634

Update to 3.8

Modified:
  xvkbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 21:48:38 UTC (rev 273633)
+++ PKGBUILD2017-12-10 21:50:40 UTC (rev 273634)
@@ -4,7 +4,7 @@
 # Contributor: Mikko Seppдlд 
 
 pkgname=xvkbd
-pkgver=3.7
+pkgver=3.8
 pkgrel=1
 pkgdesc="virtual (graphical) keyboard program for X Window System"
 arch=('x86_64')
@@ -13,10 +13,10 @@
 depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
 makedepends=('imake')
 source=(http://t-sato.in.coocan.jp/xvkbd/xvkbd-$pkgver.tar.gz)
-sha256sums=('10b6551387ef011abde847fb64df96578988e8158615801aefa4f90b5a6bca64')
+sha256sums=('2ca43d4f2eebd66aef7c89a17e019146f14ccfe85c731a818202a85fd6e2259b')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   xmkmf
   sed -i 's|#include 

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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 21:51:07
  Author: arojas
Revision: 273635

archrelease: copy trunk to community-x86_64

Added:
  xvkbd/repos/community-x86_64/PKGBUILD
(from rev 273634, xvkbd/trunk/PKGBUILD)
Deleted:
  xvkbd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 21:50:40 UTC (rev 273634)
+++ PKGBUILD2017-12-10 21:51:07 UTC (rev 273635)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Benjamin Andresen 
-# Contributor: Mikko Seppдlд 
-
-pkgname=xvkbd
-pkgver=3.7
-pkgrel=1
-pkgdesc="virtual (graphical) keyboard program for X Window System"
-arch=('i686' 'x86_64')
-url="http://homepage3.nifty.com/tsato/xvkbd/";
-license=('GPL')
-depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
-makedepends=('imake')
-source=(http://homepage3.nifty.com/tsato/xvkbd/xvkbd-$pkgver.tar.gz)
-md5sums=('2f0b5c91b701ea548883607d7b0ad8ec')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  xmkmf
-  sed -i 's|#include 
+# Contributor: Benjamin Andresen 
+# Contributor: Mikko Seppдlд 
+
+pkgname=xvkbd
+pkgver=3.8
+pkgrel=1
+pkgdesc="virtual (graphical) keyboard program for X Window System"
+arch=('x86_64')
+url="http://t-sato.in.coocan.jp/xvkbd/";
+license=('GPL')
+depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
+makedepends=('imake')
+source=(http://t-sato.in.coocan.jp/xvkbd/xvkbd-$pkgver.tar.gz)
+sha256sums=('2ca43d4f2eebd66aef7c89a17e019146f14ccfe85c731a818202a85fd6e2259b')
+
+build() {
+  cd $pkgname-$pkgver
+  xmkmf
+  sed -i 's|#include 

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

2017-12-10 Thread Gaëtan Bisson via arch-commits
Date: Sunday, December 10, 2017 @ 21:54:20
  Author: bisson
Revision: 312149

rebuild for protobuf-3.5.0.1-1

Modified:
  protobuf-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 19:40:29 UTC (rev 312148)
+++ PKGBUILD2017-12-10 21:54:20 UTC (rev 312149)
@@ -4,7 +4,7 @@
 
 pkgname=protobuf-c
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Protocol Buffers implementation in C'
 arch=('x86_64')
 url='https://github.com/protobuf-c/protobuf-c'


[arch-commits] Commit in protobuf-c/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2017-12-10 Thread Gaëtan Bisson via arch-commits
Date: Sunday, December 10, 2017 @ 21:54:59
  Author: bisson
Revision: 312150

archrelease: copy trunk to staging-x86_64

Added:
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 312149, protobuf-c/trunk/PKGBUILD)

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

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 312149, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-10 21:54:59 UTC (rev 312150)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('5dc9ad7a9b889cf7c8ff6bf72215f1874a90260f60ad4f88acf21bb15d2752a1')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 21:57:34
  Author: arojas
Revision: 273636

Update to 1.9.0

Modified:
  augeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 21:51:07 UTC (rev 273635)
+++ PKGBUILD2017-12-10 21:57:34 UTC (rev 273636)
@@ -3,7 +3,7 @@
 # Contributor: Jon Nordby 
 
 pkgname=augeas
-pkgver=1.8.1
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A configuration editing tool that parses config files and transforms 
them into a tree"
 arch=('x86_64')
@@ -12,17 +12,16 @@
 depends=('libxml2' 'gcc-libs')
 validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
 source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
-sha256sums=('65cf75b5a573fee2a5c6c6e3c95cad05f0101e70d3f9db10d53f6cc5b11bc9f9'
+sha256sums=('2b463d398cabc9b42747aa61d3e83ed6a93ce03d9074cf8e7a7bd3107a668343'
 'SKIP')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 21:58:13
  Author: arojas
Revision: 273637

archrelease: copy trunk to community-x86_64

Added:
  augeas/repos/community-x86_64/PKGBUILD
(from rev 273636, augeas/trunk/PKGBUILD)
Deleted:
  augeas/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 21:57:34 UTC (rev 273636)
+++ PKGBUILD2017-12-10 21:58:13 UTC (rev 273637)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Thomas S Hatch 
-# Contributor: Jon Nordby 
-
-pkgname=augeas
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="A configuration editing tool that parses config files and transforms 
them into a tree"
-arch=('i686' 'x86_64')
-url="http://augeas.net";
-license=('LGPL')
-depends=('libxml2' 'gcc-libs')
-validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
-source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
-sha256sums=('65cf75b5a573fee2a5c6c6e3c95cad05f0101e70d3f9db10d53f6cc5b11bc9f9'
-'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: augeas/repos/community-x86_64/PKGBUILD (from rev 273636, 
augeas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 21:58:13 UTC (rev 273637)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Thomas S Hatch 
+# Contributor: Jon Nordby 
+
+pkgname=augeas
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="A configuration editing tool that parses config files and transforms 
them into a tree"
+arch=('x86_64')
+url="http://augeas.net";
+license=('LGPL')
+depends=('libxml2' 'gcc-libs')
+validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
+source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
+sha256sums=('2b463d398cabc9b42747aa61d3e83ed6a93ce03d9074cf8e7a7bd3107a668343'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 22:07:50
  Author: arojas
Revision: 273638

Update to 2.2.1

Modified:
  audacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 21:58:13 UTC (rev 273637)
+++ PKGBUILD2017-12-10 22:07:50 UTC (rev 273638)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=audacity
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('x86_64')
@@ -12,7 +12,7 @@
  'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'lv2' 'suil' 'lilv') # 
sbsms - needs unreleased version
 makedepends=('cmake' 'python2')
 source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip)
-sha256sums=('175b2224bcafad2c4436cc5776c9c6b9af3bb78a8d0f11baa6d851192f5218ad')
+sha256sums=('48dfff3d9319aa1a1a9e0e791846ca697b40079d05d652c900613415eede4db7')
 
 build() {
   cd audacity-Audacity-${pkgver}


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 22:08:58
  Author: arojas
Revision: 273639

archrelease: copy trunk to community-x86_64

Added:
  audacity/repos/community-x86_64/PKGBUILD
(from rev 273638, audacity/trunk/PKGBUILD)
Deleted:
  audacity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 22:07:50 UTC (rev 273638)
+++ PKGBUILD2017-12-10 22:08:58 UTC (rev 273639)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=audacity
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="A program that lets you manipulate digital audio waveforms"
-arch=('i686' 'x86_64')
-url="http://audacityteam.org";
-license=('GPL')
-depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch'
- 'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'lv2' 'suil' 'lilv') # 
sbsms - needs unreleased version
-makedepends=('cmake' 'python2')
-source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip)
-sha256sums=('175b2224bcafad2c4436cc5776c9c6b9af3bb78a8d0f11baa6d851192f5218ad')
-
-build() {
-  cd audacity-Audacity-${pkgver}
-  WX_CONFIG=wx-config-gtk3 ./configure --prefix=/usr --with-libsamplerate
-  make
-}
-
-package() {
-  cd audacity-Audacity-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: audacity/repos/community-x86_64/PKGBUILD (from rev 273638, 
audacity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 22:08:58 UTC (rev 273639)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=audacity
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="A program that lets you manipulate digital audio waveforms"
+arch=('x86_64')
+url="http://audacityteam.org";
+license=('GPL')
+depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch'
+ 'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'lv2' 'suil' 'lilv') # 
sbsms - needs unreleased version
+makedepends=('cmake' 'python2')
+source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip)
+sha256sums=('48dfff3d9319aa1a1a9e0e791846ca697b40079d05d652c900613415eede4db7')
+
+build() {
+  cd audacity-Audacity-${pkgver}
+  WX_CONFIG=wx-config-gtk3 ./configure --prefix=/usr --with-libsamplerate
+  make
+}
+
+package() {
+  cd audacity-Audacity-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2017-12-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, December 10, 2017 @ 22:11:43
  Author: bpiotrowski
Revision: 312151

Use SIGTERM for KillSignal

Modified:
  nginx/trunk/service

-+
 service |1 -
 1 file changed, 1 deletion(-)

Modified: service
===
--- service 2017-12-10 21:54:59 UTC (rev 312150)
+++ service 2017-12-10 22:11:43 UTC (rev 312151)
@@ -10,7 +10,6 @@
 
 ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;'
 ExecReload=/usr/bin/nginx -s reload
-KillSignal=SIGQUIT
 KillMode=mixed
 
 [Install]


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

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 22:13:55
  Author: arojas
Revision: 312152

Update to 2.13.02

Modified:
  nasm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 22:11:43 UTC (rev 312151)
+++ PKGBUILD2017-12-10 22:13:55 UTC (rev 312152)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nasm
-pkgver=2.13.01
+pkgver=2.13.02
 pkgrel=1
 pkgdesc="An 80x86 assembler designed for portability and modularity"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('perl-font-ttf' 'perl-sort-versions' 'fontconfig' 
'adobe-source-sans-pro-fonts' 'ttf-liberation' 'ghostscript')
 
source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('b2ff7fbb085cfc7ba29f48cd79cb1e88bbcc128b')
+sha1sums=('9f2e5f95d7966fe609c7c20771d64254ee77204e')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in nasm/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 22:14:36
  Author: arojas
Revision: 312153

archrelease: copy trunk to extra-x86_64

Added:
  nasm/repos/extra-x86_64/PKGBUILD
(from rev 312152, nasm/trunk/PKGBUILD)
Deleted:
  nasm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 22:13:55 UTC (rev 312152)
+++ PKGBUILD2017-12-10 22:14:36 UTC (rev 312153)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nasm
-pkgver=2.13.01
-pkgrel=1
-pkgdesc="An 80x86 assembler designed for portability and modularity"
-arch=('i686' 'x86_64')
-url="http://www.nasm.us";
-license=('BSD')
-depends=('glibc')
-makedepends=('perl-font-ttf' 'perl-sort-versions' 'fontconfig' 
'adobe-source-sans-pro-fonts' 'ttf-liberation' 'ghostscript')
-source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('b2ff7fbb085cfc7ba29f48cd79cb1e88bbcc128b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make -C doc
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make INSTALLROOT="${pkgdir}" install install_rdf
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/nasm/LICENSE
-}

Copied: nasm/repos/extra-x86_64/PKGBUILD (from rev 312152, nasm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 22:14:36 UTC (rev 312153)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nasm
+pkgver=2.13.02
+pkgrel=1
+pkgdesc="An 80x86 assembler designed for portability and modularity"
+arch=('x86_64')
+url="http://www.nasm.us";
+license=('BSD')
+depends=('glibc')
+makedepends=('perl-font-ttf' 'perl-sort-versions' 'fontconfig' 
'adobe-source-sans-pro-fonts' 'ttf-liberation' 'ghostscript')
+source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('9f2e5f95d7966fe609c7c20771d64254ee77204e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make -C doc
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALLROOT="${pkgdir}" install install_rdf
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/nasm/LICENSE
+}


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

2017-12-10 Thread Gaëtan Bisson via arch-commits
Date: Sunday, December 10, 2017 @ 22:19:28
  Author: bisson
Revision: 312154

upstream update

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 22:14:36 UTC (rev 312153)
+++ PKGBUILD2017-12-10 22:19:28 UTC (rev 312154)
@@ -5,8 +5,8 @@
 # Contributor: Anton Leontiev 
 
 pkgname=graphicsmagick
-pkgver=1.3.26
-pkgrel=4
+pkgver=1.3.27
+pkgrel=1
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
 depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";)
-sha256sums=('fba015f3d5e5d5f17e57db663f1aa9d338e7b62f1d415b85d13ee366927e5f88')
+sha256sums=('d03278d2790efc1dc72309f85a539810d2a81deb47932f7e6720d09ac72d0367')
 
 options=('!emptydirs' 'libtool')
 


[arch-commits] Commit in graphicsmagick/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-12-10 Thread Gaëtan Bisson via arch-commits
Date: Sunday, December 10, 2017 @ 22:21:06
  Author: bisson
Revision: 312155

archrelease: copy trunk to extra-x86_64

Added:
  graphicsmagick/repos/extra-x86_64/PKGBUILD
(from rev 312154, graphicsmagick/trunk/PKGBUILD)
Deleted:
  graphicsmagick/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 22:19:28 UTC (rev 312154)
+++ PKGBUILD2017-12-10 22:21:06 UTC (rev 312155)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Maintainer: Gaetan Bisson 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Anton Leontiev 
-
-pkgname=graphicsmagick
-pkgver=1.3.26
-pkgrel=4
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('i686' 'x86_64')
-license=('MIT')
-optdepends=('jasper: jp2 module'
-'libpng: png module'
-'libwmf: wmf module'
-'libxml2: msl, svg, url modules'
-'libtiff: ps2, ps3, tiff modules'
-'ghostscript: pdf, ps modules')
-makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
-depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";)
-sha256sums=('fba015f3d5e5d5f17e57db663f1aa9d338e7b62f1d415b85d13ee366927e5f88')
-
-options=('!emptydirs' 'libtool')
-
-build() {
-   cd "${srcdir}/GraphicsMagick-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --enable-shared \
-   --with-modules \
-   --with-perl \
-   --with-gs-font-dir=/usr/share/fonts/Type1 \
-   --with-quantum-depth=16 \
-   --with-threads
-   make
-}
-
-package() {
-   cd "${srcdir}/GraphicsMagick-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   # Install MIT license
-   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
-
-   # Install perl bindings
-   # The patching was introduced in order to build perl module without 
installing package itself and
-   # not to introduce unnecessary path into LD_RUN_PATH
-   cd PerlMagick
-   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
-   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
-   sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
-   make
-   make install
-
-   # Remove perllocal.pod and .packlist
-   rm -r "${pkgdir}"/usr/lib/perl5/*/core_perl
-   rm 
"${pkgdir}"/usr/lib/perl5/*/vendor_perl/auto/Graphics/Magick/.packlist
-}

Copied: graphicsmagick/repos/extra-x86_64/PKGBUILD (from rev 312154, 
graphicsmagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 22:21:06 UTC (rev 312155)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.27
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";)
+sha256sums=('d03278d2790efc1dc72309f85a539810d2a81deb47932f7e6720d09ac72d0367')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+   --with-quantum-depth=16 \
+   --with-threads
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license
+   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
+   perl Makefile

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

2017-12-10 Thread Gaëtan Bisson via arch-commits
Date: Sunday, December 10, 2017 @ 22:25:31
  Author: bisson
Revision: 273641

archrelease: copy trunk to community-staging-x86_64

Added:
  collectd/repos/community-staging-x86_64/
  collectd/repos/community-staging-x86_64/PKGBUILD
(from rev 273640, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-x86_64/service
(from rev 273640, collectd/trunk/service)

--+
 PKGBUILD |   78 +
 service  |   13 ++
 2 files changed, 91 insertions(+)

Copied: collectd/repos/community-staging-x86_64/PKGBUILD (from rev 273640, 
collectd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-10 22:25:31 UTC (rev 273641)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.8.0
+pkgrel=2
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'libmariadbclient: mysql plugin'
+'iproute2: netlink plugin'
+'net-snmp: snmp plugin'
+'libnotify: notify_desktop plugin'
+'openipmi: ipmi plugin'
+'liboping: ping plugin'
+'libpcap: dns plugin'
+'perl: perl plugin'
+'postgresql-libs: postgresql plugin'
+'python2: python plugin'
+'rrdtool: rrdtool and rrdcached plugins'
+'lm_sensors: lm_sensors and sensors plugins'
+'libvirt: libvirt plugin'
+'libxml2: ascent and libvirt plugins'
+'yajl: curl_json plugin'
+'libatasmart: smart plugin'
+'lvm2: lvm plugin'
+'protobuf-c: write_riemann plugin'
+'mosquitto: MQTT plugin'
+'libmicrohttpd: prometheus plugin')
+
+makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
+ 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'openipmi'
+ 'liboping' 'libpcap' 'postgresql-libs' 'python2' 'rrdtool'
+ 'lm_sensors' 'libvirt' 'libxml2' 'yajl' 'libatasmart' 'lvm2'
+ 'protobuf-c' 'mosquitto' 'libmicrohttpd')
+
+depends=('libltdl' 'iptables')
+
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
+'service')
+sha256sums=('b06ff476bbf05533cb97ae6749262cc3c76c9969f032bd8496690084ddeb15c9'
+'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
+
+backup=('etc/collectd.conf')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/ -Werror//g' -i configure
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export MAKEFLAGS='-j1'
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --with-python=/usr/bin/python2 \
+   --with-perl-bindings='INSTALLDIRS=vendor'
+   make all
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rmdir "${pkgdir}/var/run" # FS#30201
+   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
+   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
+}

Copied: collectd/repos/community-staging-x86_64/service (from rev 273640, 
collectd/trunk/service)
===
--- community-staging-x86_64/service(rev 0)
+++ community-staging-x86_64/service2017-12-10 22:25:31 UTC (rev 273641)
@@ -0,0 +1,13 @@
+[Unit]
+Description=System statistics collection daemon
+After=local-fs.target network.target
+
+[Service]
+Type=forking
+PIDFile=/run/collectdmon.pid
+ExecStart=/usr/bin/collectdmon
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


<    1   2   3   >