Date: Tuesday, June 8, 2021 @ 11:40:31
Author: arojas
Revision: 417395
archrelease: copy trunk to testing-x86_64
Added:
plasma-desktop/repos/testing-x86_64/
plasma-desktop/repos/testing-x86_64/PKGBUILD
(from rev 417394, plasma-desktop/trunk/PKGBUILD)
----------+
PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
Copied: plasma-desktop/repos/testing-x86_64/PKGBUILD (from rev 417394,
plasma-desktop/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-06-08 11:40:31 UTC (rev 417395)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=plasma-desktop
+pkgver=5.22.0
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+depends=(gawk kdelibs4support polkit-kde-agent libxkbfile kmenuedit
systemsettings baloo accountsservice xdg-user-dirs)
+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')
+replaces=(user-manager knetattach)
+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)
+groups=(plasma)
+sha256sums=('f4f8980036157e84aba53181f188bbd45c455408ee411c1df1b12dbac1c0d8a9'
+ 'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell
<[email protected]>
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
<[email protected]>
+ '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}