Date: Thursday, September 15, 2022 @ 18:02:47
Author: arojas
Revision: 456200
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
plasma-desktop/repos/kde-unstable-x86_64/
plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 456199, plasma-desktop/kde-unstable/PKGBUILD)
plasma-desktop/repos/kde-unstable-x86_64/keys/
----------+
PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
Copied: plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD (from rev 456199,
plasma-desktop/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2022-09-15 18:02:47 UTC (rev 456200)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=plasma-desktop
+pkgver=5.25.90
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+source=(https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+depends=(gawk kdelibs4support polkit-kde-agent kmenuedit systemsettings baloo
xdg-user-dirs libibus)
+optdepends=('plasma-nm: Network manager applet'
+ 'powerdevil: power management, suspend and hibernate support'
+ 'kscreen: screen management'
+ 'ibus: kimpanel IBUS support'
+ 'scim: kimpanel SCIM support'
+ 'kaccounts-integration: OpenDesktop integration plugin'
+ 'packagekit-qt5: to install new krunner plugins')
+makedepends=(extra-cmake-modules kdoctools xf86-input-evdev
xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ scim kdesignerplugin kaccounts-integration intltool
packagekit-qt5 kinit wayland-protocols)
+groups=(plasma)
+sha256sums=('53fdf81bf2c4cde5f615b7bc6d4f92150ac8a74dcde2cecce71a450f4969e8da'
+ '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 \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}