Date: Thursday, May 19, 2022 @ 17:49:27
  Author: arojas
Revision: 446083

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 446082, plasma-desktop/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

Copied: plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD (from rev 446082, 
plasma-desktop/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2022-05-19 17:49:27 UTC (rev 446083)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=plasma-desktop
+pkgver=5.24.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)
+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)
+groups=(plasma)
+sha256sums=('10c418d2bedf8c4cf824615844aee03c60a320367c79846756d62ce380be29f7'
+            'SKIP')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan 
Esk-Riddell <j...@jriddell.org>
+              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 
<bs...@kde.org>
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 
<davidedmund...@kde.org>
+              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 
<notm...@gmail.com>
+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
+}

Reply via email to