diff options
| author | Antonio Rojas <[email protected]> | 2020-08-30 11:26:09 +0000 |
|---|---|---|
| committer | Antonio Rojas <[email protected]> | 2020-08-30 11:26:09 +0000 |
| commit | ad486b2712370caf64bd4cc45005d9d44fc8d8b0 (patch) | |
| tree | e9edc939ea36b30bd885921260ba7266da490a7b | |
| parent | ffa5a812b5f5e288392ee5a0b58183a1fa534e13 (diff) | |
Add kactivities dependency, no longer pulled by kio-extras (FS#67763)
| -rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,12 +5,12 @@ pkgname=dolphin pkgver=20.08.0 -pkgrel=1 +pkgrel=2 pkgdesc="KDE File Manager" arch=(x86_64) url="https://kde.org/applications/system/dolphin/" license=(LGPL) -depends=(baloo-widgets knewstuff kio-extras kcmutils kparts kinit) +depends=(baloo-widgets knewstuff kio-extras kcmutils kparts kinit kactivities) makedepends=(extra-cmake-modules kdoctools packagekit-qt5) optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails' 'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel' 'purpose: share context menu' 'packagekit-qt5: service menu installer') |
