[arch-commits] Commit in (5 files)

Antonio Rojas arojas at archlinux.org
Sat Jan 23 09:35:52 UTC 2021


    Date: Saturday, January 23, 2021 @ 09:35:51
  Author: arojas
Revision: 406636

Add proper dependencies for KCM modules (FS#69412)

Modified:
  kgamma5/kde-unstable/PKGBUILD
  plasma-disks/kde-unstable/PKGBUILD
  plasma-firewall/kde-unstable/PKGBUILD
  plasma-thunderbolt/kde-unstable/PKGBUILD
  sddm-kcm/kde-unstable/PKGBUILD

------------------------------------------+
 kgamma5/kde-unstable/PKGBUILD            |    2 +-
 plasma-disks/kde-unstable/PKGBUILD       |    2 +-
 plasma-firewall/kde-unstable/PKGBUILD    |    2 +-
 plasma-thunderbolt/kde-unstable/PKGBUILD |    2 +-
 sddm-kcm/kde-unstable/PKGBUILD           |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

Modified: kgamma5/kde-unstable/PKGBUILD
===================================================================
--- kgamma5/kde-unstable/PKGBUILD	2021-01-23 09:08:43 UTC (rev 406635)
+++ kgamma5/kde-unstable/PKGBUILD	2021-01-23 09:35:51 UTC (rev 406636)
@@ -7,7 +7,7 @@
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(kconfigwidgets)
+depends=(kconfigwidgets systemsettings)
 makedepends=(extra-cmake-modules kdoctools)
 groups=(plasma)
 source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})

Modified: plasma-disks/kde-unstable/PKGBUILD
===================================================================
--- plasma-disks/kde-unstable/PKGBUILD	2021-01-23 09:08:43 UTC (rev 406635)
+++ plasma-disks/kde-unstable/PKGBUILD	2021-01-23 09:35:51 UTC (rev 406636)
@@ -7,7 +7,7 @@
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(smartmontools kdeclarative)
+depends=(smartmontools kdeclarative kinfocenter)
 makedepends=(extra-cmake-modules)
 groups=(plasma)
 source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})

Modified: plasma-firewall/kde-unstable/PKGBUILD
===================================================================
--- plasma-firewall/kde-unstable/PKGBUILD	2021-01-23 09:08:43 UTC (rev 406635)
+++ plasma-firewall/kde-unstable/PKGBUILD	2021-01-23 09:35:51 UTC (rev 406636)
@@ -8,7 +8,7 @@
 url='https://kde.org/plasma-desktop/'
 license=(GPL LGPL)
 source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=(kcmutils plasma-framework)
+depends=(systemsettings plasma-framework)
 makedepends=(extra-cmake-modules)
 optdepends=('iproute2: netstat backend'
             'firewalld: firewalld backend'

Modified: plasma-thunderbolt/kde-unstable/PKGBUILD
===================================================================
--- plasma-thunderbolt/kde-unstable/PKGBUILD	2021-01-23 09:08:43 UTC (rev 406635)
+++ plasma-thunderbolt/kde-unstable/PKGBUILD	2021-01-23 09:35:51 UTC (rev 406636)
@@ -8,7 +8,7 @@
 url="https://kde.org/plasma-desktop"
 license=(LGPL)
 groups=(plasma)
-depends=(bolt kcmutils)
+depends=(bolt systemsettings)
 makedepends=(extra-cmake-modules)
 source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('41ffc6aee23c0bcf2cd57c6f6364d94f7df2bb8c583ccd40b45f1532057ecb4b'

Modified: sddm-kcm/kde-unstable/PKGBUILD
===================================================================
--- sddm-kcm/kde-unstable/PKGBUILD	2021-01-23 09:08:43 UTC (rev 406635)
+++ sddm-kcm/kde-unstable/PKGBUILD	2021-01-23 09:35:51 UTC (rev 406636)
@@ -9,7 +9,7 @@
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(GPL)
-depends=(sddm knewstuff kcmutils)
+depends=(sddm knewstuff systemsettings)
 makedepends=(extra-cmake-modules kdoctools)
 groups=(plasma)
 source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})



More information about the arch-commits mailing list