diff options
| author | George Hu <[email protected]> | 2026-01-16 17:12:27 +0800 |
|---|---|---|
| committer | George Hu <[email protected]> | 2026-01-16 19:23:30 +0800 |
| commit | 453bccb2c3cc658681b881a7b4271d0d7d4b8d44 (patch) | |
| tree | c150103e5dfaa2329d0e1a98954a076ea5c82934 | |
| parent | 86816b1edf2bc595917dff2d1d241a6d47f36550 (diff) | |
| -rw-r--r-- | .SRCINFO | 1 | ||||
| -rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -42,6 +42,7 @@ pkgbase = dolphin depends = qt6-base depends = qt6-multimedia depends = solid + optdepends = dolphin-plugins: extra plugins optdepends = ffmpegthumbs: video thumbnails optdepends = filelight: detailed disk usage statistics optdepends = kde-cli-tools: for editing file type options @@ -45,7 +45,8 @@ depends=(baloo solid) makedepends=(extra-cmake-modules kdoctools) -optdepends=('ffmpegthumbs: video thumbnails' +optdepends=('dolphin-plugins: extra plugins' + 'ffmpegthumbs: video thumbnails' 'filelight: detailed disk usage statistics' 'kde-cli-tools: for editing file type options' 'kdegraphics-thumbnailers: PDF and PS thumbnails' |
