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

2020-12-12 Thread Antonio Rojas via arch-commits
Date: Saturday, December 12, 2020 @ 09:59:32
  Author: arojas
Revision: 404036

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 404035, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-12 09:59:32 UTC (rev 404036)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.77.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons 
qt5-speech libxtst)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f288fe163a9297011af9f2d147e6516f07c1ed68ff0546cc0cf65e858bb40265'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-11-14 Thread Antonio Rojas via arch-commits
Date: Saturday, November 14, 2020 @ 10:38:24
  Author: arojas
Revision: 401044

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 401043, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-11-14 10:38:24 UTC (rev 401044)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.76.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons 
qt5-speech libxtst)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('56a7daf4951b3564e244d8ba48d443e78c6d703d9d4ccc280c56d0c986de47a2'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:43:26
  Author: arojas
Revision: 397874

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 397873, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:43:26 UTC (rev 397874)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('15be8f602c3f364b0b72be837c41ddc622a5447129b9d3dcb355f297dc18f9db'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-09-12 Thread Antonio Rojas via arch-commits
Date: Saturday, September 12, 2020 @ 19:46:16
  Author: arojas
Revision: 395899

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 395898, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-12 19:46:16 UTC (rev 395899)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.74.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cbf41ef923a5af6fb5964c8d46a5c52eed023e6c6e8e3e8b74079ff41307927c'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 393269, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-08 09:50:09 UTC (rev 393270)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.73.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c8e9f36716db33baca93a0386d3bb6426408eee3843eb5854bdd8ad7579f372c'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-06-13 Thread Antonio Rojas via arch-commits
Date: Saturday, June 13, 2020 @ 18:32:01
  Author: arojas
Revision: 389104

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 389103, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-13 18:32:01 UTC (rev 389104)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.71.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b900146340621d54f6113600e85d287b28225d82515affb8690704433e5d0440'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-05-09 Thread Antonio Rojas via arch-commits
Date: Saturday, May 9, 2020 @ 11:40:28
  Author: arojas
Revision: 382882

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 382881, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-09 11:40:28 UTC (rev 382882)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.70.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ccaf1fa79f3fa777a733ee4f5e97311a696c251b95a6446d82a358c1fb107605'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 09:36:28
  Author: arojas
Revision: 380043

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 380042, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-11 09:36:28 UTC (rev 380043)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.69.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d449673969123f72d891498f39461a6b25d69ff8b64911c4179d7ca48d229e15'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-03-15 Thread Antonio Rojas via arch-commits
Date: Sunday, March 15, 2020 @ 12:50:34
  Author: arojas
Revision: 377585

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 377584, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-03-15 12:50:34 UTC (rev 377585)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.68.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('646bd3bac073fbf4f19f9047360325c933751d605cf1311f4c922d7457fbda51'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-02-09 Thread Antonio Rojas via arch-commits
Date: Sunday, February 9, 2020 @ 10:03:28
  Author: arojas
Revision: 375060

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 375059, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-02-09 10:03:28 UTC (rev 375060)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.67.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7764a500c5fe3da582e42a033bf47b706a8ff2dd1662eb542e5988d593ddab61'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-01-11 Thread Antonio Rojas via arch-commits
Date: Saturday, January 11, 2020 @ 11:51:01
  Author: arojas
Revision: 373184

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 373183, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-11 11:51:01 UTC (rev 373184)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.66.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('aad3697a35109fad49fa286b7837d382599478bac33151cd7991c760866c12c1'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-12-14 Thread Antonio Rojas via arch-commits
Date: Saturday, December 14, 2019 @ 11:09:06
  Author: arojas
Revision: 371432

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 371431, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-14 11:09:06 UTC (rev 371432)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.65.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9d766c1566ea7cab83e6cd9c57f76583b3404f9864ed1ba1bc65535ea4c98087'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 22:43:58
  Author: arojas
Revision: 367329

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 367328, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-09 22:43:58 UTC (rev 367329)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.64.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5f0c3b158ba253e8df81016c8921d689836ecac063a39766c0290352c9f71bc1'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-10-12 Thread Antonio Rojas via arch-commits
Date: Saturday, October 12, 2019 @ 22:08:36
  Author: arojas
Revision: 364720

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 364719, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-12 22:08:36 UTC (rev 364720)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.63.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('886aa99e21deaf35ba626f38d60fcb4f6ce831b1e03dcade79d6e0098a7576e6'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:48:17
  Author: arojas
Revision: 362686

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 362685, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:48:17 UTC (rev 362686)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('55ec35bc9ddccd12289d9501b11d453885eabb9caebd4b93199d7c662a147263'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 11, 2019 @ 08:44:55
  Author: felixonmars
Revision: 359497

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 359496, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-08-11 08:44:55 UTC (rev 359497)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.61.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f72ce6394465316a5324e38afb07f4f71d5f8e281d09b5cf340246c9905568ac'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-07-13 Thread Antonio Rojas via arch-commits
Date: Saturday, July 13, 2019 @ 08:43:45
  Author: arojas
Revision: 357822

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 357821, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-13 08:43:45 UTC (rev 357822)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.60.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fbed417c689b8abf08e1f29df5094cab55b193ce03483658dfb8cdbea3f2d928'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-06-08 Thread Antonio Rojas via arch-commits
Date: Saturday, June 8, 2019 @ 09:27:18
  Author: arojas
Revision: 355343

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 355342, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-06-08 09:27:18 UTC (rev 355343)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.59.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ae504551097138bbf5be91358cf668cba2edeec3b92a7d07db5bc56508de9219'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 353185, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-05-13 20:03:39 UTC (rev 353186)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.58.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5a388e05ae3416a5120c268e48fa505e403772e8f03fe4670ab1d0bb0469'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-04-13 Thread Antonio Rojas via arch-commits
Date: Saturday, April 13, 2019 @ 07:20:49
  Author: arojas
Revision: 350718

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 350717, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-13 07:20:49 UTC (rev 350718)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.57.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7de068f4cf9bcefef54ae1cb180e2c0af9be951afbcaa960245507259620cf15'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-03-09 Thread Antonio Rojas via arch-commits
Date: Saturday, March 9, 2019 @ 09:57:29
  Author: arojas
Revision: 347499

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 347498, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-09 09:57:29 UTC (rev 347499)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.56.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('44ac6a710a0d89947c4f1412a8b324d89db18b9f1179ff98e22c61070e12ce16'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 345720, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-02-09 13:02:32 UTC (rev 345721)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.55.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e667e5a7a3ad1d1be6fec7acf770621b474766c36865b84a78f5223e729a79b5'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 343741, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:12:11 UTC (rev 343742)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d6c7ea727ce6464c7aa65eadad1b81cc03906c978373a0991b9003a7f8a6efa9'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-12-09 Thread Antonio Rojas via arch-commits
Date: Sunday, December 9, 2018 @ 10:59:53
  Author: arojas
Revision: 341328

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 341327, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-09 10:59:53 UTC (rev 341328)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.53.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('df9ef2b24f768bfced82a94af0756edc215b93dbe580411f4ab99ac910797239'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-11-10 Thread Antonio Rojas via arch-commits
Date: Saturday, November 10, 2018 @ 09:25:00
  Author: arojas
Revision: 338963

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 338962, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-10 09:25:00 UTC (rev 338963)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.52.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('27e24b0fa30bf529953125087bc0cbf2f7fba9e524ce48596fc26062c8af7656'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-10-13 Thread Antonio Rojas via arch-commits
Date: Saturday, October 13, 2018 @ 08:25:48
  Author: arojas
Revision: 336472

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 336471, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-13 08:25:48 UTC (rev 336472)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.51.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7fa2ebd81ad40cc4c87b9818afdd85c13d297edd1e9a69c75c27827c4c5c676c'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-09-08 Thread Antonio Rojas via arch-commits
Date: Saturday, September 8, 2018 @ 08:38:28
  Author: arojas
Revision: 334047

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 334046, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-08 08:38:28 UTC (rev 334047)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.50.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons 
qt5-speech)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5a525a9cda9b29aac858f9ec01179d665b82dcd235f315e75991609ad7144676'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 332150, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-17 21:21:09 UTC (rev 332151)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.49.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 doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a9b55f92ceb1bbd1804e9b5ad52ca0d25bfa561781c46e42c310d31c850c8880'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-07-14 Thread Antonio Rojas via arch-commits
Date: Saturday, July 14, 2018 @ 09:04:53
  Author: arojas
Revision: 328602

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 328601, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-07-14 09:04:53 UTC (rev 328602)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.48.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 doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ebd778d052ba4a0d445082fb6ced8cfd4ea8cbef7e60439576fb233e9f1ce086'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-06-09 Thread Antonio Rojas via arch-commits
Date: Saturday, June 9, 2018 @ 15:50:38
  Author: arojas
Revision: 326547

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 326546, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-09 15:50:38 UTC (rev 326547)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.47.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 doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5b9bfcce9b6492639288fe386e96a4b992e95611d72c0fd9d59f96a1a7129521'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-05-12 Thread Antonio Rojas via arch-commits
Date: Saturday, May 12, 2018 @ 20:26:33
  Author: arojas
Revision: 324084

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 324083, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-12 20:26:33 UTC (rev 324084)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.46.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 doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bfbc2176253dba5235f9b0fa96d1293229b78630ab5e32023d7bf838361fce43'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-04-14 Thread Antonio Rojas via arch-commits
Date: Saturday, April 14, 2018 @ 10:00:27
  Author: arojas
Revision: 321731

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 321730, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-14 10:00:27 UTC (rev 321731)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.45.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=('6920efdccd698fc83849af211473780364d9cf18548c5e9b3bcf207b9ea3d866'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 318435, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-10 09:42:28 UTC (rev 318436)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.44.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=('e62caeadc4cdb8749eca01b23969efe7b7f6a2d57d0362778852861e65b5fa8c'
+'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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-02-12 Thread Antonio Rojas via arch-commits
Date: Monday, February 12, 2018 @ 09:18:24
  Author: arojas
Revision: 316663

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 316662, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-12 09:18:24 UTC (rev 316663)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.43.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=('3baa47288f3fa8ac1ca62938a812251a4ef0874c287110842aada78f062cf64d'
+'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 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 knotifications/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

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

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

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

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:35:23
  Author: arojas
Revision: 309469

archrelease: copy trunk to testing-x86_64

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

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

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 309468, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:35:23 UTC (rev 309469)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=('i686' '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=('1b54fdccee857c3f66ffa6c830d738bd968cf4c1f9ef2ac8f52a516e94287904'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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