[arch-commits] Commit in plasma-firewall/repos (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jan 13 15:25:59 UTC 2022


    Date: Thursday, January 13, 2022 @ 15:25:59
  Author: arojas
Revision: 434389

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  plasma-firewall/repos/kde-unstable-x86_64/
  plasma-firewall/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 434388, plasma-firewall/kde-unstable/PKGBUILD)

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

Copied: plasma-firewall/repos/kde-unstable-x86_64/PKGBUILD (from rev 434388, plasma-firewall/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2022-01-13 15:25:59 UTC (rev 434389)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-firewall
+pkgver=5.23.90
+pkgrel=1
+pkgdesc='Control Panel for your system firewall'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(GPL LGPL)
+source=(https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+depends=(systemsettings)
+makedepends=(extra-cmake-modules)
+optdepends=('iproute2: netstat backend'
+            'firewalld: firewalld backend'
+            'ufw: ufw backend')
+groups=(plasma)
+sha256sums=('b61726b009270f4a3181288afec5d11a9f9cc43f77011f9b46202eacc2039fda'
+            'SKIP')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell <jr at jriddell.org>
+              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson <davidedmundson at kde.org>
+              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DLIBEXEC_INSTALL_DIR=lib
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list