Date: Thursday, May 13, 2021 @ 17:15:26
Author: arojas
Revision: 415437
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
plasma-firewall/repos/kde-unstable-x86_64/PKGBUILD
(from rev 415436, plasma-firewall/kde-unstable/PKGBUILD)
Deleted:
plasma-firewall/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-13 17:12:19 UTC (rev 415436)
+++ PKGBUILD 2021-05-13 17:15:26 UTC (rev 415437)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=plasma-firewall
-pkgver=5.21.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=('5f3a3d61ba91de4f5a1b6b4fc6ce46fcf847f51653dcac2d0f2987e8b4cc2d3d'
- '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
-}
Copied: plasma-firewall/repos/kde-unstable-x86_64/PKGBUILD (from rev 415436,
plasma-firewall/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-13 17:15:26 UTC (rev 415437)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=plasma-firewall
+pkgver=5.21.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=('5f3a3d61ba91de4f5a1b6b4fc6ce46fcf847f51653dcac2d0f2987e8b4cc2d3d'
+ '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
+}