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

Antonio Rojas arojas at archlinux.org
Fri Oct 30 14:17:08 UTC 2020


    Date: Friday, October 30, 2020 @ 14:17:08
  Author: arojas
Revision: 399046

Add missing libxtst dependency (FS#68477)

Modified:
  knotifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-30 12:31:52 UTC (rev 399045)
+++ PKGBUILD	2020-10-30 14:17:08 UTC (rev 399046)
@@ -4,12 +4,12 @@
 
 pkgname=knotifications
 pkgver=5.75.0
-pkgrel=1
+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)
+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})



More information about the arch-commits mailing list