Date: Saturday, October 1, 2022 @ 17:52:43
  Author: arojas
Revision: 457065

Add plasma-settings

Added:
  plasma-settings/
  plasma-settings/trunk/
  plasma-settings/trunk/PKGBUILD

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

Added: plasma-settings/trunk/PKGBUILD
===================================================================
--- plasma-settings/trunk/PKGBUILD                              (rev 0)
+++ plasma-settings/trunk/PKGBUILD      2022-10-01 17:52:43 UTC (rev 457065)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=plasma-settings
+pkgver=22.09
+pkgrel=1
+pkgdesc='Settings application for Plasma Mobile'
+url='https://plasma-mobile.org/'
+arch=(x86_64)
+license=(GPL)
+depends=(kirigami-addons networkmanager-qt modemmanager-qt plasma-framework)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('6a3aaf404c2c9f2fc98b376a4539069ddd4c793056121b4846ea883fd9c9024b'
+            'SKIP')
+validpgpkeys=(0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah 
(mykolab address) <[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to