Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
dolphin-plugins
Commits:
d6a463ee by Antonio Rojas at 2023-12-06T00:49:53+01:00
Update to 23.08.4
- - - - -
57ffabec by Antonio Rojas at 2023-12-07T12:16:51+01:00
Drop merged patch
- - - - -
d76c431d by Antonio Rojas at 2023-12-08T13:32:26+01:00
upgpkg: 23.08.4-1: Update to 23.08.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = dolphin-plugins
pkgdesc = Extra Dolphin plugins
- pkgver = 23.08.3
- pkgrel = 2
+ pkgver = 23.08.4
+ pkgrel = 1
url = https://apps.kde.org/dolphin_plugins/
arch = x86_64
groups = kde-applications
@@ -11,14 +11,12 @@ pkgbase = dolphin-plugins
makedepends = ktexteditor5
depends = dolphin
optdepends = ktexteditor5: Mercurial plugin
- source =
https://download.kde.org/stable/release-service/23.08.3/src/dolphin-plugins-23.08.3.tar.xz
- source =
https://download.kde.org/stable/release-service/23.08.3/src/dolphin-plugins-23.08.3.tar.xz.sig
- source =
https://invent.kde.org/sdk/dolphin-plugins/-/commit/aec8511a.patch
+ source =
https://download.kde.org/stable/release-service/23.08.4/src/dolphin-plugins-23.08.4.tar.xz
+ source =
https://download.kde.org/stable/release-service/23.08.4/src/dolphin-plugins-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
- sha256sums =
094dfe8e674e6a0c01ee4415f47ae6312eb39df11ae18c86ec096bf056b1a768
+ sha256sums =
9c411fdf09f506b9952017b41d7f46e0696ac2ae46da1489735e47d35fab33d4
sha256sums = SKIP
- sha256sums =
f60800c763e570b411e587e03e65af85af4cca1e627e09e9e1fd68b21606e2ef
pkgname = dolphin-plugins
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=dolphin-plugins
-pkgver=23.08.3
-pkgrel=2
+pkgver=23.08.4
+pkgrel=1
pkgdesc='Extra Dolphin plugins'
arch=(x86_64)
url='https://apps.kde.org/dolphin_plugins/'
@@ -13,19 +13,13 @@ depends=(dolphin)
makedepends=(extra-cmake-modules ktexteditor5)
optdepends=('ktexteditor5: Mercurial plugin')
groups=(kde-applications kdesdk)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
- https://invent.kde.org/sdk/dolphin-plugins/-/commit/aec8511a.patch)
-sha256sums=('094dfe8e674e6a0c01ee4415f47ae6312eb39df11ae18c86ec096bf056b1a768'
- 'SKIP'
- 'f60800c763e570b411e587e03e65af85af4cca1e627e09e9e1fd68b21606e2ef')
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('9c411fdf09f506b9952017b41d7f46e0696ac2ae46da1489735e47d35fab33d4'
+ 'SKIP')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
-prepare() {
- patch -d $pkgname-$pkgver -p1 < aec8511a.patch # Fix mount ISO plugin with
shared-mime-info 2.3
-}
-
build() {
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolphin-plugins/-/compare/763be3aa702ba52cdf4c55a786c5e74c0ececbba...d76c431d35e6aff02eb0403e42a7001a7c6961c6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolphin-plugins/-/compare/763be3aa702ba52cdf4c55a786c5e74c0ececbba...d76c431d35e6aff02eb0403e42a7001a7c6961c6
You're receiving this email because of your account on gitlab.archlinux.org.