┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD67
1 files changed, 57 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6867e0..7924709 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,25 +4,72 @@
# Contributor: Pierre Schmitz <[email protected]>
pkgname=dolphin
-pkgver=23.08.3
+pkgver=24.01.75
pkgrel=1
pkgdesc='KDE File Manager'
arch=(x86_64)
url='https://apps.kde.org/dolphin/'
license=(LGPL)
-depends=(baloo-widgets knewstuff5 kio-extras kcmutils5 kparts5 kactivities5 kuserfeedback5)
-makedepends=(extra-cmake-modules kdoctools5)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails' 'kdegraphics-thumbnailers: PDF and PS thumbnails'
- 'konsole: terminal panel' 'purpose5: share context menu'
- 'kio-admin: for managing files as administrator')
-groups=(kde-applications kde-system)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('d54e877d893ddf3d59752da723c881471bc06aee2e4143ff7e034fdffd7bba9e'
- 'SKIP')
+depends=(baloo
+ baloo-widgets
+ gcc-libs
+ glibc
+ kactivities
+ kbookmarks
+ kcmutils
+ kcodecs
+ kcolorscheme
+ kcompletion
+ kconfig
+ kconfigwidgets
+ kcoreaddons
+ kcrash
+ kdbusaddons
+ kfilemetadata
+ ki18n
+ kiconthemes
+ kio
+ kio-extras
+ kjobwidgets
+ knewstuff
+ knotifications
+ kparts
+ kservice
+ ktextwidgets
+ kuserfeedback
+ kwidgetsaddons
+ kwindowsystem
+ kxmlgui
+ phonon-qt6
+ qt6-base
+ solid)
+makedepends=(extra-cmake-modules
+ kdoctools)
+optdepends=('ffmpegthumbs: video thumbnails'
+ 'kde-cli-tools: for editing file type options'
+ 'kdegraphics-thumbnailers: PDF and PS thumbnails'
+ 'kio-admin: for managing files as administrator'
+ 'konsole: terminal panel'
+ 'kio-admin: for managing files as administrator'
+ 'purpose: share context menu')
+groups=(kde-applications
+ kde-system)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+ https://invent.kde.org/system/dolphin/-/commit/2cd3d58e.patch
+ find-kactivities.patch)
+sha256sums=('e6e8f1f9302c9c456c1f48822d04c9fa36c35f3604ceff99f02a9efee5bc8c8c'
+ 'SKIP'
+ 'e7c5e2c9d758a4297a56eb5cda7b1ecb9172e0786d0717ede677dec4aae0b317'
+ 'de57335f11047cb3e37f0d20a014a1df1bbbe08faa2b06f67f40062067534b12')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <[email protected]>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <[email protected]>
D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <[email protected]>
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < 2cd3d58e.patch # Drop kmoretools dependency
+ patch -d $pkgname-$pkgver -p1 < find-kactivities.patch
+}
+
build() {
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF