Date: Thursday, May 19, 2022 @ 17:48:51
Author: arojas
Revision: 446079
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kwayland-integration/repos/kde-unstable-x86_64/
kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 446078, kwayland-integration/kde-unstable/PKGBUILD)
kwayland-integration/repos/kde-unstable-x86_64/no-guiaddons.patch
(from rev 446078, kwayland-integration/kde-unstable/no-guiaddons.patch)
--------------------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
no-guiaddons.patch | 12 ++++++++++++
2 files changed, 48 insertions(+)
Copied: kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev
446078, kwayland-integration/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2022-05-19 17:48:51 UTC (rev 446079)
@@ -0,0 +1,36 @@
+# Maintainer:Antonio Rojas <[email protected]>
+
+pkgname=kwayland-integration
+pkgver=5.24.90
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the
wayland windowing system'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules wayland-protocols)
+groups=(plasma)
+source=(https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+ no-guiaddons.patch)
+sha256sums=('b661df1002381ea593ac68a15e6d813d60c7a72e6fe7767e4021580db24a3ba4'
+ 'SKIP'
+ '412edbe91c4b4b130f3d35d57eeb5e19bca6b146103065facd1c9f4f98e9c8d8')
+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 < no-guiaddons.patch
+}
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
Copied: kwayland-integration/repos/kde-unstable-x86_64/no-guiaddons.patch (from
rev 446078, kwayland-integration/kde-unstable/no-guiaddons.patch)
===================================================================
--- kde-unstable-x86_64/no-guiaddons.patch (rev 0)
+++ kde-unstable-x86_64/no-guiaddons.patch 2022-05-19 17:48:51 UTC (rev
446079)
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5ae54cf..9796b00 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -36,7 +36,6 @@ find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG
REQUIRED COMPONENTS
+ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+ IdleTime
+ WindowSystem
+- GuiAddons
+ Wayland
+ )
+