git » knotifications.git » commit 3d96934

Enable Text-to-Speech

author Antonio Rojas
2017-01-28 23:34:49 UTC
committer Antonio Rojas
2017-01-28 23:34:49 UTC
parent 00963be94e9b409656921e6fbd6d26284f12651c

Enable Text-to-Speech

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4952325..5ec36b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
 
 pkgname=knotifications
 pkgver=5.30.0
-pkgrel=1
+pkgrel=2
 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')
+depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 'kcoreaddons' 'qt5-speech')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})