[arch-commits] Commit in kalarm (kde-unstable/PKGBUILD trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Apr 11 10:17:33 UTC 2020


    Date: Saturday, April 11, 2020 @ 10:17:33
  Author: arojas
Revision: 380104

Add explicit phonon-qt5 dependency, no longer pulled by knotifyconfig

Modified:
  kalarm/kde-unstable/PKGBUILD
  kalarm/trunk/PKGBUILD

-----------------------+
 kde-unstable/PKGBUILD |    2 +-
 trunk/PKGBUILD        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- kde-unstable/PKGBUILD	2020-04-11 09:48:53 UTC (rev 380103)
+++ kde-unstable/PKGBUILD	2020-04-11 10:17:33 UTC (rev 380104)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 url="https://kontact.kde.org"
 license=(GPL2)
-depends=(kdepim-runtime perl)
+depends=(kdepim-runtime perl phonon-qt5)
 makedepends=(extra-cmake-modules kdoctools boost kdepim-apps-libs mailcommon)
 groups=(kde-applications kdepim)
 source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2020-04-11 09:48:53 UTC (rev 380103)
+++ trunk/PKGBUILD	2020-04-11 10:17:33 UTC (rev 380104)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 url="https://kontact.kde.org"
 license=(GPL2)
-depends=(kdepim-runtime perl)
+depends=(kdepim-runtime perl phonon-qt5)
 makedepends=(extra-cmake-modules kdoctools boost kdepim-apps-libs mailcommon)
 groups=(kde-applications kdepim)
 source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})



More information about the arch-commits mailing list