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

2020-10-30 Thread Antonio Rojas via arch-commits
Date: Friday, October 30, 2020 @ 14:17:24
  Author: arojas
Revision: 399047

archrelease: copy trunk to extra-x86_64

Added:
  knotifications/repos/extra-x86_64/PKGBUILD
(from rev 399046, knotifications/trunk/PKGBUILD)
Deleted:
  knotifications/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-30 14:17:08 UTC (rev 399046)
+++ PKGBUILD2020-10-30 14:17:24 UTC (rev 399047)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: knotifications/repos/extra-x86_64/PKGBUILD (from rev 399046, 
knotifications/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-30 14:17:24 UTC (rev 399047)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.75.0
+pkgrel=2
+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=('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/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-18 Thread Antonio Rojas via arch-commits
Date: Thursday, December 19, 2019 @ 06:52:13
  Author: arojas
Revision: 371700

archrelease: copy trunk to extra-x86_64

Added:
  knotifications/repos/extra-x86_64/PKGBUILD
(from rev 371699, knotifications/trunk/PKGBUILD)
Deleted:
  knotifications/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-19 06:52:03 UTC (rev 371699)
+++ PKGBUILD2019-12-19 06:52:13 UTC (rev 371700)
@@ -1,35 +0,0 @@
-# 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
-}

Copied: knotifications/repos/extra-x86_64/PKGBUILD (from rev 371699, 
knotifications/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-19 06:52:13 UTC (rev 371700)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.65.0
+pkgrel=2
+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/extra-x86_64 (PKGBUILD PKGBUILD)

2018-01-23 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 23, 2018 @ 17:12:59
  Author: arojas
Revision: 315312

archrelease: copy trunk to extra-x86_64

Added:
  knotifications/repos/extra-x86_64/PKGBUILD
(from rev 315311, knotifications/trunk/PKGBUILD)
Deleted:
  knotifications/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-23 17:12:30 UTC (rev 315311)
+++ PKGBUILD2018-01-23 17:12:59 UTC (rev 315312)
@@ -1,39 +0,0 @@
-# $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
-}

Copied: knotifications/repos/extra-x86_64/PKGBUILD (from rev 315311, 
knotifications/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-23 17:12:59 UTC (rev 315312)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.42.0
+pkgrel=2
+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}
+
kdebug-389284.patch::"https://cgit.kde.org/knotifications.git/patch/?id=26904527;)
+sha256sums=('ccb969d47cb41cc9dcaf86ae4a9a11b25317ed40336d2115dc048456afe7952b'
+'SKIP'
+'b6a7f9e0cb70e0bcbf220bce53f199693fbfc3fb3ecbdcbaec2836d43413dc7a')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-389284.patch # Fix running commands on notification 
events
+}
+
+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/extra-x86_64 (PKGBUILD PKGBUILD)

2014-09-14 Thread Andrea Scarpino
Date: Sunday, September 14, 2014 @ 15:02:04
  Author: andrea
Revision: 221666

archrelease: copy trunk to extra-x86_64

Added:
  knotifications/repos/extra-x86_64/PKGBUILD
(from rev 221665, knotifications/trunk/PKGBUILD)
Deleted:
  knotifications/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-14 13:01:46 UTC (rev 221665)
+++ PKGBUILD2014-09-14 13:02:04 UTC (rev 221666)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=knotifications
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='KNotifications'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/knotifications'
-license=('LGPL')
-depends=('phonon-qt5' 'libdbusmenu-qt5' 'kservice' 'kiconthemes')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1e4affeb4319eca4a0afb885319ec060')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
--DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: knotifications/repos/extra-x86_64/PKGBUILD (from rev 221665, 
knotifications/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-14 13:02:04 UTC (rev 221666)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=knotifications
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='KNotifications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/knotifications'
+license=('LGPL')
+depends=('phonon-qt5' 'libdbusmenu-qt5' 'kservice' 'kiconthemes')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1e4affeb4319eca4a0afb885319ec060')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+-DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}