Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
plasma-integration
Commits:
ae1076a7 by Antonio Rojas at 2025-02-11T16:01:28+01:00
upgpkg: 6.3.0-2: Qt 6.9 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = plasma-integration
pkgdesc = Qt Platform Theme integration plugins for the Plasma
workspaces
pkgver = 6.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma
@@ -47,12 +47,14 @@ pkgbase = plasma-integration
depends = wayland
source =
https://download.kde.org/stable/plasma/6.3.0/plasma-integration-6.3.0.tar.xz
source =
https://download.kde.org/stable/plasma/6.3.0/plasma-integration-6.3.0.tar.xz.sig
+ source =
https://invent.kde.org/plasma/plasma-integration/-/commit/153da40b.patch
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
sha256sums =
e082f45c71807e4a41a5fee0eee3f2734728b8c8ded041e2f944b75306869433
sha256sums = SKIP
+ sha256sums =
f4774cce352bab4b40130a16ba9cdd59bc333dd8293e2317c82e602be64e0c82
pkgname = plasma-integration
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgname=(plasma-integration
plasma5-integration)
pkgver=6.3.0
_dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
pkgdesc='Qt Platform Theme integration plugins for the Plasma workspaces'
arch=(x86_64)
url='https://kde.org/plasma-desktop/'
@@ -51,14 +51,20 @@ makedepends=(extra-cmake-modules
qt5-wayland
qt5-x11extras)
groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig}
+
https://invent.kde.org/plasma/plasma-integration/-/commit/153da40b.patch)
sha256sums=('e082f45c71807e4a41a5fee0eee3f2734728b8c8ded041e2f944b75306869433'
- 'SKIP')
+ 'SKIP'
+ 'f4774cce352bab4b40130a16ba9cdd59bc333dd8293e2317c82e602be64e0c82')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
<[email protected]>
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin
<[email protected]>
+prepare() {
+ patch -d $pkgname-$pkgver -Rp1 < 153da40b.patch # Temporary revert until Qt
6.9 beta 3 is out
+}
+
build() {
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/plasma-integration/-/commit/ae1076a736050967f0a6c9a48ab47f63b7af7b5a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/plasma-integration/-/commit/ae1076a736050967f0a6c9a48ab47f63b7af7b5a
You're receiving this email because of your account on gitlab.archlinux.org.