diff options
| author | Antonio Rojas <[email protected]> | 2023-11-30 08:58:26 +0100 |
|---|---|---|
| committer | Antonio Rojas <[email protected]> | 2023-11-30 08:58:26 +0100 |
| commit | b1601e5ccee12939adfc43acef16b187f99de669 (patch) | |
| tree | 3473cf7b69d95df9bad02bb4f3b137bfc06e59fb /PKGBUILD | |
| parent | 260ecf1b59f11851f75583dd69bd5ff1883dfad7 (diff) | |
upgpkg: 24.01.80-2: Push to kde-unstable
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 66 |
1 files changed, 55 insertions, 11 deletions
@@ -4,25 +4,69 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=dolphin -pkgver=23.08.3 -pkgrel=1 +pkgver=24.01.80 +pkgrel=2 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 + 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 + plasma-activities + 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} + plasma-activities.patch) +sha256sums=('ab3c31fd7cf04b467473d68da5d8b13d2c9d646011e39adf0200df7147c8677e' + 'SKIP' + '17b4801b030407f66215d86bf1e69b7e993f24670e8b8a39eeecf53ccb6249fa') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <[email protected]> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <[email protected]> D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <[email protected]> +prepare() { + patch -d $pkgname-$pkgver -p1 < plasma-activities.patch +} + build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF |
