diff options
| author | Antonio Rojas <[email protected]> | 2025-04-26 00:12:56 +0200 |
|---|---|---|
| committer | Antonio Rojas <[email protected]> | 2025-04-26 00:12:56 +0200 |
| commit | fd50f56c524e6969e5d4e4835b2f8719a6f2e4b4 (patch) | |
| tree | 7e21778951fbaee12ec7e692d0c75d1bc61709bd /PKGBUILD | |
| parent | 43220d31beafa17ef5e7a4b2052b6d6145bab67d (diff) | |
upgpkg: 25.04.0-1: Fix session restore
Fixes #1
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -54,13 +54,19 @@ optdepends=('ffmpegthumbs: video thumbnails' 'purpose: share context menu') groups=(kde-applications kde-system) -source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig} + https://invent.kde.org/system/dolphin/-/commit/6032b785.patch) sha256sums=('8997ec04ef12af22647dfef67b15ea8f1304f7ae076c7b8fd53184a55a012a18' - 'SKIP') + 'SKIP' + 'fd189cf40e65fd48b3ffb83f7d2e4315572fd519261fd05682b06b7722c0adad') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <[email protected]> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <[email protected]> D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <[email protected]> +prepare() { + patch -d $pkgname-$pkgver -p1 < 6032b785.patch # Fix session restore +} + build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF |
