[arch-commits] Commit in plasma-firewall/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Feb 15 15:51:22 UTC 2022


    Date: Tuesday, February 15, 2022 @ 15:51:22
  Author: arojas
Revision: 437406

archrelease: copy trunk to extra-x86_64

Added:
  plasma-firewall/repos/extra-x86_64/PKGBUILD
    (from rev 437405, plasma-firewall/trunk/PKGBUILD)
Deleted:
  plasma-firewall/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-15 15:51:13 UTC (rev 437405)
+++ PKGBUILD	2022-02-15 15:51:22 UTC (rev 437406)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=plasma-firewall
-pkgver=5.24.0
-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/stable/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=('61ad9befa496d71b31442ccd6457a3111b1c8d31b674f1bad4131f5248205cca'
-            '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>
-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DLIBEXEC_INSTALL_DIR=lib
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: plasma-firewall/repos/extra-x86_64/PKGBUILD (from rev 437405, plasma-firewall/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-15 15:51:22 UTC (rev 437406)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-firewall
+pkgver=5.24.1
+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/stable/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=('492bfe985bd9429efd706b02431da3efaeed94e9bb6da17223951d06f3987aef'
+            '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>
+options=(debug)
+
+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