git » bluedevil.git » commit e80dfd8

Make kdeabse-workspace an optional dependence2

author Andrea Scarpino
2014-12-10 21:33:33 UTC
committer Andrea Scarpino
2014-12-10 21:33:33 UTC
parent 2761f3f1fccdecef8fe0f22185b3923735cd098b

Make kdeabse-workspace an optional dependence2

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 5426c5d..88f9ac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,9 @@ pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
 url="https://projects.kde.org/projects/extragear/base/bluedevil"
 license=('GPL')
-depends=('kdebase-workspace' 'libbluedevil')
+depends=('kdebase-runtime' 'libbluedevil')
 makedepends=('cmake' 'automoc4')
+optdepends=('kdebase-workspace: to run the plasmoid')
 install="${pkgname}.install"
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
 md5sums=('c318b94d6de3d516598208e32cbccad6')