added missing dependencies

This commit is contained in:
Fabian Kosmale 2015-04-11 23:53:47 +00:00
parent b83f813353
commit bad6dcc370
5 changed files with 10 additions and 7 deletions

View File

@ -9,7 +9,8 @@ pkgdesc="GTK2 and GTK3 Configuration for KDE"
arch=('x86_64')
url='projects.kde.org/'
license=('LGPL')
depends=('knewstuff')
depends=('qt5-base' 'ki18n' 'kio' 'kconfigwidgets' 'knewstuff' 'karchive' 'kcmutils' 'kiconthemes')
makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
optdepends=('gtk2: GTK2 Theme Preview'
'gtk3: GTK3 Theme Preview')

View File

@ -9,7 +9,10 @@ pkgdesc='KDE Plasma Workspace'
arch=('x86_64')
url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
license=('LGPL')
depends=('krunner' 'kdelibs4support')
depends=('qt5-base' 'qt5-declarative' 'qt5-x11extras' 'kconfigwidgets' 'kcoreaddons'
'ki18n' 'kio' 'kcmutils' 'plasma-framework' 'krunner' 'kservice' 'kunitconversion'
'kdelibs4support' 'knewstuff' 'kross')
makedepends=('extra-cmake-modules' 'kdoctools')
conflicts=('kde-workspace')
groups=('plasma')

View File

@ -19,7 +19,7 @@ source=("${PServer}/${pkgver}/${pkgname}-${PSubVersion}.tar.xz")
sha256sums=( $(getSum ${pkgname} | head -n 1) )
prepare() {
mkdir build
mkdir -p build
}
build() {

View File

@ -9,7 +9,7 @@ arch=('x86_64')
url='https://www.kde.org/workspaces/plasmadesktop/'
license=('LGPL')
depends=('qt5-graphicaleffects' 'powerdevil' 'polkit-kde-agent-frameworks' 'libcanberra'
'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 'ksysguard' 'breeze' 'krunner'
'kwin' 'kpeople' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 'ksysguard' 'breeze' 'krunner'
#sddm can be removed as a dependency in the future, only added here to automate the switch to Plasma 5
'sddm-kcm')
makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'baloo-kf5')

View File

@ -10,9 +10,9 @@ arch=('x86_64')
url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
license=('LGPL')
depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland' 'kglobalaccel>=5.7.0'
'libksysguard' 'libkscreen-kf5' 'ktexteditor' 'libqalculate'
'libksysguard' 'libkscreen-kf5' 'ktexteditor' 'kxmlrpcclient' 'libqalculate' 'networkmanager-qt'
'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'xorg-apps' 'xorg-utils')
makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-kf5' 'krunner')
makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-kf5' 'krunner' 'kdewebkit')
groups=('plasma')
options=("debug")
source=("${PServer}/${pkgver}/${pkgname}-${PSubVersion}.tar.xz"
@ -47,7 +47,6 @@ package_plasma-workspace() {
# Remove conflicts with drkonqi
rm "${pkgdir}"/usr/lib/drkonqi
rm -r "${pkgdir}"/usr/share/drkonqi
rm "${pkgdir}"/usr/lib/libKF5XmlRpcClientPrivate.*
}
package_drkonqi() {