Date: Thursday, January 21, 2021 @ 19:14:31 Author: arojas Revision: 406595
Plasma 5.21 beta Added: plasma-firewall/ plasma-firewall/kde-unstable/ plasma-firewall/kde-unstable/PKGBUILD ----------+ PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) Added: plasma-firewall/kde-unstable/PKGBUILD =================================================================== --- plasma-firewall/kde-unstable/PKGBUILD (rev 0) +++ plasma-firewall/kde-unstable/PKGBUILD 2021-01-21 19:14:31 UTC (rev 406595) @@ -0,0 +1,32 @@ +# Maintainer: Antonio Rojas <[email protected]> + +pkgname=plasma-firewall +pkgver=5.20.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=(kcmutils plasma-framework) +makedepends=(extra-cmake-modules) +optdepends=('iproute2: netstat backend' + 'firewalld: firewalld backend' + 'ufw: ufw backend') +groups=(plasma) +sha256sums=('b3cafaf22ce0add35d460b111ce1df8bb673fccbc10cfe079cf12bd3ae72e527' + '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 \ + -DLIBEXEC_INSTALL_DIR=lib + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}
