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

2020-12-12 Thread Antonio Rojas via arch-commits
Date: Saturday, December 12, 2020 @ 09:58:00
  Author: arojas
Revision: 404025

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 404024, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-12 09:58:00 UTC (rev 404025)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.77.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('035869dd6ee0f0c66972be31c06030f2bb676bb9b85824bf1c8c1540e6313ebd'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-11-14 Thread Antonio Rojas via arch-commits
Date: Saturday, November 14, 2020 @ 10:36:42
  Author: arojas
Revision: 401033

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 401032, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-11-14 10:36:42 UTC (rev 401033)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.76.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('64b262f61935653b91a83f4d1c659e7dcaf575b12aa955fe16d8392adb256e22'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:41:37
  Author: arojas
Revision: 397863

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 397862, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:41:37 UTC (rev 397863)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.75.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fcc0b11620de9d88141fcb36aa2eddc19a78c023a2c753eb9de404271280288d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-09-12 Thread Antonio Rojas via arch-commits
Date: Saturday, September 12, 2020 @ 19:44:56
  Author: arojas
Revision: 395888

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 395887, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-12 19:44:56 UTC (rev 395888)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.74.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8b52e5be795bd3c5200d516333800a745ea8c550208460faac5f456a0c245e0d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-08-08 Thread Antonio Rojas via arch-commits
Date: Saturday, August 8, 2020 @ 09:48:45
  Author: arojas
Revision: 393259

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 393258, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-08 09:48:45 UTC (rev 393259)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.73.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('011240a6ff59e2b39bcf6d4ba6128e6e60c6318c185e7316a71cfec28e69c69a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-06-13 Thread Antonio Rojas via arch-commits
Date: Saturday, June 13, 2020 @ 18:30:04
  Author: arojas
Revision: 389093

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 389092, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-13 18:30:04 UTC (rev 389093)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.71.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9e24fd7f58c66879a05e056b781637196eea69d3276ed470643c505f9fd46d3d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-05-09 Thread Antonio Rojas via arch-commits
Date: Saturday, May 9, 2020 @ 11:37:56
  Author: arojas
Revision: 382871

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 382870, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-09 11:37:56 UTC (rev 382871)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.70.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bd8980af05ad475ff9573bcfbf9751e7f5117fe35eb55856a3d84fefa20e5cda'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 09:34:45
  Author: arojas
Revision: 380032

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 380031, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-11 09:34:45 UTC (rev 380032)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.69.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2f96730c4299987524b282dd7638d0ecb0c88ec0e6e8c47f6080d49de7619d3b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-03-15 Thread Antonio Rojas via arch-commits
Date: Sunday, March 15, 2020 @ 12:41:39
  Author: arojas
Revision: 377570

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 377569, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-03-15 12:41:39 UTC (rev 377570)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.68.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9b4001a32831c9bae1d44161247acd5e6d3048ca2ece98c2c756c72a1464b9e9'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-02-09 Thread Antonio Rojas via arch-commits
Date: Sunday, February 9, 2020 @ 10:01:47
  Author: arojas
Revision: 375049

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 375048, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-02-09 10:01:47 UTC (rev 375049)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.67.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f4f3f6892287192deb61f38bab01c457d7950701f3e09c44a15809e7880ec3fa'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-01-11 Thread Antonio Rojas via arch-commits
Date: Saturday, January 11, 2020 @ 11:49:26
  Author: arojas
Revision: 373173

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 373172, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-11 11:49:26 UTC (rev 373173)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.66.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e87ea061d393104804aa65db69ec3489512b472d8fb821c9fc49ffdcb85177fb'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-12-14 Thread Antonio Rojas via arch-commits
Date: Saturday, December 14, 2019 @ 11:07:30
  Author: arojas
Revision: 371421

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 371420, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-14 11:07:30 UTC (rev 371421)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.65.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a62908517f9cf44fd13c2cb37868f6484710284bc85bd85b532c3b8b7fc2b9ea'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 22:42:21
  Author: arojas
Revision: 367318

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 367317, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-09 22:42:21 UTC (rev 367318)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.64.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c9b060693656a458f92905091e12d800be020abbf47bb68b9f769a191aa368d9'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-10-12 Thread Antonio Rojas via arch-commits
Date: Saturday, October 12, 2019 @ 22:07:00
  Author: arojas
Revision: 364709

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 364708, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-12 22:07:00 UTC (rev 364709)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.63.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c064af18478386da6a8eee16a9af626e300a4f0d1755b1598c910e2628977a37'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:46:40
  Author: arojas
Revision: 362675

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 362674, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:46:40 UTC (rev 362675)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.62.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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 qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('86b5388c93dd3375dbdca23b20d539af5ed9516f6a573e32549baac3200d029f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 11, 2019 @ 08:42:08
  Author: felixonmars
Revision: 359475

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 359474, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-08-11 08:42:08 UTC (rev 359475)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.61.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9d3ad34c1722b5a77144cc5a9d941cbb7baa01ab4a2ffe34ae9398c90dde'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2019-07-13 Thread Antonio Rojas via arch-commits
Date: Saturday, July 13, 2019 @ 08:42:00
  Author: arojas
Revision: 357811

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 357810, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-13 08:42:00 UTC (rev 357811)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.60.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6658a886950ab87d779991b4c39beeff250f5aff64c71ee98b5c472a219ac6de'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2019-06-08 Thread Antonio Rojas via arch-commits
Date: Saturday, June 8, 2019 @ 09:25:21
  Author: arojas
Revision: 355332

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 355331, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-06-08 09:25:21 UTC (rev 355332)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.59.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('abd44f757c31452a2fe6c8029506a87ca3605849df4f86dee26b6f885ae812b3'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2019-05-13 Thread Antonio Rojas via arch-commits
Date: Monday, May 13, 2019 @ 20:02:02
  Author: arojas
Revision: 353175

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 353174, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-05-13 20:02:02 UTC (rev 353175)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.58.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('edba3f94705f904edb0bddd5bab491575bb15ee8f278b92b41272d6f566cad2a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2019-04-13 Thread Antonio Rojas via arch-commits
Date: Saturday, April 13, 2019 @ 07:18:38
  Author: arojas
Revision: 350707

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 350706, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-13 07:18:38 UTC (rev 350707)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.57.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a13682bccaca3529df6e3b54e1d4e48fb3d1654fe1b142701e73ce9fe0b87655'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2019-03-09 Thread Antonio Rojas via arch-commits
Date: Saturday, March 9, 2019 @ 09:55:13
  Author: arojas
Revision: 347488

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 347487, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-09 09:55:13 UTC (rev 347488)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.56.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('abbaeed8ec027735d6504d31387e4115400457e14b8983a780debd769e4766c5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2019-02-09 Thread Antonio Rojas via arch-commits
Date: Saturday, February 9, 2019 @ 13:00:18
  Author: arojas
Revision: 345710

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 345709, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-02-09 13:00:18 UTC (rev 345710)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.55.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1ba5ce80567d4c7ecae9c976041cb718dd1a62aaf2b93ab29843483b624d562f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:09:53
  Author: arojas
Revision: 343731

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 343730, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:09:53 UTC (rev 343731)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.54.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('962af14dd6ae990aa77802d8be034aeb6195ea4064d098a8ef05abe12ae027bf'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2018-12-09 Thread Antonio Rojas via arch-commits
Date: Sunday, December 9, 2018 @ 10:57:45
  Author: arojas
Revision: 341317

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 341316, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-09 10:57:45 UTC (rev 341317)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.53.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8ff698aae6288d5bc4ef2d8762c420840d111c948c03b10f2968ff504ae9c262'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2018-11-10 Thread Antonio Rojas via arch-commits
Date: Saturday, November 10, 2018 @ 09:22:44
  Author: arojas
Revision: 338952

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 338951, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-10 09:22:44 UTC (rev 338952)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.52.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b6734d976d6909cba789b18187e16db7d72edca43dc0ceaa89be4f1901e6e01c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2018-10-13 Thread Antonio Rojas via arch-commits
Date: Saturday, October 13, 2018 @ 08:23:29
  Author: arojas
Revision: 336461

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 336460, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-13 08:23:29 UTC (rev 336461)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.51.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c46b132c982d8be11f3b714142c164808ff64685c4932212d6c2846538ceaed3'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2018-09-08 Thread Antonio Rojas via arch-commits
Date: Saturday, September 8, 2018 @ 08:36:06
  Author: arojas
Revision: 334036

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 334035, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-08 08:36:06 UTC (rev 334036)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 314683 2018-01-13 13:44:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.50.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1c2168adf453e6a2b749bfbafd5fdf320d967a1902053f682b026a2c12ecca47'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2018-08-17 Thread Antonio Rojas via arch-commits
Date: Friday, August 17, 2018 @ 21:18:46
  Author: arojas
Revision: 332140

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 332139, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-17 21:18:46 UTC (rev 332140)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 314683 2018-01-13 13:44:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.49.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f60d6a737c5365de45eab19ada6413156123138528fff5a795fefba4a1a20cc7'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2018-07-14 Thread Antonio Rojas via arch-commits
Date: Saturday, July 14, 2018 @ 09:02:30
  Author: arojas
Revision: 328591

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 328590, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-07-14 09:02:30 UTC (rev 328591)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 314683 2018-01-13 13:44:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.48.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('087fef3a77b5193eca081730f9bed181e1ffbd36a5a09352e3233a58df1841e0'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2018-06-09 Thread Antonio Rojas via arch-commits
Date: Saturday, June 9, 2018 @ 15:48:00
  Author: arojas
Revision: 326536

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 326535, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-09 15:48:00 UTC (rev 326536)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 314683 2018-01-13 13:44:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.47.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('72a1962de852590d9494ebcfa9f98e1d394bad4680384b9a6937a7082140259e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2018-05-12 Thread Antonio Rojas via arch-commits
Date: Saturday, May 12, 2018 @ 20:23:27
  Author: arojas
Revision: 324073

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 324072, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-12 20:23:27 UTC (rev 324073)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 314683 2018-01-13 13:44:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.46.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('09c88449c03d112dc9dcc0e3edfc1caf6d00dc738ff4cbd6761089668fe54476'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2018-04-14 Thread Antonio Rojas via arch-commits
Date: Saturday, April 14, 2018 @ 09:57:54
  Author: arojas
Revision: 321720

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 321719, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-14 09:57:54 UTC (rev 321720)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 314683 2018-01-13 13:44:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.45.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c506843f635943dad70600ec0c6dda85bb23a19a1bc0aeb5110f362aa454ebef'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

2018-03-10 Thread Antonio Rojas via arch-commits
Date: Saturday, March 10, 2018 @ 09:39:28
  Author: arojas
Revision: 318425

archrelease: copy trunk to testing-x86_64

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

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 318424, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-10 09:39:28 UTC (rev 318425)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 314683 2018-01-13 13:44:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.44.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt 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)
+conflicts=(attica-qt5)
+provides=(attica-qt5)
+replaces=(attica-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4376a1910477b3e0e2b6dae904ce53576a2d4d0bab616413d3a5b5c2f29882a9'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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