[arch-commits] Commit in plasma-sdk/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon May 15 07:01:45 UTC 2017


    Date: Monday, May 15, 2017 @ 07:01:44
  Author: arojas
Revision: 296079

Deps are optional

Modified:
  plasma-sdk/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-15 06:39:08 UTC (rev 296078)
+++ PKGBUILD	2017-05-15 07:01:44 UTC (rev 296079)
@@ -8,9 +8,10 @@
 arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-depends=(plasma-framework kdevplatform xdg-utils kirigami2)
+depends=(plasma-framework)
 makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2 kdelibs4support
-             kdesignerplugin kdoctools)
+             kdesignerplugin kdoctools kdevplatform)
+optdepends=('kdevplatform: for Plasmate' 'kirigami2: for Look & Feel explorer')
 groups=(plasma)
 source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('3cfd49421d18f91717fbba02fa1e4825ebffb763eecb06ba5b1454441a086260'



More information about the arch-commits mailing list