Date: Wednesday, September 14, 2022 @ 06:21:37
Author: arojas
Revision: 456086
archrelease: copy trunk to extra-x86_64
Added:
plasma-integration/repos/extra-x86_64/PKGBUILD
(from rev 456085, plasma-integration/trunk/PKGBUILD)
plasma-integration/repos/extra-x86_64/keys/
Deleted:
plasma-integration/repos/extra-x86_64/PKGBUILD
plasma-integration/repos/extra-x86_64/keys/
----------+
PKGBUILD | 68 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 37 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-14 06:21:27 UTC (rev 456085)
+++ PKGBUILD 2022-09-14 06:21:37 UTC (rev 456086)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=plasma-integration
-pkgver=5.25.5
-pkgrel=1
-pkgdesc='Qt Platform Theme integration plugins for the Plasma workspaces'
-arch=(x86_64)
-url='https://kde.org/plasma-desktop/'
-license=(LGPL)
-depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style perl)
-makedepends=(extra-cmake-modules breeze plasma-wayland-protocols)
-groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('d90fe6322b0a410df1ac7ed2e20ea087479420847494ac1473287ef198294bdd'
- 'SKIP')
-validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
- '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
- 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
<[email protected]>
- '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin
<[email protected]>
-options=(debug)
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: plasma-integration/repos/extra-x86_64/PKGBUILD (from rev 456085,
plasma-integration/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-14 06:21:37 UTC (rev 456086)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=plasma-integration
+pkgver=5.25.5
+pkgrel=2
+pkgdesc='Qt Platform Theme integration plugins for the Plasma workspaces'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style perl)
+makedepends=(extra-cmake-modules breeze plasma-wayland-protocols)
+groups=(plasma)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+
https://invent.kde.org/plasma/plasma-integration/-/commit/52bd3c9c.patch)
+sha256sums=('d90fe6322b0a410df1ac7ed2e20ea087479420847494ac1473287ef198294bdd'
+ 'SKIP'
+ 'ac575283c127575f366df2ed370867d12d2d938a7b7abfaa53b4f0da416f5042')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
<[email protected]>
+ '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin
<[email protected]>
+options=(debug)
+
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < 52bd3c9c.patch # Fix Wayland on NVIDIA
+}
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}