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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:01:26
  Author: arojas
Revision: 314738

archrelease: copy trunk to testing-x86_64

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

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

Copied: kactivities-stats/repos/testing-x86_64/PKGBUILD (from rev 314737, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:01:26 UTC (rev 314738)
@@ -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.42.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=('08d7c42172d0a948c52818ccb6cfd2815974b7d34db62f07ca7911e71504276a'
+'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 kdnssd/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:02:06
  Author: arojas
Revision: 314741

archrelease: copy trunk to testing-x86_64

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

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

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 314740, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:02:06 UTC (rev 314741)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.42.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=('946e1f9a609e55930c20127b6cb6d86599c21a4a13d83263a44ed50185f939cc'
+'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 baloo/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:00:22
  Author: arojas
Revision: 314734

archrelease: copy trunk to testing-x86_64

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

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

Copied: baloo/repos/testing-x86_64/PKGBUILD (from rev 314733, 
baloo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:00:22 UTC (rev 314734)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.42.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=('d422ed996289380bbf648f075eb422383a47e12245d062d1d5d7074dd9b4d3a3'
+'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 bluez-qt/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:00:37
  Author: arojas
Revision: 314735

archrelease: copy trunk to testing-x86_64

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

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 314734, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:00:37 UTC (rev 314735)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.42.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=('2e693e0c23170a15a7ebe8d600ad5d04be82f4c8784b84d3b57a4170ac056b5d'
+'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)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:00:53
  Author: arojas
Revision: 314736

archrelease: copy trunk to testing-any

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

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

Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 314735, 
breeze-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-01-13 14:00:53 UTC (rev 314736)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=breeze-icons
+pkgver=5.42.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=('99900eb0d2c9b5822e93f6be21fcf4581919c94cc02f8c9331de7921c0023257'
+'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)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:01:13
  Author: arojas
Revision: 314737

archrelease: copy trunk to testing-x86_64

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

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

Copied: frameworkintegration/repos/testing-x86_64/PKGBUILD (from rev 314736, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:01:13 UTC (rev 314737)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.42.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=('c76778673fe94a5e4f2e6a115dadb8558556a5f32a857ce33a1bb2c286b7de9d'
+'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 \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:00:08
  Author: arojas
Revision: 314733

archrelease: copy trunk to testing-x86_64

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

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

Copied: knewstuff/repos/testing-x86_64/PKGBUILD (from rev 314732, 
knewstuff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:00:08 UTC (rev 314733)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.42.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=('e625cb21dba7780ee8936153e7ba0f57bf81c929fb6ccb4b15eef763aeaf4f44'
+'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 kidletime/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:59:39
  Author: arojas
Revision: 314731

archrelease: copy trunk to testing-x86_64

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

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

Copied: kidletime/repos/testing-x86_64/PKGBUILD (from rev 314730, 
kidletime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:59:39 UTC (rev 314731)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.42.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=('b0b355c0948f5e2ab2366b089bd894051cf547a154773e8365995d2472203905'
+'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 syntax-highlighting/repos (2 files)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:59:53
  Author: arojas
Revision: 314732

archrelease: copy trunk to testing-x86_64

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

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

Copied: syntax-highlighting/repos/testing-x86_64/PKGBUILD (from rev 314731, 
syntax-highlighting/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:59:53 UTC (rev 314732)
@@ -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.42.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=('c034d9a43d81fb29af21af419169c15192d0566d2e07d2499c3215044af591c7'
+'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 kfilemetadata/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:59:25
  Author: arojas
Revision: 314730

archrelease: copy trunk to testing-x86_64

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

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

Copied: kfilemetadata/repos/testing-x86_64/PKGBUILD (from rev 314729, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:59:25 UTC (rev 314730)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.42.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=('00db93b910342ab0210b3ffb2aee175195cf4eed'
+  'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir 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 kjs/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:59:13
  Author: arojas
Revision: 314729

archrelease: copy trunk to testing-x86_64

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

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

Copied: kjs/repos/testing-x86_64/PKGBUILD (from rev 314728, kjs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:59:13 UTC (rev 314729)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjs
+pkgver=5.42.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=('8f8cc39503099f53b152866f931a85f30a5fcbf6629ac3e7ad8f658fc5d246d4'
+'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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:58:50
  Author: arojas
Revision: 314728

archrelease: copy trunk to testing-x86_64

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

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

Copied: plasma-framework/repos/testing-x86_64/PKGBUILD (from rev 314727, 
plasma-framework/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:58:50 UTC (rev 314728)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.42.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 kirigami2)
+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=('50a99d7bd212d124863136f8fa56cf7e82b20051a81699f5c86eae4a01442c1d'
+'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 kirigami2/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:58:29
  Author: arojas
Revision: 314727

archrelease: copy trunk to testing-x86_64

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

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

Copied: kirigami2/repos/testing-x86_64/PKGBUILD (from rev 314726, 
kirigami2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:58:29 UTC (rev 314727)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 276984 2016-09-26 18:41:01Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kirigami2
+pkgver=5.42.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)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1b5bbce792db12e19aaa41095c8b9d7f662a98d3f1358ae05b29835bd5b1f885'
+'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_EXAMPLES=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:58:10
  Author: arojas
Revision: 314726

archrelease: copy trunk to testing-x86_64

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

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

Copied: kwayland/repos/testing-x86_64/PKGBUILD (from rev 314725, 
kwayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:58:10 UTC (rev 314726)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.42.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=('07dae8ef27b782d51940969fddb08fe79fbd7ce5028603dbe8ba4375eff32673'
+'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 \
+-DCMAKE_INSTALL_LIBEXECDIR=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)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:57:53
  Author: arojas
Revision: 314725

archrelease: copy trunk to testing-x86_64

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

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

Copied: kactivities/repos/testing-x86_64/PKGBUILD (from rev 314724, 
kactivities/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:57:53 UTC (rev 314725)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=5.42.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=('39080e0351ee488fd0e017f14bfbb2643029e5c4f97bb4824e095f6b04610a7c'
+'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 \
+-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)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:57:36
  Author: arojas
Revision: 314724

archrelease: copy trunk to testing-x86_64

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

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

Copied: kcmutils/repos/testing-x86_64/PKGBUILD (from rev 314723, 
kcmutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:57:36 UTC (rev 314724)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcmutils
+pkgver=5.42.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=('c716bd96fb072583043cbf19f78a705f8615335860213c85a8bb0f6e2a58c7e0'
+'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 threadweaver/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:57:11
  Author: arojas
Revision: 314723

archrelease: copy trunk to testing-x86_64

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

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

Copied: threadweaver/repos/testing-x86_64/PKGBUILD (from rev 314722, 
threadweaver/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:57:11 UTC (rev 314723)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=threadweaver
+pkgver=5.42.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=('76e5bc74ac249358076fafb1d82cab0974fb9ccace9fdaeaf9beffeeeca558c7'
+'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 kdesignerplugin/repos (2 files)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:56:23
  Author: arojas
Revision: 314720

archrelease: copy trunk to testing-x86_64

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

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

Copied: kdesignerplugin/repos/testing-x86_64/PKGBUILD (from rev 314719, 
kdesignerplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:56:23 UTC (rev 314720)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesignerplugin
+pkgver=5.42.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=('66c5119cb2687df988e21999b1600282005e1bfa899e5e4c2325c9e982ea8a00'
+'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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:56:53
  Author: arojas
Revision: 314722

archrelease: copy trunk to testing-x86_64

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

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

Copied: kunitconversion/repos/testing-x86_64/PKGBUILD (from rev 314721, 
kunitconversion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:56:53 UTC (rev 314722)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kunitconversion
+pkgver=5.42.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=('548c4d63fe3778387c54d0f36934b7ed4b44ec414c33559c877b0f4a94bd2908'
+'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 kpty/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:56:36
  Author: arojas
Revision: 314721

archrelease: copy trunk to testing-x86_64

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

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

Copied: kpty/repos/testing-x86_64/PKGBUILD (from rev 314720, 
kpty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:56:36 UTC (rev 314721)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kpty
+pkgver=5.42.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=('46d52a6d0118313fb9e4db3e41fac78f41ec0752cd25dffdf13d0ea0fb37411f'
+'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 kplotting/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:56:06
  Author: arojas
Revision: 314719

archrelease: copy trunk to testing-x86_64

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

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

Copied: kplotting/repos/testing-x86_64/PKGBUILD (from rev 314718, 
kplotting/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:56:06 UTC (rev 314719)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kplotting
+pkgver=5.42.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=('898ea02fd03103d7b053dc40fcfc7b6a2a30835b9346743d559967a8f34b2b81'
+'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 kparts/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:55:33
  Author: arojas
Revision: 314717

archrelease: copy trunk to testing-x86_64

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

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

Copied: kparts/repos/testing-x86_64/PKGBUILD (from rev 314716, 
kparts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:55:33 UTC (rev 314717)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kparts
+pkgver=5.42.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=('101047b74ec65a76e88ff515347d66e75a1e10f51bb3533d59b9d6c9c47d65d5'
+'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 kdewebkit/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:55:48
  Author: arojas
Revision: 314718

archrelease: copy trunk to testing-x86_64

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

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

Copied: kdewebkit/repos/testing-x86_64/PKGBUILD (from rev 314717, 
kdewebkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:55:48 UTC (rev 314718)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdewebkit
+pkgver=5.42.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=('6ba25842d3cbd99c6816414e85fd7ff2d9dbde9fcde5c2faf3a74693d2254db3'
+'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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:55:17
  Author: arojas
Revision: 314716

archrelease: copy trunk to testing-x86_64

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

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

Copied: kdeclarative/repos/testing-x86_64/PKGBUILD (from rev 314715, 
kdeclarative/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:55:17 UTC (rev 314716)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeclarative
+pkgver=5.42.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=('4228dc8e4b89ab015535e88b3faf8a050acf0fdd11fcf7f62142bc6dbc24c0f0'
+'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 kpackage/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:54:52
  Author: arojas
Revision: 314715

archrelease: copy trunk to testing-x86_64

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

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

Copied: kpackage/repos/testing-x86_64/PKGBUILD (from rev 314714, 
kpackage/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:54:52 UTC (rev 314715)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pier Luigi Fiorini 
+
+pkgname=kpackage
+pkgver=5.42.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=('0acbb8076953ac8fa1723a221f7043331c2dbf67292ceafd94a0a17e00845581'
+'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 \
+-DCMAKE_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)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:54:17
  Author: arojas
Revision: 314714

archrelease: copy trunk to testing-x86_64

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

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

Copied: kinit/repos/testing-x86_64/PKGBUILD (from rev 314713, 
kinit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:54:17 UTC (rev 314714)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kinit
+pkgver=5.42.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=('2a1ec0c3d8a2566f9b31bcf7863a28697f3bfd46e00b8a8a4736f01b08537717'
+'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 \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:53:28
  Author: arojas
Revision: 314712

archrelease: copy trunk to testing-x86_64

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

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

Copied: kwallet/repos/testing-x86_64/PKGBUILD (from rev 314711, 
kwallet/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:53:28 UTC (rev 314712)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwallet
+pkgver=5.42.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=('76a99bca363a314b2c889c562cdab93d83b136cce4e2d338b02eeb91cad963cf'
+'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 kio/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:53:41
  Author: arojas
Revision: 314713

archrelease: copy trunk to testing-x86_64

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

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

Copied: kio/repos/testing-x86_64/PKGBUILD (from rev 314712, kio/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:53:41 UTC (rev 314713)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio
+pkgver=5.42.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}
+kdebug-352776.patch::"https://cgit.kde.org/kio.git/patch/?id=248941a0";)
+sha256sums=('ec1d0ef9523661614f347e3c99efe98813d0fab92e8fdb4a995685d013524694'
+'SKIP'
+'27231fbc2018caba19724a03b9ece21215bfb8d37d8cfe4e3b09095b4630f250')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-352776.patch # Fix file chooser layout with Qt 5.10
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=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)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:53:12
  Author: arojas
Revision: 314711

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 314710, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:53:12 UTC (rev 314711)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.42.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=('ccb969d47cb41cc9dcaf86ae4a9a11b25317ed40336d2115dc048456afe7952b'
+'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 kjobwidgets/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:52:58
  Author: arojas
Revision: 314710

archrelease: copy trunk to testing-x86_64

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

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

Copied: kjobwidgets/repos/testing-x86_64/PKGBUILD (from rev 314709, 
kjobwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:52:58 UTC (rev 314710)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjobwidgets
+pkgver=5.42.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=('64a2cf38ed5d03b8e91e73fb81997cd4ed1eaf5c17835b36f728407e68d36cd4'
+'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 solid/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:52:43
  Author: arojas
Revision: 314709

archrelease: copy trunk to testing-x86_64

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

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

Copied: solid/repos/testing-x86_64/PKGBUILD (from rev 314708, 
solid/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:52:43 UTC (rev 314709)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=solid
+pkgver=5.42.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=('9802cca5942ac57d113c1eb2e69244dbcf3958637f8e812c8e6a1bacd4459982'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir 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 kxmlgui/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:52:13
  Author: arojas
Revision: 314707

archrelease: copy trunk to testing-x86_64

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

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

Copied: kxmlgui/repos/testing-x86_64/PKGBUILD (from rev 314706, 
kxmlgui/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:52:13 UTC (rev 314707)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kxmlgui
+pkgver=5.42.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=('c01715eb7ba54e10ef3754ac2fd2de580ad6b12568dbe657d17ec2cc5197dd4d'
+'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 \
+-DCMAKE_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)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:52:28
  Author: arojas
Revision: 314708

archrelease: copy trunk to testing-x86_64

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

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

Copied: kbookmarks/repos/testing-x86_64/PKGBUILD (from rev 314707, 
kbookmarks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:52:28 UTC (rev 314708)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbookmarks
+pkgver=5.42.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=('a2175a0f4f9159ca76c3d9b8974d80b6ba3977aadb7e6cf92360c592eb080423'
+'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 kiconthemes/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:51:31
  Author: arojas
Revision: 314704

archrelease: copy trunk to testing-x86_64

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

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

Copied: kiconthemes/repos/testing-x86_64/PKGBUILD (from rev 314703, 
kiconthemes/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:51:31 UTC (rev 314704)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiconthemes
+pkgver=5.42.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=('87c54e3fdfb01d88f144078401170841ffa1d1cc27ac32682f03ed85dced7dd9'
+'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 ktextwidgets/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:52:00
  Author: arojas
Revision: 314706

archrelease: copy trunk to testing-x86_64

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

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

Copied: ktextwidgets/repos/testing-x86_64/PKGBUILD (from rev 314705, 
ktextwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:52:00 UTC (rev 314706)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktextwidgets
+pkgver=5.42.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=('d32becae0f7f57016523eb8e4328b2d59140451c8612de7bed9cf992f6fa0a21'
+'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 sonnet/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:51:46
  Author: arojas
Revision: 314705

archrelease: copy trunk to testing-x86_64

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

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

Copied: sonnet/repos/testing-x86_64/PKGBUILD (from rev 314704, 
sonnet/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:51:46 UTC (rev 314705)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sonnet
+pkgver=5.42.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=('3c523fa0195e2e2af0071235507a9e30d140175afb4bc0e944d5025f5bab6ae4'
+'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 kitemviews/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:51:16
  Author: arojas
Revision: 314703

archrelease: copy trunk to testing-x86_64

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

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

Copied: kitemviews/repos/testing-x86_64/PKGBUILD (from rev 314702, 
kitemviews/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:51:16 UTC (rev 314703)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemviews
+pkgver=5.42.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=('1c11e10d03e76d1ba7ee6ea8821570695bb13cbdf928910773b62287c00238c8'
+'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 kglobalaccel/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:51:03
  Author: arojas
Revision: 314702

archrelease: copy trunk to testing-x86_64

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

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

Copied: kglobalaccel/repos/testing-x86_64/PKGBUILD (from rev 314701, 
kglobalaccel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:51:03 UTC (rev 314702)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kglobalaccel
+pkgver=5.42.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=('e6f5e6588bfcbbbdc62de2756143db34a92ee07adb5ec8a14fa76110c7519f5a'
+'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 \
+-DCMAKE_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)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:50:07
  Author: arojas
Revision: 314699

archrelease: copy trunk to testing-x86_64

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

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

Copied: kdbusaddons/repos/testing-x86_64/PKGBUILD (from rev 314698, 
kdbusaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:50:07 UTC (rev 314699)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdbusaddons
+pkgver=5.42.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=('6dc19471c9dc53ae13c642b3cd2512fdb2aadb6ab287caeffe56829307bb2398'
+'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 kservice/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:50:41
  Author: arojas
Revision: 314701

archrelease: copy trunk to testing-x86_64

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

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

Copied: kservice/repos/testing-x86_64/PKGBUILD (from rev 314700, 
kservice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:50:41 UTC (rev 314701)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kservice
+pkgver=5.42.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=('31f337e0cbe53bf7c6abef03249e8750ebc97225145d3a439dbb5900da751f7d'
+'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 attica-qt5/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:50:21
  Author: arojas
Revision: 314700

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica-qt5/repos/testing-x86_64/PKGBUILD (from rev 314699, 
attica-qt5/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:50:21 UTC (rev 314700)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica-qt5
+pkgver=5.42.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=('adfba910d6d3bbd814b8b8e7322e8181696f180f6088b53cb726e6a5cbd49245'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../attica-${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 kwindowsystem/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:49:31
  Author: arojas
Revision: 314697

archrelease: copy trunk to testing-x86_64

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

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

Copied: kwindowsystem/repos/testing-x86_64/PKGBUILD (from rev 314696, 
kwindowsystem/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:49:31 UTC (rev 314697)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwindowsystem
+pkgver=5.42.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=('1b37f1f40fe40d8d689ccafc7b0e46a8b515c554dfe1f3eb50b3e3911ce86696'
+'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 \
+-DCMAKE_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)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:49:51
  Author: arojas
Revision: 314698

archrelease: copy trunk to testing-x86_64

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

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

Copied: kcrash/repos/testing-x86_64/PKGBUILD (from rev 314697, 
kcrash/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:49:51 UTC (rev 314698)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcrash
+pkgver=5.42.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=('da46566c45d1c6381583f44894f82bdabbaf91a477b4d12206fe0cee5b073e11'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=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)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:49:13
  Author: arojas
Revision: 314696

archrelease: copy trunk to testing-x86_64

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

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

Copied: kconfigwidgets/repos/testing-x86_64/PKGBUILD (from rev 314695, 
kconfigwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:49:13 UTC (rev 314696)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfigwidgets
+pkgver=5.42.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=('9fe08e8811765c7893e0edd5c63bc491cc348c80ce3258cc0a00588189a83fa4'
+'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 kcompletion/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:48:26
  Author: arojas
Revision: 314694

archrelease: copy trunk to testing-x86_64

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

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

Copied: kcompletion/repos/testing-x86_64/PKGBUILD (from rev 314693, 
kcompletion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:48:26 UTC (rev 314694)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcompletion
+pkgver=5.42.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=('0e448a1a05436988a836ec0f533c8cb71e955251ec0d4b7e0dbbcc06b6880c7b'
+'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 kwidgetsaddons/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:48:03
  Author: arojas
Revision: 314693

archrelease: copy trunk to testing-x86_64

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

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

Copied: kwidgetsaddons/repos/testing-x86_64/PKGBUILD (from rev 314692, 
kwidgetsaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:48:03 UTC (rev 314693)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwidgetsaddons
+pkgver=5.42.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=('8f9f7a4f06edd558b5786cc2852ba362e72d04d5a7c42b2bb63f47c09866d0a5'
+'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 kguiaddons/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:48:46
  Author: arojas
Revision: 314695

archrelease: copy trunk to testing-x86_64

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

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

Copied: kguiaddons/repos/testing-x86_64/PKGBUILD (from rev 314694, 
kguiaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:48:46 UTC (rev 314695)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kguiaddons
+pkgver=5.42.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=('c77213c07ba790a162fff156ab2b3e1d36103f4ff38e8ad07db38de0c84271a4'
+'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 kconfig/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:47:44
  Author: arojas
Revision: 314692

archrelease: copy trunk to testing-x86_64

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

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

Copied: kconfig/repos/testing-x86_64/PKGBUILD (from rev 314691, 
kconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:47:44 UTC (rev 314692)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfig
+pkgver=5.42.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=('b8e5889989354fef6c52e7a9f40e6260382fe6bfcda3da3d3c3201064403ef21'
+'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 \
+-DCMAKE_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)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:47:16
  Author: arojas
Revision: 314691

archrelease: copy trunk to testing-x86_64

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

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

Copied: kcodecs/repos/testing-x86_64/PKGBUILD (from rev 314690, 
kcodecs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:47:16 UTC (rev 314691)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcodecs
+pkgver=5.42.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=('8c574d9c1140089767c6c46fd93cf4c9a4972b83cef16da7f4b6a52c06f9292c'
+'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 kauth/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:46:47
  Author: arojas
Revision: 314690

archrelease: copy trunk to testing-x86_64

Added:
  kauth/repos/testing-x86_64/
  kauth/repos/testing-x86_64/PKGBUILD
(from rev 314689, kauth/trunk/PKGBUILD)

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

Copied: kauth/repos/testing-x86_64/PKGBUILD (from rev 314689, 
kauth/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:46:47 UTC (rev 314690)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kauth
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Abstraction to system policy and authentication features'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+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=('91ebf3554551c3815e89e53e577e42d7cc3ac1f4966215fbbc93a60ca1587812'
+'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 \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:46:14
  Author: arojas
Revision: 314689

archrelease: copy trunk to testing-x86_64

Added:
  kdoctools/repos/testing-x86_64/
  kdoctools/repos/testing-x86_64/PKGBUILD
(from rev 314688, kdoctools/trunk/PKGBUILD)

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

Copied: kdoctools/repos/testing-x86_64/PKGBUILD (from rev 314688, 
kdoctools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:46:14 UTC (rev 314689)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdoctools
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Documentation generation from docbook'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'docbook-xsl')
+makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
+groups=('kf5')
+options=('staticlibs')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('bf4e03e90b7b324e8b96979b0854c9d1178c7a64bf5710650d9051dab61a7ead'
+'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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:45:46
  Author: arojas
Revision: 314687

archrelease: copy trunk to testing-x86_64

Added:
  karchive/repos/testing-x86_64/
  karchive/repos/testing-x86_64/PKGBUILD
(from rev 314686, karchive/trunk/PKGBUILD)

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

Copied: karchive/repos/testing-x86_64/PKGBUILD (from rev 314686, 
karchive/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:45:46 UTC (rev 314687)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=karchive
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Qt 5 addon providing access to numerous types of archives'
+arch=('x86_64')
+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%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('71e130280953918ddbabc1731c65d16923ab96313bb3c6e58786b6dadbb302ef'
+'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 ki18n/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:45:59
  Author: arojas
Revision: 314688

archrelease: copy trunk to testing-x86_64

Added:
  ki18n/repos/testing-x86_64/
  ki18n/repos/testing-x86_64/PKGBUILD
(from rev 314687, ki18n/trunk/PKGBUILD)

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

Copied: ki18n/repos/testing-x86_64/PKGBUILD (from rev 314687, 
ki18n/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:45:59 UTC (rev 314688)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ki18n
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Advanced internationalization framework'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-script')
+makedepends=('extra-cmake-modules' 'python' 'qt5-declarative' 'python-pyqt5' 
'python2-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=('a9cb8ced1284b7b983b609f93da9a596e09f0d1d06befe49928828b1a88bf9e6'
+'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 extra-cmake-modules/repos (4 files)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:45:03
  Author: arojas
Revision: 314684

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 314683, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 314683, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 314683, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   48 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 70 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
314683, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2018-01-13 13:45:03 UTC (rev 314684)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 314683, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-01-13 13:45:03 UTC (rev 314684)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('430db21202c01e5a49f6fbaa6a0b2d7fb169857de5d16ff7a83f96acf5d086d6'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 314683, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2018-01-13 13:45:03 UTC 
(rev 314684)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:45:30
  Author: arojas
Revision: 314686

archrelease: copy trunk to testing-x86_64

Added:
  kcoreaddons/repos/testing-x86_64/
  kcoreaddons/repos/testing-x86_64/PKGBUILD
(from rev 314685, kcoreaddons/trunk/PKGBUILD)

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

Copied: kcoreaddons/repos/testing-x86_64/PKGBUILD (from rev 314685, 
kcoreaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 13:45:30 UTC (rev 314686)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcoreaddons
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Addons to QtCore'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'shared-mime-info')
+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=('4967aba9f0175025a1c076cf15487d10ce08d27cad740f814ab58af34d3e1b9f'
+'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 \
+-D_KDE4_DEFAULT_HOME_POSTFIX=4 \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:45:17
  Author: arojas
Revision: 314685

archrelease: copy trunk to testing-any

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

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

Copied: kapidox/repos/testing-any/PKGBUILD (from rev 314684, 
kapidox/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-01-13 13:45:17 UTC (rev 314685)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapidox
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('python-jinja' 'python-yaml')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ff0602f9a5f20380aee259fa4f2c092bad7a92ff391e9a007d0390728d69fe47'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in (76 files)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:44:15
  Author: arojas
Revision: 314683

KDE Frameworks 5.42

Modified:
  attica-qt5/trunk/PKGBUILD
  baloo/trunk/PKGBUILD
  bluez-qt/trunk/PKGBUILD
  breeze-icons/trunk/PKGBUILD
  extra-cmake-modules/trunk/PKGBUILD
  frameworkintegration/trunk/PKGBUILD
  kactivities-stats/trunk/PKGBUILD
  kactivities/trunk/PKGBUILD
  kapidox/trunk/PKGBUILD
  karchive/trunk/PKGBUILD
  kauth/trunk/PKGBUILD
  kbookmarks/trunk/PKGBUILD
  kcmutils/trunk/PKGBUILD
  kcodecs/trunk/PKGBUILD
  kcompletion/trunk/PKGBUILD
  kconfig/trunk/PKGBUILD
  kconfigwidgets/trunk/PKGBUILD
  kcoreaddons/trunk/PKGBUILD
  kcrash/trunk/PKGBUILD
  kdbusaddons/trunk/PKGBUILD
  kdeclarative/trunk/PKGBUILD
  kded/trunk/PKGBUILD
  kdelibs4support/trunk/PKGBUILD
  kdesignerplugin/trunk/PKGBUILD
  kdesu/trunk/PKGBUILD
  kdewebkit/trunk/PKGBUILD
  kdnssd/trunk/PKGBUILD
  kdoctools/trunk/PKGBUILD
  kemoticons/trunk/PKGBUILD
  kfilemetadata/trunk/PKGBUILD
  kglobalaccel/trunk/PKGBUILD
  kguiaddons/trunk/PKGBUILD
  khtml/trunk/PKGBUILD
  ki18n/trunk/PKGBUILD
  kiconthemes/trunk/PKGBUILD
  kidletime/trunk/PKGBUILD
  kimageformats/trunk/PKGBUILD
  kinit/trunk/PKGBUILD
  kio/trunk/PKGBUILD
  kirigami2/trunk/PKGBUILD
  kitemmodels/trunk/PKGBUILD
  kitemviews/trunk/PKGBUILD
  kjobwidgets/trunk/PKGBUILD
  kjs/trunk/PKGBUILD
  kjsembed/trunk/PKGBUILD
  kmediaplayer/trunk/PKGBUILD
  knewstuff/trunk/PKGBUILD
  knotifications/trunk/PKGBUILD
  knotifyconfig/trunk/PKGBUILD
  kpackage/trunk/PKGBUILD
  kparts/trunk/PKGBUILD
  kpeople/trunk/PKGBUILD
  kplotting/trunk/PKGBUILD
  kpty/trunk/PKGBUILD
  kross/trunk/PKGBUILD
  krunner/trunk/PKGBUILD
  kservice/trunk/PKGBUILD
  ktexteditor/trunk/PKGBUILD
  ktextwidgets/trunk/PKGBUILD
  kunitconversion/trunk/PKGBUILD
  kwallet/trunk/PKGBUILD
  kwayland/trunk/PKGBUILD
  kwidgetsaddons/trunk/PKGBUILD
  kwindowsystem/trunk/PKGBUILD
  kxmlgui/trunk/PKGBUILD
  kxmlrpcclient/trunk/PKGBUILD
  modemmanager-qt/trunk/PKGBUILD
  networkmanager-qt/trunk/PKGBUILD
  oxygen-icons/trunk/PKGBUILD
  plasma-framework/trunk/PKGBUILD
  prison/trunk/PKGBUILD
  qqc2-desktop-style/trunk/PKGBUILD
  solid/trunk/PKGBUILD
  sonnet/trunk/PKGBUILD
  syntax-highlighting/trunk/PKGBUILD
  threadweaver/trunk/PKGBUILD

-+
 attica-qt5/trunk/PKGBUILD   |6 +++---
 baloo/trunk/PKGBUILD|6 +++---
 bluez-qt/trunk/PKGBUILD |4 ++--
 breeze-icons/trunk/PKGBUILD |4 ++--
 extra-cmake-modules/trunk/PKGBUILD  |4 ++--
 frameworkintegration/trunk/PKGBUILD |6 +++---
 kactivities-stats/trunk/PKGBUILD|6 +++---
 kactivities/trunk/PKGBUILD  |6 +++---
 kapidox/trunk/PKGBUILD  |4 ++--
 karchive/trunk/PKGBUILD |6 +++---
 kauth/trunk/PKGBUILD|8 
 kbookmarks/trunk/PKGBUILD   |6 +++---
 kcmutils/trunk/PKGBUILD |6 +++---
 kcodecs/trunk/PKGBUILD  |6 +++---
 kcompletion/trunk/PKGBUILD  |6 +++---
 kconfig/trunk/PKGBUILD  |8 
 kconfigwidgets/trunk/PKGBUILD   |6 +++---
 kcoreaddons/trunk/PKGBUILD  |6 +++---
 kcrash/trunk/PKGBUILD   |8 
 kdbusaddons/trunk/PKGBUILD  |6 +++---
 kdeclarative/trunk/PKGBUILD |6 +++---
 kded/trunk/PKGBUILD |6 +++---
 kdelibs4support/trunk/PKGBUILD  |8 
 kdesignerplugin/trunk/PKGBUILD  |6 +++---
 kdesu/trunk/PKGBUILD|8 
 kdewebkit/trunk/PKGBUILD|6 +++---
 kdnssd/trunk/PKGBUILD   |6 +++---
 kdoctools/trunk/PKGBUILD|6 +++---
 kemoticons/trunk/PKGBUILD   |6 +++---
 kfilemetadata/trunk/PKGBUILD|6 +++---
 kglobalaccel/trunk/PKGBUILD |6 +++---
 kguiaddons/trunk/PKGBUILD   |6 +++---
 khtml/trunk/PKGBUILD|6 +++---
 ki18n/trunk/PKGBUILD|6 +++---
 kiconthemes/trunk/PKGBUILD  |6 +++---
 kidletime/trunk/PKGBUILD|6 +++---
 kimageformats/trunk/PKGBUILD|6 +++---
 kinit/trunk/PKGBUILD|8 
 kio/trunk/PKGBUILD  |6 +++---
 kirigami2/trunk/PKGBUILD|8 
 kitemmodels/trunk/PKGBUILD  |6 +++---
 kitemviews/trunk/PKGBUILD   |6 +++---
 kjobwidgets/trunk/PKGBUILD  |6 +++---
 kjs/trunk/PKGBUILD  |6 +++---
 kjsembed/trunk/PKGBUILD |6 +++---
 kmediaplayer/trunk/PKGBUILD |6 +++---
 knewstuff/trunk/PKGBUILD|6 +++---
 knotifications/trunk/PKGBUILD   |6 +++---
 knotifyconfig/trunk/PKGBUILD|6 +++---
 kpackage/trunk/PKGBUILD |8 
 kparts/trunk/PKGBUILD   |6 +++---
 kpeople/trunk/PKGBUILD  |6 +++---
 kplotting/trunk/PKGBUILD|6 +++---
 kpty/tr

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

2018-01-13 Thread Morten Linderud via arch-commits
Date: Saturday, January 13, 2018 @ 13:31:40
  Author: foxboron
Revision: 281813

archrelease: copy trunk to community-x86_64

Added:
  gopass/repos/community-x86_64/PKGBUILD
(from rev 281812, gopass/trunk/PKGBUILD)
Deleted:
  gopass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 13:31:32 UTC (rev 281812)
+++ PKGBUILD2018-01-13 13:31:40 UTC (rev 281813)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud 
-pkgname=gopass
-pkgver=1.6.7
-pkgrel=2
-pkgdesc="The slightly more awesome standard unix password manager for teams."
-arch=('x86_64')
-url="https://github.com/justwatchcom/gopass";
-license=('MIT')
-depends=('gnupg' 'git')
-makedepends=('go-pie')
-optdepends=('xdotool: for typing passwords selected by dmenu'
-   'xsel: clipboard support'
-   'xclip: clipboard support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz";)
-sha256sums=('7c8811cb9263b3b53e7b48ee9d7683edaaa0102ef4b9c801e60a527fe7d5924e')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src
-  mv "${pkgname}-${pkgver}"/vendor/* src/
-  mkdir -p src/github.com/justwatchcom
-  ln -rTsf "${pkgname}-${pkgver}" src/github.com/justwatchcom/gopass
-}
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  make build
-  make completion
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 zsh.completion 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  install -Dm644 bash.completion 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -Dm644 fish.completion 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}

Copied: gopass/repos/community-x86_64/PKGBUILD (from rev 281812, 
gopass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 13:31:40 UTC (rev 281813)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+pkgname=gopass
+pkgver=1.6.9
+pkgrel=1
+pkgdesc="The slightly more awesome standard unix password manager for teams."
+arch=('x86_64')
+url="https://github.com/justwatchcom/gopass";
+license=('MIT')
+depends=('gnupg' 'git')
+makedepends=('go-pie')
+optdepends=('xdotool: for typing passwords selected by dmenu'
+   'xsel: clipboard support'
+   'xclip: clipboard support')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz";)
+sha256sums=('d11f0bdca9ff5a546a066a06a2c1399e7a9591326423e87123981fcaf9ff2cc5')
+
+prepare(){
+  export GOPATH="${srcdir}"
+  mkdir -p src
+  mv "${pkgname}-${pkgver}"/vendor/* src/
+  mkdir -p src/github.com/justwatchcom
+  ln -rTsf "${pkgname}-${pkgver}" src/github.com/justwatchcom/gopass
+}
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  make build
+  make completion
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  #install -Dm644 zsh.completion 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  #install -Dm644 bash.completion 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  #install -Dm644 fish.completion 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}


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

2018-01-13 Thread Morten Linderud via arch-commits
Date: Saturday, January 13, 2018 @ 13:31:32
  Author: foxboron
Revision: 281812

upgpkg: gopass 1.6.9-1

Updated gopass

Modified:
  gopass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 13:06:17 UTC (rev 281811)
+++ PKGBUILD2018-01-13 13:31:32 UTC (rev 281812)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 pkgname=gopass
-pkgver=1.6.7
-pkgrel=2
+pkgver=1.6.9
+pkgrel=1
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
 url="https://github.com/justwatchcom/gopass";
@@ -12,7 +12,7 @@
'xsel: clipboard support'
'xclip: clipboard support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz";)
-sha256sums=('7c8811cb9263b3b53e7b48ee9d7683edaaa0102ef4b9c801e60a527fe7d5924e')
+sha256sums=('d11f0bdca9ff5a546a066a06a2c1399e7a9591326423e87123981fcaf9ff2cc5')
 
 prepare(){
   export GOPATH="${srcdir}"
@@ -33,7 +33,7 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" PREFIX="/usr" install
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 zsh.completion 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  install -Dm644 bash.completion 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -Dm644 fish.completion 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+  #install -Dm644 zsh.completion 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  #install -Dm644 bash.completion 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  #install -Dm644 fish.completion 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
 }


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 13:06:17
  Author: bgyorgy
Revision: 281811

Fix possibly build failure (FS#57084)

Modified:
  libfm/repos/community-x86_64/PKGBUILD
  libfm/trunk/PKGBUILD

-+
 repos/community-x86_64/PKGBUILD |2 ++
 trunk/PKGBUILD  |2 ++
 2 files changed, 4 insertions(+)

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2018-01-13 12:29:02 UTC (rev 281810)
+++ repos/community-x86_64/PKGBUILD 2018-01-13 13:06:17 UTC (rev 281811)
@@ -23,6 +23,8 @@
   # Update xarchiver option
   # https://github.com/lxde/libfm/issues/35
   sed -i 's/create=xarchiver --add-to %F/create=xarchiver --compress %F/' 
data/archivers.list
+
+  autoreconf -fi
 }
 
 build() {

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-01-13 12:29:02 UTC (rev 281810)
+++ trunk/PKGBUILD  2018-01-13 13:06:17 UTC (rev 281811)
@@ -23,6 +23,8 @@
   # Update xarchiver option
   # https://github.com/lxde/libfm/issues/35
   sed -i 's/create=xarchiver --add-to %F/create=xarchiver --compress %F/' 
data/archivers.list
+
+  autoreconf -fi
 }
 
 build() {


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 12:36:48
  Author: arojas
Revision: 314682

archrelease: copy trunk to extra-x86_64

Added:
  libkgapi/repos/extra-x86_64/PKGBUILD
(from rev 314681, libkgapi/trunk/PKGBUILD)
Deleted:
  libkgapi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 12:36:05 UTC (rev 314681)
+++ PKGBUILD2018-01-13 12:36:48 UTC (rev 314682)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgapi
-pkgver=17.12.1
-pkgrel=1
-pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
-url='https://www.kde.org/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kcalcore kcontacts qt5-webengine kio)
-makedepends=(extra-cmake-modules qt5-tools python)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d4569bd7c8f76c5e33fd16557ab9283f77a6ab87fe9fe870583472eda408f59c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libkgapi/repos/extra-x86_64/PKGBUILD (from rev 314681, 
libkgapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 12:36:48 UTC (rev 314682)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=17.12.1
+pkgrel=2
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://www.kde.org/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts qt5-webengine kio)
+makedepends=(extra-cmake-modules qt5-tools python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-388483.patch::"https://cgit.kde.org/libkgapi.git/patch/?id=2980ace5";)
+sha256sums=('d4569bd7c8f76c5e33fd16557ab9283f77a6ab87fe9fe870583472eda408f59c'
+'SKIP'
+'193867c7ec72283614fb7795724dc50730d001b41892ba0a730aeb75e98f86a0')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-388483.patch # Fix Google authentication
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 12:36:05
  Author: arojas
Revision: 314681

Fix Google authentication

Modified:
  libkgapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 10:58:27 UTC (rev 314680)
+++ PKGBUILD2018-01-13 12:36:05 UTC (rev 314681)
@@ -4,7 +4,7 @@
 
 pkgname=libkgapi
 pkgver=17.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
 url='https://www.kde.org/'
 arch=(x86_64)
@@ -11,14 +11,19 @@
 license=(GPL LGPL FDL)
 depends=(kcalcore kcontacts qt5-webengine kio)
 makedepends=(extra-cmake-modules qt5-tools python)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-388483.patch::"https://cgit.kde.org/libkgapi.git/patch/?id=2980ace5";)
 sha256sums=('d4569bd7c8f76c5e33fd16557ab9283f77a6ab87fe9fe870583472eda408f59c'
-'SKIP')
+'SKIP'
+'193867c7ec72283614fb7795724dc50730d001b41892ba0a730aeb75e98f86a0')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-388483.patch # Fix Google authentication
 }
 
 build() {


[arch-commits] Commit in libreoffice-extension-texmaths/repos/community-any (2 files)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 12:29:02
  Author: arojas
Revision: 281810

archrelease: copy trunk to community-any

Added:
  libreoffice-extension-texmaths/repos/community-any/PKGBUILD
(from rev 281809, libreoffice-extension-texmaths/trunk/PKGBUILD)
Deleted:
  libreoffice-extension-texmaths/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 12:27:55 UTC (rev 281809)
+++ PKGBUILD2018-01-13 12:29:02 UTC (rev 281810)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < aro...@archlinux.org >
-
-pkgname=libreoffice-extension-texmaths
-_extname=texmaths
-pkgver=0.43
-pkgrel=1
-pkgdesc="A LaTeX equation editor for LibreOffice"
-arch=('any')
-url="http://roland65.free.fr/texmaths/";
-license=('GPL2')
-depends=('libreoffice' 'texlive-core')
-conflicts=('texmaths')
-replaces=('texmaths')
-source=("http://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt";)
-sha256sums=('20eb148122678210c935f91fdb300d5202783e4873b7f1f91a64708b68d0040a')
-
-package() {
-  install -d -m755 $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
-
-  cp -r * $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
-  rm $pkgdir/usr/lib/libreoffice/share/extensions/$_extname/*.oxt
-}

Copied: libreoffice-extension-texmaths/repos/community-any/PKGBUILD (from rev 
281809, libreoffice-extension-texmaths/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 12:29:02 UTC (rev 281810)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Antonio Rojas < aro...@archlinux.org >
+
+pkgname=libreoffice-extension-texmaths
+_extname=texmaths
+pkgver=0.44
+pkgrel=1
+pkgdesc="A LaTeX equation editor for LibreOffice"
+arch=(any)
+url="http://roland65.free.fr/texmaths/";
+license=(GPL2)
+depends=(libreoffice texlive-core)
+source=("https://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt";)
+sha256sums=('48cec2782d1cc55f83d49fe4d5e1420a9a94885db4d8334e349f54dffc36da74')
+
+package() {
+  install -d -m755 "$pkgdir"/usr/lib/libreoffice/share/extensions/$_extname
+
+  cp -r * "$pkgdir"/usr/lib/libreoffice/share/extensions/$_extname
+  rm "$pkgdir"/usr/lib/libreoffice/share/extensions/$_extname/*.oxt
+}


[arch-commits] Commit in libreoffice-extension-texmaths/trunk (PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 12:27:55
  Author: arojas
Revision: 281809

Update to 0.44

Modified:
  libreoffice-extension-texmaths/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 12:21:05 UTC (rev 281808)
+++ PKGBUILD2018-01-13 12:27:55 UTC (rev 281809)
@@ -3,21 +3,19 @@
 
 pkgname=libreoffice-extension-texmaths
 _extname=texmaths
-pkgver=0.43
+pkgver=0.44
 pkgrel=1
 pkgdesc="A LaTeX equation editor for LibreOffice"
-arch=('any')
+arch=(any)
 url="http://roland65.free.fr/texmaths/";
-license=('GPL2')
-depends=('libreoffice' 'texlive-core')
-conflicts=('texmaths')
-replaces=('texmaths')
+license=(GPL2)
+depends=(libreoffice texlive-core)
 
source=("https://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt";)
-sha256sums=('20eb148122678210c935f91fdb300d5202783e4873b7f1f91a64708b68d0040a')
+sha256sums=('48cec2782d1cc55f83d49fe4d5e1420a9a94885db4d8334e349f54dffc36da74')
 
 package() {
-  install -d -m755 $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
+  install -d -m755 "$pkgdir"/usr/lib/libreoffice/share/extensions/$_extname
 
-  cp -r * $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
-  rm $pkgdir/usr/lib/libreoffice/share/extensions/$_extname/*.oxt
+  cp -r * "$pkgdir"/usr/lib/libreoffice/share/extensions/$_extname
+  rm "$pkgdir"/usr/lib/libreoffice/share/extensions/$_extname/*.oxt
 }


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 12:21:05
  Author: bgyorgy
Revision: 281808

docky: update upstream URL

Modified:
  docky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 12:03:16 UTC (rev 281807)
+++ PKGBUILD2018-01-13 12:21:05 UTC (rev 281808)
@@ -8,7 +8,7 @@
 pkgver=2.2.1.1
 pkgrel=3
 pkgdesc="Full fledged dock application that makes opening common applications 
and managing windows easier and quicker"
-url="http://wiki.go-docky.com/";
+url="https://launchpad.net/docky";
 arch=('any')
 license=('GPL')
 depends=('gconf-sharp' 'gkeyfile-sharp' 'gnome-keyring-sharp' 'librsvg' 
'libwnck' 'mono-addins' 'notify-sharp')
@@ -47,7 +47,6 @@
 
 build() {
   cd $pkgname-$pkgver
-  sed -i 's/dmcs/mcs/' m4/shamrock/mono.m4
   ./configure --prefix=/usr --sysconfdir=/etc \
   --disable-schemas-install \
   --with-gconf-schema-file-dir=/usr/share/gconf/schemas


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 12:03:16
  Author: bgyorgy
Revision: 281807

archrelease: copy trunk to community-x86_64

Added:
  gnome-do/repos/community-x86_64/03_dbus_sharp_2.diff
(from rev 281806, gnome-do/trunk/03_dbus_sharp_2.diff)
  gnome-do/repos/community-x86_64/PKGBUILD
(from rev 281806, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-x86_64/drop-gnome-destkop.patch
(from rev 281806, gnome-do/trunk/drop-gnome-destkop.patch)
  gnome-do/repos/community-x86_64/fix-build.patch
(from rev 281806, gnome-do/trunk/fix-build.patch)
Deleted:
  gnome-do/repos/community-x86_64/03_dbus_sharp_2.diff
  gnome-do/repos/community-x86_64/PKGBUILD
  gnome-do/repos/community-x86_64/drop-gnome-destkop.patch
  gnome-do/repos/community-x86_64/fix-build.patch

--+
 03_dbus_sharp_2.diff |   26 +--
 PKGBUILD |  132 +--
 drop-gnome-destkop.patch |  298 ++---
 fix-build.patch  |   24 +--
 4 files changed, 240 insertions(+), 240 deletions(-)

Deleted: 03_dbus_sharp_2.diff
===
--- 03_dbus_sharp_2.diff2018-01-13 12:03:08 UTC (rev 281806)
+++ 03_dbus_sharp_2.diff2018-01-13 12:03:16 UTC (rev 281807)
@@ -1,13 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -97,8 +97,8 @@
- AC_SUBST([GKEYFILE_SHARP_LIBS])
- 
- dnl -- Use D-Bus# where available.
--PKG_CHECK_MODULES([DBUS_SHARP], [dbus-sharp-1.0], HAVE_DBUS_SHARP=yes, 
HAVE_DBUS_SHARP=no)
--PKG_CHECK_MODULES([DBUS_SHARP_GLIB], [dbus-sharp-glib-1.0], 
HAVE_DBUS_SHARP_GLIB=yes, HAVE_DBUS_SHARP_GLIB=no)
-+PKG_CHECK_MODULES([DBUS_SHARP], [dbus-sharp-2.0], HAVE_DBUS_SHARP=yes, 
HAVE_DBUS_SHARP=no)
-+PKG_CHECK_MODULES([DBUS_SHARP_GLIB], [dbus-sharp-glib-2.0], 
HAVE_DBUS_SHARP_GLIB=yes, HAVE_DBUS_SHARP_GLIB=no)
- 
- if test "x$HAVE_DBUS_SHARP" = "xyes" ; then
-   DBUS_BUILD_DEFINES=-define:USE_DBUS_SHARP

Copied: gnome-do/repos/community-x86_64/03_dbus_sharp_2.diff (from rev 281806, 
gnome-do/trunk/03_dbus_sharp_2.diff)
===
--- 03_dbus_sharp_2.diff(rev 0)
+++ 03_dbus_sharp_2.diff2018-01-13 12:03:16 UTC (rev 281807)
@@ -0,0 +1,13 @@
+--- a/configure.ac
 b/configure.ac
+@@ -97,8 +97,8 @@
+ AC_SUBST([GKEYFILE_SHARP_LIBS])
+ 
+ dnl -- Use D-Bus# where available.
+-PKG_CHECK_MODULES([DBUS_SHARP], [dbus-sharp-1.0], HAVE_DBUS_SHARP=yes, 
HAVE_DBUS_SHARP=no)
+-PKG_CHECK_MODULES([DBUS_SHARP_GLIB], [dbus-sharp-glib-1.0], 
HAVE_DBUS_SHARP_GLIB=yes, HAVE_DBUS_SHARP_GLIB=no)
++PKG_CHECK_MODULES([DBUS_SHARP], [dbus-sharp-2.0], HAVE_DBUS_SHARP=yes, 
HAVE_DBUS_SHARP=no)
++PKG_CHECK_MODULES([DBUS_SHARP_GLIB], [dbus-sharp-glib-2.0], 
HAVE_DBUS_SHARP_GLIB=yes, HAVE_DBUS_SHARP_GLIB=no)
+ 
+ if test "x$HAVE_DBUS_SHARP" = "xyes" ; then
+   DBUS_BUILD_DEFINES=-define:USE_DBUS_SHARP

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 12:03:08 UTC (rev 281806)
+++ PKGBUILD2018-01-13 12:03:16 UTC (rev 281807)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Allan McRae 
-# Contributor: Doehni 
-
-pkgname=gnome-do
-pkgver=0.95.3
-pkgrel=5
-pkgdesc="Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items"
-arch=('i686' 'x86_64')
-url="http://do.cooperteam.net/";
-license=('GPL3')
-depends=('gconf-sharp' 'gnome-keyring-sharp' 'mono-addins' 'notify-sharp' 
'gkeyfile-sharp')
-makedepends=('intltool' 'gio-sharp')
-source=(https://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc}
-fix-build.patch
-03_dbus_sharp_2.diff
-drop-gnome-destkop.patch)
-validpgpkeys=('972401D296309DE91E713C6F18B3F50FE5923C18') # Christopher James 
Halse Rogers
-sha256sums=('282343285c818f2bb8198e7876f9ec895327415c8ddadc20c299fbe2c8deedfb'
-'SKIP'
-'f5206a5d5cf86c72e713dbdca69a95969c71789c03a1b7a5c685cd60c0e97ad7'
-'ef839c281fe1b3c9b8624b48cdd7ae9b240e7284c03a4852708db686a573ebfa'
-'5ab8f6c342a4f291356d9bf94cc8678ba8a4b3e71b596be2cef6024da8db55f8')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix build
-  patch -Np1 -i ../fix-build.patch
-
-  # Use dbus-sharp-2
-  patch -Np1 -i ../03_dbus_sharp_2.diff
-
-  # Remove gnome-desktop2 dependency
-  patch -Np1 -i ../drop-gnome-destkop.patch
-
-  # Use space is already mapped in GNOME, use space 
instead
-  sed -i 's/space/space/' 
data/gnome-do.schemas.in
-  sed -i 's/space/space/' Do/src/CorePreferences.cs 
Do/src/Do.Core/Controller.cs
-
-  # Disable broken network service
-  sed -i '/Do.Platform.Linux.NetworkService/d' 
Do.Platform.Linux/Resources/Do.Platform.Linux.addin.xml
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --disable-schemas-install 

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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 12:03:08
  Author: bgyorgy
Revision: 281806

upgpkg: gnome-do 0.95.3-6

Use Ctrl+space by default (similar to kupfer), use https URL

Modified:
  gnome-do/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 11:43:51 UTC (rev 281805)
+++ PKGBUILD2018-01-13 12:03:08 UTC (rev 281806)
@@ -5,10 +5,10 @@
 
 pkgname=gnome-do
 pkgver=0.95.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items"
 arch=('x86_64')
-url="http://do.cooperteam.net/";
+url="https://do.cooperteam.net/";
 license=('GPL3')
 depends=('gconf-sharp' 'gnome-keyring-sharp' 'mono-addins' 'notify-sharp' 
'gkeyfile-sharp')
 makedepends=('intltool' 'gio-sharp')
@@ -35,9 +35,9 @@
   # Remove gnome-desktop2 dependency
   patch -Np1 -i ../drop-gnome-destkop.patch
 
-  # Use space is already mapped in GNOME, use space 
instead
-  sed -i 's/space/space/' 
data/gnome-do.schemas.in
-  sed -i 's/space/space/' Do/src/CorePreferences.cs 
Do/src/Do.Core/Controller.cs
+  # space is already mapped in GNOME, use space instead by 
default (similar to kupfer)
+  sed -i 's/space/space/' data/gnome-do.schemas.in
+  sed -i 's/space/space/' Do/src/CorePreferences.cs 
Do/src/Do.Core/Controller.cs
 
   # Disable broken network service
   sed -i '/Do.Platform.Linux.NetworkService/d' 
Do.Platform.Linux/Resources/Do.Platform.Linux.addin.xml


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 11:43:51
  Author: bgyorgy
Revision: 281805

Some cosmetic changes

Modified:
  smuxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 11:24:43 UTC (rev 281804)
+++ PKGBUILD2018-01-13 11:43:51 UTC (rev 281805)
@@ -21,7 +21,7 @@
 'SKIP')
 
 build() {
-  cd "$srcdir/$pkgbase-$pkgver"
+  cd $pkgbase-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --enable-frontend-stfl \
@@ -32,7 +32,7 @@
 package_smuxi-server() {
   pkgdesc+=" (common files and server)"
   depends=('log4net' 'nini')
-  cd "$srcdir/$pkgbase-$pkgver"
+  cd $pkgbase-$pkgver
 
   make DESTDIR="$pkgdir" install
 
@@ -50,7 +50,7 @@
 package_smuxi() {
   pkgdesc+=" (frontend)" 
   depends=('smuxi-server' 'notify-sharp' 'gtkspell' 'stfl')
-  cd "$srcdir/frontend"
+  cd frontend
 
   mkdir -p "$pkgdir"/usr/{bin,lib/{pkgconfig,smuxi},share/man/man1}
   mv smuxi-frontend-{gnome,stfl} "$pkgdir/usr/bin"


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 11:24:37
  Author: bgyorgy
Revision: 281803

upgpkg: poppler-sharp 0.0.3-4

Really fix the build

Modified:
  poppler-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 11:11:24 UTC (rev 281802)
+++ PKGBUILD2018-01-13 11:24:37 UTC (rev 281803)
@@ -3,7 +3,7 @@
 
 pkgname=poppler-sharp
 pkgver=0.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="C Sharp bindings for Poppler"
 arch=('any')
 url="https://github.com/jacintos/poppler-sharp";
@@ -16,7 +16,7 @@
   cd $pkgname-$pkgver
   sed -i 's/gmcs/mcs/
   s/2\.0/2.0-api/' m4/mono.m4
-  sed -i 's/pkglib_DATA/pkglib_LIB/' Makefile.am
+  sed -i 's|pkglib_DATA|monolibdir = $(pkglibdir)/\nmonolib_DATA|' Makefile.am
   autoreconf -fi
 }
 


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 11:24:43
  Author: bgyorgy
Revision: 281804

archrelease: copy trunk to community-any

Added:
  poppler-sharp/repos/community-any/PKGBUILD
(from rev 281803, poppler-sharp/trunk/PKGBUILD)
Deleted:
  poppler-sharp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 11:24:37 UTC (rev 281803)
+++ PKGBUILD2018-01-13 11:24:43 UTC (rev 281804)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=poppler-sharp
-pkgver=0.0.3
-pkgrel=3
-pkgdesc="C Sharp bindings for Poppler"
-arch=('any')
-url="https://github.com/jacintos/poppler-sharp";
-license=('GPL')
-depends=('gtk-sharp-2' 'poppler-glib')
-source=(https://github.com/downloads/jacintos/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bb418431878d072c5606e2d55183695baf631e9942461bff668d1276ebc3431e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/gmcs/mcs/
-  s/2\.0/2.0-api/' m4/mono.m4
-  sed -i 's/pkglib_DATA/pkglib_LIB/' Makefile.am
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: poppler-sharp/repos/community-any/PKGBUILD (from rev 281803, 
poppler-sharp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 11:24:43 UTC (rev 281804)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=poppler-sharp
+pkgver=0.0.3
+pkgrel=4
+pkgdesc="C Sharp bindings for Poppler"
+arch=('any')
+url="https://github.com/jacintos/poppler-sharp";
+license=('GPL')
+depends=('gtk-sharp-2' 'poppler-glib')
+source=(https://github.com/downloads/jacintos/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bb418431878d072c5606e2d55183695baf631e9942461bff668d1276ebc3431e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/gmcs/mcs/
+  s/2\.0/2.0-api/' m4/mono.m4
+  sed -i 's|pkglib_DATA|monolibdir = $(pkglibdir)/\nmonolib_DATA|' Makefile.am
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 11:11:24
  Author: bgyorgy
Revision: 281802

pdfmod: use mcs for the future buils to avoid breakage

Modified:
  pdfmod/repos/community-any/PKGBUILD
  pdfmod/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |2 +-
 trunk/PKGBUILD   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2018-01-13 10:59:48 UTC (rev 281801)
+++ repos/community-any/PKGBUILD2018-01-13 11:11:24 UTC (rev 281802)
@@ -33,7 +33,7 @@
   patch -Np1 -i "$srcdir/fix-build.patch"
 
   # Fix build
-  sed -i 's/gmcs/dmcs/' configure{,.ac}
+  sed -i 's/gmcs/mcs/' configure{,.ac}
 }
 
 build() {

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-01-13 10:59:48 UTC (rev 281801)
+++ trunk/PKGBUILD  2018-01-13 11:11:24 UTC (rev 281802)
@@ -33,7 +33,7 @@
   patch -Np1 -i "$srcdir/fix-build.patch"
 
   # Fix build
-  sed -i 's/gmcs/dmcs/' configure{,.ac}
+  sed -i 's/gmcs/mcs/' configure{,.ac}
 }
 
 build() {


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 10:59:48
  Author: bgyorgy
Revision: 281801

archrelease: copy trunk to community-x86_64

Added:
  libfm/repos/community-x86_64/PKGBUILD
(from rev 281800, libfm/trunk/PKGBUILD)
Deleted:
  libfm/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  255 +++--
 1 file changed, 131 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 10:59:41 UTC (rev 281800)
+++ PKGBUILD2018-01-13 10:59:48 UTC (rev 281801)
@@ -1,124 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgbase=libfm
-pkgname=(libfm libfm-extra libfm-gtk2 libfm-gtk3)
-pkgver=1.2.5
-pkgrel=1
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'gtk3' 'libexif' 'menu-cache')
-makedepends=('intltool' 'gtk-doc')
-source=(https://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
-sha256sums=('c706bb1020cf5f2d6f5a9226f692ce1985947134dcf2bde64278bd0420779b5a')
-
-build() {
-  # GTK+ 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
-  cd gtk2
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-gtk-doc \
---with-gnu-ld
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-
-  cd "$srcdir"
-  # GTK+ 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
-  cd gtk3
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---with-gnu-ld \
---with-gtk=3
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_libfm() {
-  depends=('libexif' "libfm-extra=$pkgver" 'menu-cache')
-  
-  cd gtk2
-  make DESTDIR="$pkgdir" install
-
-  # Temporary fix to FS#32361
-  rm -rf "$pkgdir"/usr/include/libfm
-  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
-
-  # Split libfm-extra
-  [[ -d $srcdir/libfm-extra ]] && rm -r "$srcdir/libfm-extra/"
-  mkdir "$srcdir"/libfm-extra
-  mv "$pkgdir"/usr/include/libfm/fm-{extra,version,xml-file}.h \
- "$pkgdir"/usr/lib/libfm-extra.* \
- "$pkgdir"/usr/lib/pkgconfig/libfm-extra.pc \
- "$srcdir/libfm-extra/"
-
-  # Split libfm-gtk2
-  [[ -d $srcdir/libfm-gtk2 ]] && rm -r "$srcdir/libfm-gtk2/"
-  mkdir "$srcdir"/libfm-gtk2
-  mv "$pkgdir/usr/bin" \
- "$pkgdir"/usr/lib/libfm-gtk.* \
- "$pkgdir"/usr/lib/libfm/modules/gtk-* \
- "$pkgdir/usr/lib/pkgconfig/libfm-gtk.pc" \
- "$pkgdir/usr/share/applications" \
- "$pkgdir/usr/share/man" \
- "$srcdir/libfm-gtk2/"
-}
-
-package_libfm-extra() {
-  pkgdesc="Extra library for file management" 
-  depends=('glib2')
-
-  cd "$srcdir"/libfm-extra
-  mkdir -p "$pkgdir"/usr/{include/libfm,lib/pkgconfig}
-  mv *.h "$pkgdir/usr/include/libfm"
-  mv libfm-extra.so* "$pkgdir/usr/lib"
-  mv libfm-extra.pc "$pkgdir/usr/lib/pkgconfig"
-}
-
-package_libfm-gtk2() {
-  pkgdesc='GTK+ 2 library for file management'
-  depends=('gtk2' "libfm=$pkgver")
-  replaces=('lxshortcut')
-  provides=('lxshortcut')
-  conflicts=('lxshortcut')
-
-  cd "$srcdir"/libfm-gtk2
-  mkdir -p "$pkgdir"/usr/{lib/{libfm/modules,pkgconfig},share}
-  mv bin "$pkgdir/usr"
-  mv libfm-gtk.so* "$pkgdir"/usr/lib
-  mv gtk-* "$pkgdir"/usr/lib/libfm/modules
-  mv libfm-gtk.pc "$pkgdir/usr/lib/pkgconfig"
-  mv applications "$pkgdir/usr/share"
-  mv man "$pkgdir/usr/share"
-}
-
-package_libfm-gtk3() {
-  pkgdesc='GTK+ 3 library for file management'
-  depends=('gtk3' "libfm=$pkgver")
-  conflicts=('libfm-gtk2' 'lxshortcut')
-
-  cd gtk3
-  make DESTDIR="$srcdir"/libfm-gtk3 install
-
-  cd "$srcdir"/libfm-gtk3
-  mkdir -p "$pkgdir"/usr/{lib/{libfm/modules,pkgconfig},share}
-  mv usr/bin "$pkgdir/usr"
-  mv usr/lib/libfm-gtk3.so* "$pkgdir"/usr/lib
-  mv usr/lib/libfm/modules/gtk-* "$pkgdir"/usr/lib/libfm/modules
-  mv usr/lib/pkgconfig/libfm-gtk3.pc "$pkgdir/usr/lib/pkgconfig"
-  mv usr/share/applications "$pkgdir/usr/share"
-  mv usr/share/man "$pkgdir/usr/share"
-}

Copied: libfm/repos/community-x86_64/PKGBUILD (from rev 281800, 
libfm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 10:59:48 UTC (rev 281801)
@@ -0,0 +1,131 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgbase=libfm
+pkgname=(libfm libfm-extra libfm-gtk2 libfm-gtk3)
+pkgver=1.2.5
+pkgrel=2
+pkgdesc='Library for file management'
+url='https://lxde.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('gtk2' 'gtk3' 'libexif' 'menu-cache')
+makedepends=('intltool') # 'gtk-doc'
+source=(https://downloads.s

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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 10:59:41
  Author: bgyorgy
Revision: 281800

upgpkg: libfm 1.2.5-2

Fix build by disabling documentation, update xarchiver option

Modified:
  libfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 10:25:36 UTC (rev 281799)
+++ PKGBUILD2018-01-13 10:59:41 UTC (rev 281800)
@@ -8,16 +8,23 @@
 pkgbase=libfm
 pkgname=(libfm libfm-extra libfm-gtk2 libfm-gtk3)
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for file management'
 url='https://lxde.org/'
 arch=('x86_64')
 license=('GPL')
 depends=('gtk2' 'gtk3' 'libexif' 'menu-cache')
-makedepends=('intltool' 'gtk-doc')
+makedepends=('intltool') # 'gtk-doc'
 source=(https://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
 sha256sums=('c706bb1020cf5f2d6f5a9226f692ce1985947134dcf2bde64278bd0420779b5a')
 
+prepare() {
+  cd $pkgbase-$pkgver
+  # Update xarchiver option
+  # https://github.com/lxde/libfm/issues/35
+  sed -i 's/create=xarchiver --add-to %F/create=xarchiver --compress %F/' 
data/archivers.list
+}
+
 build() {
   # GTK+ 2 version
   [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
@@ -24,8 +31,8 @@
   cd gtk2
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
---enable-gtk-doc \
 --with-gnu-ld
+  # --enable-gtk-doc - documentation fails to build
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


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

2018-01-13 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 13, 2018 @ 10:58:27
  Author: bpiotrowski
Revision: 314680

archrelease: copy trunk to testing-x86_64

Added:
  jemalloc/repos/testing-x86_64/
  
jemalloc/repos/testing-x86_64/0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch
(from rev 314679, 
jemalloc/trunk/0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch)
  jemalloc/repos/testing-x86_64/PKGBUILD
(from rev 314679, jemalloc/trunk/PKGBUILD)

---+
 0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch |   42 
 PKGBUILD  |   42 
 2 files changed, 84 insertions(+)

Copied: 
jemalloc/repos/testing-x86_64/0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch
 (from rev 314679, 
jemalloc/trunk/0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch)
===
--- testing-x86_64/0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch
(rev 0)
+++ testing-x86_64/0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch
2018-01-13 10:58:27 UTC (rev 314680)
@@ -0,0 +1,42 @@
+From 06c018012957ab963e2aa5245bf1fcfebcf4909a Mon Sep 17 00:00:00 2001
+From: Kenny MacDermid 
+Date: Tue, 11 Jul 2017 22:45:22 -0300
+Subject: [PATCH 1/2] Add the -mtls-dialect=gnu2 to compile flags.
+
+When this option exists there is no need to add the tls_model attribute.
+---
+ configure.ac | 11 ++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1551ded..39f957b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -701,6 +701,14 @@ if test "x${je_cv_attribute}" = "xyes" ; then
+ JE_CXXFLAGS_ADD([-fvisibility=hidden])
+   fi
+ fi
++dnl Check for tls-dialect support.
++JE_CFLAGS_ADD([-mtls-dialect=gnu2])
++if test "x$je_cv_cflags_added" = "x-mtls-dialect=gnu2" ; then
++  je_cv_tls_dialect_gnu2=yes
++else
++  je_cv_tls_dialect_gnu2=no
++fi
++JE_CXXFLAGS_ADD([-mtls-dialect=gnu2])
+ dnl Check for tls_model attribute support (clang 3.0 still lacks support).
+ JE_CFLAGS_SAVE()
+ JE_CFLAGS_ADD([-Werror])
+@@ -711,7 +719,8 @@ JE_COMPILABLE([tls_model attribute], [],
+foo = 0;],
+   [je_cv_tls_model])
+ JE_CFLAGS_RESTORE()
+-if test "x${je_cv_tls_model}" = "xyes" ; then
++if test "x${je_cv_tls_dialect_gnu2}" = "xno" \
++  -a "x${je_cv_tls_model}" = "xyes" ; then
+   AC_DEFINE([JEMALLOC_TLS_MODEL],
+ [__attribute__((tls_model("initial-exec")))])
+ else
+-- 
+1.9.5 (Apple Git-50.3)
+

Copied: jemalloc/repos/testing-x86_64/PKGBUILD (from rev 314679, 
jemalloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 10:58:27 UTC (rev 314680)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Kovivchak Evgen 
+
+pkgname=jemalloc
+epoch=1
+pkgver=5.0.1
+pkgrel=4
+pkgdesc='General-purpose scalable concurrent malloc implementation'
+arch=('x86_64')
+license=('BSD')
+url='http://www.canonware.com/jemalloc/'
+depends=('glibc')
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')
+source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
+'0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch')
+sha256sums=('4814781d395b0ef093b21a08e8e6e0bd3dab8762f9935bbfb71679b0dea7c3e9'
+'ac1570ab81c6545b8e994eab02239af67acdce682656c77802d090b0809176bf')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir/0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch"
+  autoconf
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --enable-autogen --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  chmod 644 "$pkgdir/usr/lib/libjemalloc_pic.a"
+}


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

2018-01-13 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 13, 2018 @ 10:58:22
  Author: bpiotrowski
Revision: 314679

1:5.0.1-4: add patch that fixes loading libjemalloc.so with dlopen()

Added:
  jemalloc/trunk/0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch
Modified:
  jemalloc/trunk/PKGBUILD

---+
 0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch |   42 
 PKGBUILD  |   17 --
 2 files changed, 55 insertions(+), 4 deletions(-)

Added: 0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch
===
--- 0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch   
(rev 0)
+++ 0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch   2018-01-13 
10:58:22 UTC (rev 314679)
@@ -0,0 +1,42 @@
+From 06c018012957ab963e2aa5245bf1fcfebcf4909a Mon Sep 17 00:00:00 2001
+From: Kenny MacDermid 
+Date: Tue, 11 Jul 2017 22:45:22 -0300
+Subject: [PATCH 1/2] Add the -mtls-dialect=gnu2 to compile flags.
+
+When this option exists there is no need to add the tls_model attribute.
+---
+ configure.ac | 11 ++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1551ded..39f957b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -701,6 +701,14 @@ if test "x${je_cv_attribute}" = "xyes" ; then
+ JE_CXXFLAGS_ADD([-fvisibility=hidden])
+   fi
+ fi
++dnl Check for tls-dialect support.
++JE_CFLAGS_ADD([-mtls-dialect=gnu2])
++if test "x$je_cv_cflags_added" = "x-mtls-dialect=gnu2" ; then
++  je_cv_tls_dialect_gnu2=yes
++else
++  je_cv_tls_dialect_gnu2=no
++fi
++JE_CXXFLAGS_ADD([-mtls-dialect=gnu2])
+ dnl Check for tls_model attribute support (clang 3.0 still lacks support).
+ JE_CFLAGS_SAVE()
+ JE_CFLAGS_ADD([-Werror])
+@@ -711,7 +719,8 @@ JE_COMPILABLE([tls_model attribute], [],
+foo = 0;],
+   [je_cv_tls_model])
+ JE_CFLAGS_RESTORE()
+-if test "x${je_cv_tls_model}" = "xyes" ; then
++if test "x${je_cv_tls_dialect_gnu2}" = "xno" \
++  -a "x${je_cv_tls_model}" = "xyes" ; then
+   AC_DEFINE([JEMALLOC_TLS_MODEL],
+ [__attribute__((tls_model("initial-exec")))])
+ else
+-- 
+1.9.5 (Apple Git-50.3)
+

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 09:59:30 UTC (rev 314678)
+++ PKGBUILD2018-01-13 10:58:22 UTC (rev 314679)
@@ -6,7 +6,7 @@
 pkgname=jemalloc
 epoch=1
 pkgver=5.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('x86_64')
 license=('BSD')
@@ -14,13 +14,21 @@
 depends=('glibc')
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
-source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('4814781d395b0ef093b21a08e8e6e0bd3dab8762f9935bbfb71679b0dea7c3e9')
+source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
+'0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch')
+sha256sums=('4814781d395b0ef093b21a08e8e6e0bd3dab8762f9935bbfb71679b0dea7c3e9'
+'ac1570ab81c6545b8e994eab02239af67acdce682656c77802d090b0809176bf')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir/0001-Add-the-mtls-dialect-gnu2-to-compile-flags.patch"
+  autoconf
+}
+
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr
+  ./configure --enable-autogen --prefix=/usr
   make
 }
 
@@ -30,4 +38,5 @@
   make DESTDIR="$pkgdir" install
 
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  chmod 644 "$pkgdir/usr/lib/libjemalloc_pic.a"
 }


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 10:25:36
  Author: bgyorgy
Revision: 281799

libosinfo: enable tests as passes now

Modified:
  libosinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 10:20:27 UTC (rev 281798)
+++ PKGBUILD2018-01-13 10:25:36 UTC (rev 281799)
@@ -32,8 +32,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  # Fails on test-isodetect
-  # make check
+  make check
 }
 
 package() {


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 10:20:27
  Author: bgyorgy
Revision: 281798

keepassxc: don't fail if tests are broken

Modified:
  keepassxc/repos/community-x86_64/PKGBUILD
  keepassxc/trunk/PKGBUILD

-+
 repos/community-x86_64/PKGBUILD |6 ++
 trunk/PKGBUILD  |6 ++
 2 files changed, 4 insertions(+), 8 deletions(-)

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2018-01-13 09:46:50 UTC (rev 281797)
+++ repos/community-x86_64/PKGBUILD 2018-01-13 10:20:27 UTC (rev 281798)
@@ -33,10 +33,8 @@
 
 check() {
cd build
-   # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
-   if [ $CARCH == x86_64 ]; then
-   make test
-   fi
+   # Broken on i686 - 
https://github.com/keepassxreboot/keepassxc/issues/327
+   make test || :
 }
 
 package() {

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-01-13 09:46:50 UTC (rev 281797)
+++ trunk/PKGBUILD  2018-01-13 10:20:27 UTC (rev 281798)
@@ -33,10 +33,8 @@
 
 check() {
cd build
-   # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
-   if [ $CARCH == x86_64 ]; then
-   make test
-   fi
+   # Broken on i686 - 
https://github.com/keepassxreboot/keepassxc/issues/327
+   make test || :
 }
 
 package() {


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 09:59:30
  Author: arojas
Revision: 314678

archrelease: copy trunk to extra-x86_64

Added:
  basket/repos/extra-x86_64/PKGBUILD
(from rev 314677, basket/trunk/PKGBUILD)
Deleted:
  basket/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 09:58:59 UTC (rev 314677)
+++ PKGBUILD2018-01-13 09:59:30 UTC (rev 314678)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: James Rayner 
-# Contributor: lucke 
-
-pkgname=basket
-pkgver=1.81
-pkgrel=7
-pkgdesc="All-purpose notes taker for KDE."
-arch=('i686' 'x86_64')
-url="http://basket.kde.org/";
-depends=('kdelibs' 'gpgme' 'qimageblitz' 'hicolor-icon-theme' 
'kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-license=('GPL')
-source=(http://basket.kde.org/downloads/$pkgname-$pkgver.tar.bz2)
-sha1sums=('209d92048523f341259d79510fa56977690e5dfc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: basket/repos/extra-x86_64/PKGBUILD (from rev 314677, 
basket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 09:59:30 UTC (rev 314678)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: James Rayner 
+# Contributor: lucke 
+
+pkgname=basket
+_pkgver=2.49
+pkgver=${_pkgver}a
+pkgrel=1
+pkgdesc="All-purpose notes taker for KDE."
+arch=('x86_64')
+url="https://basket-notepads.github.io/";
+depends=('kcmutils' 'kfilemetadata' 'kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'frameworkintegration' 
'kdelibs4support')
+license=('GPL')
+source=(https://launchpad.net/basket/kde5/$pkgver/+download/basket-$_pkgver-alpha.tar.bz2)
+sha1sums=('2488581df9fa83a033be91c3c8bfb18735378c46')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$_pkgver-alpha \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 09:58:59
  Author: arojas
Revision: 314677

Update to KF5 version

Modified:
  basket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 02:14:33 UTC (rev 314676)
+++ PKGBUILD2018-01-13 09:58:59 UTC (rev 314677)
@@ -4,28 +4,33 @@
 # Contributor: lucke 
 
 pkgname=basket
-pkgver=1.81
-pkgrel=7
+_pkgver=2.49
+pkgver=${_pkgver}a
+pkgrel=1
 pkgdesc="All-purpose notes taker for KDE."
 arch=('x86_64')
-url="http://basket.kde.org/";
-depends=('kdelibs' 'gpgme' 'qimageblitz' 'hicolor-icon-theme' 
'kdebase-runtime')
-makedepends=('cmake' 'automoc4')
+url="https://basket-notepads.github.io/";
+depends=('kcmutils' 'kfilemetadata' 'kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'frameworkintegration' 
'kdelibs4support')
 license=('GPL')
-source=(http://basket.kde.org/downloads/$pkgname-$pkgver.tar.bz2)
-sha1sums=('209d92048523f341259d79510fa56977690e5dfc')
+source=(https://launchpad.net/basket/kde5/$pkgver/+download/basket-$_pkgver-alpha.tar.bz2)
+sha1sums=('2488581df9fa83a033be91c3c8bfb18735378c46')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  cmake ../${pkgbase}-${pkgver} \
+  cd build
+  cmake ../$pkgname-$_pkgver-alpha \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
   make
 }
 
 package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd build
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in gtk-sharp-3 (repos/community-x86_64/PKGBUILD trunk/PKGBUILD)

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 09:46:50
  Author: bgyorgy
Revision: 281797

gtk-sharp-3: fix build

Modified:
  gtk-sharp-3/repos/community-x86_64/PKGBUILD
  gtk-sharp-3/trunk/PKGBUILD

-+
 repos/community-x86_64/PKGBUILD |5 +
 trunk/PKGBUILD  |5 +
 2 files changed, 10 insertions(+)

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2018-01-13 09:39:38 UTC (rev 281796)
+++ repos/community-x86_64/PKGBUILD 2018-01-13 09:46:50 UTC (rev 281797)
@@ -13,6 +13,11 @@
 
source=(https://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
 sha256sums=('6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2')
 
+prepare() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  sed -i 's/gmcs/mcs/' configure{,.ac}
+}
+
 build() {
   cd "$srcdir/$_pkgname-$pkgver"
   ./configure --prefix=/usr

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-01-13 09:39:38 UTC (rev 281796)
+++ trunk/PKGBUILD  2018-01-13 09:46:50 UTC (rev 281797)
@@ -13,6 +13,11 @@
 
source=(https://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
 sha256sums=('6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2')
 
+prepare() {
+  cd $_pkgname-$pkgver
+  sed -i 's/gmcs/mcs/' configure{,.ac}
+}
+
 build() {
   cd $_pkgname-$pkgver
   ./configure --prefix=/usr


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 09:39:38
  Author: bgyorgy
Revision: 281796

archrelease: copy trunk to community-x86_64

Added:
  libcoverart/repos/community-x86_64/PKGBUILD
(from rev 281795, libcoverart/trunk/PKGBUILD)
Deleted:
  libcoverart/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 09:39:14 UTC (rev 281795)
+++ PKGBUILD2018-01-13 09:39:38 UTC (rev 281796)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=libcoverart
-pkgver=1.0.0
-pkgrel=3
-pkgdesc="C/C++ library for accessing the MusicBrainz Cover Art Archive"
-arch=('i686' 'x86_64')
-url="http://musicbrainz.org/doc/libcoverart";
-license=('LGPL')
-depends=('neon' 'jansson')
-makedepends=('cmake')
-source=(https://github.com/downloads/metabrainz/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6380056bb4bc1a69790e706b4d506f50')
-
-build() {
-  cd "$srcdir/$pkgname-{PROJECT_VERSION}"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-{PROJECT_VERSION}"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: libcoverart/repos/community-x86_64/PKGBUILD (from rev 281795, 
libcoverart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 09:39:38 UTC (rev 281796)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=libcoverart
+pkgver=1.0.0
+pkgrel=4
+pkgdesc="C/C++ library for accessing the MusicBrainz Cover Art Archive"
+arch=('x86_64')
+url="https://musicbrainz.org/doc/libcoverart";
+license=('LGPL')
+depends=('neon' 'jansson')
+makedepends=('cmake')
+source=(https://github.com/metabrainz/$pkgname/releases/download/release-$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('5d9d4a4c46f35754e016affab83957961a364d7a4c7d64447f73bff22a300f44')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/ -Werror//' */CMakeLists.txt
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  CMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -Wno-error" make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 09:39:14
  Author: bgyorgy
Revision: 281795

archrelease: copy trunk to community-x86_64

Modified:
  libcoverart/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 09:38:48 UTC (rev 281794)
+++ PKGBUILD2018-01-13 09:39:14 UTC (rev 281795)
@@ -13,11 +13,6 @@
 
source=(https://github.com/downloads/metabrainz/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('6380056bb4bc1a69790e706b4d506f50')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/ -Werror//' */CMakeLists.txt
-}
-
 build() {
   cd "$srcdir/$pkgname-{PROJECT_VERSION}"
 


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 09:38:48
  Author: bgyorgy
Revision: 281794

archrelease: copy trunk to community-x86_64

Modified:
  libcoverart/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 09:38:41 UTC (rev 281793)
+++ PKGBUILD2018-01-13 09:38:48 UTC (rev 281794)
@@ -13,6 +13,11 @@
 
source=(https://github.com/downloads/metabrainz/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('6380056bb4bc1a69790e706b4d506f50')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/ -Werror//' */CMakeLists.txt
+}
+
 build() {
   cd "$srcdir/$pkgname-{PROJECT_VERSION}"
 


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 09:38:41
  Author: bgyorgy
Revision: 281793

upgpkg: libcoverart 1.0.0-4

Fix build

Modified:
  libcoverart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 09:29:31 UTC (rev 281792)
+++ PKGBUILD2018-01-13 09:38:41 UTC (rev 281793)
@@ -3,7 +3,7 @@
 
 pkgname=libcoverart
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="C/C++ library for accessing the MusicBrainz Cover Art Archive"
 arch=('x86_64')
 url="https://musicbrainz.org/doc/libcoverart";
@@ -13,12 +13,17 @@
 
source=(https://github.com/metabrainz/$pkgname/releases/download/release-$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('5d9d4a4c46f35754e016affab83957961a364d7a4c7d64447f73bff22a300f44')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/ -Werror//' */CMakeLists.txt
+}
+
 build() {
   cd $pkgname-$pkgver
   cmake . \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
-  make
+  CMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -Wno-error" make
 }
 
 package() {


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 09:29:31
  Author: bgyorgy
Revision: 281792

log4net: use mcs for the future buils to avoid breakage

Modified:
  log4net/repos/community-any/PKGBUILD
  log4net/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |6 +++---
 trunk/PKGBUILD   |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2018-01-13 09:25:04 UTC (rev 281791)
+++ repos/community-any/PKGBUILD2018-01-13 09:29:31 UTC (rev 281792)
@@ -26,9 +26,9 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   mkdir bin
-  dmcs -t:library -out:bin/$pkgname.dll -keyfile:$pkgname.snk -d:NET_2_0 \
-   
-r:System,System.Data,System.Xml,System.Web,System.Net,System.Configuration \
-   $(find src -name "*.cs")
+  mcs -t:library -out:bin/$pkgname.dll -keyfile:$pkgname.snk -d:NET_2_0 \
+  
-r:System,System.Data,System.Xml,System.Web,System.Net,System.Configuration \
+  $(find src -name "*.cs")
 }
 
 package() {

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-01-13 09:25:04 UTC (rev 281791)
+++ trunk/PKGBUILD  2018-01-13 09:29:31 UTC (rev 281792)
@@ -26,9 +26,9 @@
 build() {
   cd $pkgname-$pkgver
   mkdir bin
-  dmcs -t:library -out:bin/$pkgname.dll -keyfile:$pkgname.snk -d:NET_2_0 \
-   
-r:System,System.Data,System.Xml,System.Web,System.Net,System.Configuration \
-   $(find src -name "*.cs")
+  mcs -t:library -out:bin/$pkgname.dll -keyfile:$pkgname.snk -d:NET_2_0 \
+  
-r:System,System.Data,System.Xml,System.Web,System.Net,System.Configuration \
+  $(find src -name "*.cs")
 }
 
 package() {


[arch-commits] Commit in notify-sharp (repos/community-any/PKGBUILD trunk/PKGBUILD)

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 09:25:04
  Author: bgyorgy
Revision: 281791

notify-sharp: fix build

Modified:
  notify-sharp/repos/community-any/PKGBUILD
  notify-sharp/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |7 ---
 trunk/PKGBUILD   |1 +
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2018-01-13 09:18:38 UTC (rev 281790)
+++ repos/community-any/PKGBUILD2018-01-13 09:25:04 UTC (rev 281791)
@@ -21,17 +21,18 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../use_dbussharp_2.pc
+  sed -i 's/gmcs/mcs/' configure{,.ac}
+  autoreconf -fi
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  autoreconf -fi
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-01-13 09:18:38 UTC (rev 281790)
+++ trunk/PKGBUILD  2018-01-13 09:25:04 UTC (rev 281791)
@@ -19,6 +19,7 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../use_dbussharp_2.pc
+  sed -i 's/gmcs/mcs/' configure{,.ac}
   autoreconf -fi
 }
 


[arch-commits] Commit in notify-sharp-3 (repos/community-any/PKGBUILD trunk/PKGBUILD)

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 09:18:38
  Author: bgyorgy
Revision: 281790

notify-sharp-3: fix build

Modified:
  notify-sharp-3/repos/community-any/PKGBUILD
  notify-sharp-3/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |4 ++--
 trunk/PKGBUILD   |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2018-01-13 08:56:44 UTC (rev 281789)
+++ repos/community-any/PKGBUILD2018-01-13 09:18:38 UTC (rev 281790)
@@ -20,12 +20,12 @@
 prepare() {
   cd $_pkgname-$pkgver
   patch -Np1 -i ../use_dbussharp_2.pc
+  sed -i 's/gmcs/mcs/' configure{,.ac}
+  autoreconf -fi
 }
 
 build() {
   cd $_pkgname-$pkgver
-  autoreconf -fi
-
   ./configure --prefix=/usr
   make
 }

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-01-13 08:56:44 UTC (rev 281789)
+++ trunk/PKGBUILD  2018-01-13 09:18:38 UTC (rev 281790)
@@ -20,6 +20,7 @@
 prepare() {
   cd $_pkgname-$pkgver
   patch -Np1 -i ../use_dbussharp_2.pc
+  sed -i 's/gmcs/mcs/' configure{,.ac}
   autoreconf -fi
 }
 


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

2018-01-13 Thread Baptiste Jonglez via arch-commits
Date: Saturday, January 13, 2018 @ 08:56:44
  Author: zorun
Revision: 281789

archrelease: copy trunk to community-testing-x86_64

Added:
  ring-daemon/repos/community-testing-x86_64/
  ring-daemon/repos/community-testing-x86_64/PKGBUILD
(from rev 281788, ring-daemon/trunk/PKGBUILD)

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

Copied: ring-daemon/repos/community-testing-x86_64/PKGBUILD (from rev 281788, 
ring-daemon/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-01-13 08:56:44 UTC (rev 281789)
@@ -0,0 +1,69 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ring-daemon
+pkgver=20171215.1.bc414d7
+pkgrel=5
+epoch=2
+_pjver=2.6
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
+arch=("x86_64")
+url="https://ring.cx";
+license=('GPL3')
+groups=("ring")
+replaces=('pjproject-savoirfairelinux')
+depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
+ 'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'udev' 'gnutls'
+ 'expat' 'gsm' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
+ 'libsecp256k1' 'util-linux' 'opus')
+makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
+#checkdepends=('cppunit')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=d08826f038f6fe9a275ba66ff8d0af60a78a7f88";
+"http://www.pjsip.org/release/${_pjver}/pjproject-${_pjver}.tar.bz2";)
+noextract=("pjproject-${_pjver}.tar.bz2")
+sha256sums=('SKIP'
+'2f5a1da1c174d845871c758bd80fbb580fca7799d3cfaa0d3c4e082b5161c7b4')
+
+prepare() {
+  cd "${pkgname}"
+  cp ../pjproject-${_pjver}.tar.bz2 contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd "${pkgname}/contrib/native"
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-ipv6
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd "${pkgname}"
+#  make -k check
+#}
+
+package() {
+  cd "${pkgname}"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
+  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-01-13 Thread Baptiste Jonglez via arch-commits
Date: Saturday, January 13, 2018 @ 08:56:23
  Author: zorun
Revision: 281788

upgpkg: ring-daemon 2:20171215.1.bc414d7-5

Try to force pjproject-savoirfairelinux removal

Modified:
  ring-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 08:55:07 UTC (rev 281787)
+++ PKGBUILD2018-01-13 08:56:23 UTC (rev 281788)
@@ -2,7 +2,7 @@
 
 pkgname=ring-daemon
 pkgver=20171215.1.bc414d7
-pkgrel=4
+pkgrel=5
 epoch=2
 _pjver=2.6
 pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
@@ -10,10 +10,11 @@
 url="https://ring.cx";
 license=('GPL3')
 groups=("ring")
+replaces=('pjproject-savoirfairelinux')
 depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
  'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'udev' 'gnutls'
  'expat' 'gsm' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
- 'libsecp256k1' 'util-linux' 'alsa-lib' 'libsamplerate' 'opus')
+ 'libsecp256k1' 'util-linux' 'opus')
 makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
 #checkdepends=('cppunit')
 
source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=d08826f038f6fe9a275ba66ff8d0af60a78a7f88";


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 08:55:00
  Author: bgyorgy
Revision: 281786

upgpkg: poppler-sharp 0.0.3-3

Fix build

Modified:
  poppler-sharp/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 08:54:50 UTC (rev 281785)
+++ PKGBUILD2018-01-13 08:55:00 UTC (rev 281786)
@@ -3,7 +3,7 @@
 
 pkgname=poppler-sharp
 pkgver=0.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="C Sharp bindings for Poppler"
 arch=('any')
 url="https://github.com/jacintos/poppler-sharp";
@@ -12,6 +12,14 @@
 
source=(https://github.com/downloads/jacintos/$pkgname/$pkgname-$pkgver.tar.bz2)
 sha256sums=('bb418431878d072c5606e2d55183695baf631e9942461bff668d1276ebc3431e')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/gmcs/mcs/
+  s/2\.0/2.0-api/' m4/mono.m4
+  sed -i 's/pkglib_DATA/pkglib_LIB/' Makefile.am
+  autoreconf -fi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 08:55:07
  Author: bgyorgy
Revision: 281787

archrelease: copy trunk to community-any

Added:
  poppler-sharp/repos/community-any/PKGBUILD
(from rev 281786, poppler-sharp/trunk/PKGBUILD)
Deleted:
  poppler-sharp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 08:55:00 UTC (rev 281786)
+++ PKGBUILD2018-01-13 08:55:07 UTC (rev 281787)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=poppler-sharp
-pkgver=0.0.3
-pkgrel=2
-pkgdesc="C Sharp bindings for Poppler"
-arch=('any')
-url="https://github.com/jacintos/poppler-sharp";
-license=('GPL')
-depends=('gtk-sharp-2' 'poppler-glib')
-source=(https://github.com/downloads/jacintos/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bb418431878d072c5606e2d55183695baf631e9942461bff668d1276ebc3431e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: poppler-sharp/repos/community-any/PKGBUILD (from rev 281786, 
poppler-sharp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 08:55:07 UTC (rev 281787)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=poppler-sharp
+pkgver=0.0.3
+pkgrel=3
+pkgdesc="C Sharp bindings for Poppler"
+arch=('any')
+url="https://github.com/jacintos/poppler-sharp";
+license=('GPL')
+depends=('gtk-sharp-2' 'poppler-glib')
+source=(https://github.com/downloads/jacintos/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bb418431878d072c5606e2d55183695baf631e9942461bff668d1276ebc3431e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/gmcs/mcs/
+  s/2\.0/2.0-api/' m4/mono.m4
+  sed -i 's/pkglib_DATA/pkglib_LIB/' Makefile.am
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in pjproject-savoirfairelinux/repos/community-x86_64 (26 files)

2018-01-13 Thread Baptiste Jonglez via arch-commits
Date: Saturday, January 13, 2018 @ 08:22:19
  Author: zorun
Revision: 281783

archrelease: copy trunk to community-x86_64

Added:
  pjproject-savoirfairelinux/repos/community-x86_64/PKGBUILD
(from rev 281782, pjproject-savoirfairelinux/trunk/PKGBUILD)
  pjproject-savoirfairelinux/repos/community-x86_64/add_dtls_transport.patch
(from rev 281782, pjproject-savoirfairelinux/trunk/add_dtls_transport.patch)
  pjproject-savoirfairelinux/repos/community-x86_64/endianness.patch
(from rev 281782, pjproject-savoirfairelinux/trunk/endianness.patch)
  pjproject-savoirfairelinux/repos/community-x86_64/fix_base64.patch
(from rev 281782, pjproject-savoirfairelinux/trunk/fix_base64.patch)
  
pjproject-savoirfairelinux/repos/community-x86_64/fix_ioqueue_ipv6_sendto.patch
(from rev 281782, 
pjproject-savoirfairelinux/trunk/fix_ioqueue_ipv6_sendto.patch)
  pjproject-savoirfairelinux/repos/community-x86_64/fix_turn_fallback.patch
(from rev 281782, pjproject-savoirfairelinux/trunk/fix_turn_fallback.patch)
  pjproject-savoirfairelinux/repos/community-x86_64/gnutls.patch
(from rev 281782, pjproject-savoirfairelinux/trunk/gnutls.patch)
  pjproject-savoirfairelinux/repos/community-x86_64/ice_config.patch
(from rev 281782, pjproject-savoirfairelinux/trunk/ice_config.patch)
  pjproject-savoirfairelinux/repos/community-x86_64/ipv6.patch
(from rev 281782, pjproject-savoirfairelinux/trunk/ipv6.patch)
  pjproject-savoirfairelinux/repos/community-x86_64/multiple_listeners.patch
(from rev 281782, pjproject-savoirfairelinux/trunk/multiple_listeners.patch)
  pjproject-savoirfairelinux/repos/community-x86_64/notestsapps.patch
(from rev 281782, pjproject-savoirfairelinux/trunk/notestsapps.patch)
  pjproject-savoirfairelinux/repos/community-x86_64/pj_ice_sess.patch
(from rev 281782, pjproject-savoirfairelinux/trunk/pj_ice_sess.patch)
  pjproject-savoirfairelinux/repos/community-x86_64/rfc6062.patch
(from rev 281782, pjproject-savoirfairelinux/trunk/rfc6062.patch)
Deleted:
  pjproject-savoirfairelinux/repos/community-x86_64/PKGBUILD
  pjproject-savoirfairelinux/repos/community-x86_64/add_dtls_transport.patch
  pjproject-savoirfairelinux/repos/community-x86_64/endianness.patch
  pjproject-savoirfairelinux/repos/community-x86_64/fix_base64.patch
  
pjproject-savoirfairelinux/repos/community-x86_64/fix_ioqueue_ipv6_sendto.patch
  pjproject-savoirfairelinux/repos/community-x86_64/fix_turn_fallback.patch
  pjproject-savoirfairelinux/repos/community-x86_64/gnutls.patch
  pjproject-savoirfairelinux/repos/community-x86_64/ice_config.patch
  pjproject-savoirfairelinux/repos/community-x86_64/ipv6.patch
  pjproject-savoirfairelinux/repos/community-x86_64/multiple_listeners.patch
  pjproject-savoirfairelinux/repos/community-x86_64/notestsapps.patch
  pjproject-savoirfairelinux/repos/community-x86_64/pj_ice_sess.patch
  pjproject-savoirfairelinux/repos/community-x86_64/rfc6062.patch

---+
 PKGBUILD  |  157 
 add_dtls_transport.patch  |  126 
 endianness.patch  |   38 
 fix_base64.patch  |   40 
 fix_ioqueue_ipv6_sendto.patch |   38 
 fix_turn_fallback.patch   |  106 
 gnutls.patch  | 6590 
 ice_config.patch  |   92 
 ipv6.patch|   22 
 multiple_listeners.patch  |  132 
 notestsapps.patch |  194 -
 pj_ice_sess.patch |   58 
 rfc6062.patch | 1838 +--
 13 files changed, 4715 insertions(+), 4716 deletions(-)

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


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

2018-01-13 Thread Baptiste Jonglez via arch-commits
Date: Saturday, January 13, 2018 @ 08:21:33
  Author: zorun
Revision: 281782

upgpkg: pjproject-savoirfairelinux 2.6-7

Remove dependency on libsrtp, use the built-in implementation.

Modified:
  pjproject-savoirfairelinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 02:50:06 UTC (rev 281781)
+++ PKGBUILD2018-01-13 08:21:33 UTC (rev 281782)
@@ -3,12 +3,12 @@
 _pkgname=pjproject
 pkgname=${_pkgname}-savoirfairelinux
 pkgver=2.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Open source SIP stack and media stack, built with patches from 
SavoirFaire Linux (mostly GnuTLS support)"
 arch=('x86_64')
 url="http://www.pjsip.org/";
 license=('GPL')
-depends=('util-linux' 'gnutls' 'portaudio' 'speex' 'alsa-lib' 'libsamplerate' 
'ffmpeg' 'libsrtp' 'opus')
+depends=('util-linux' 'gnutls' 'portaudio' 'speex' 'alsa-lib' 'libsamplerate' 
'ffmpeg' 'opus')
 provides=("${_pkgname}=${pkgver}")
 conflicts=("${_pkgname}")
 source=("http://www.pjsip.org/release/${pkgver}/${_pkgname}-${pkgver}.tar.bz2";
@@ -60,7 +60,6 @@
   --enable-shared \
   --enable-ssl=gnutls \
   --with-external-speex \
-  --with-external-srtp \
   --with-external-pa \
   --with-external-gsm \
   --enable-ext-sound \


<    1   2