Date: Wednesday, October 26, 2022 @ 13:22:31
Author: arojas
Revision: 459115
archrelease: copy trunk to extra-x86_64
Added:
plasma-nm/repos/extra-x86_64/PKGBUILD
(from rev 459114, plasma-nm/trunk/PKGBUILD)
plasma-nm/repos/extra-x86_64/keys/
Deleted:
plasma-nm/repos/extra-x86_64/PKGBUILD
plasma-nm/repos/extra-x86_64/keys/
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-26 13:22:18 UTC (rev 459114)
+++ PKGBUILD 2022-10-26 13:22:31 UTC (rev 459115)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=plasma-nm
-pkgver=5.26.1
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=(x86_64)
-url='https://kde.org/plasma-desktop/'
-license=(GPL2)
-depends=(plasma-workspace modemmanager-qt networkmanager-qt qca-qt5)
-makedepends=(extra-cmake-modules openconnect)
-optdepends=('openconnect: Cisco AnyConnect VPN plugin')
-groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('519876cdebdc0f1c45368e02c102297591192b49186926299ba0b61f1d6ab8ff'
- 'SKIP')
-validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
- '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
- 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
<[email protected]>
- '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin
<[email protected]>
-options=(debug)
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 459114,
plasma-nm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-26 13:22:31 UTC (rev 459115)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=plasma-nm
+pkgver=5.26.2
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(GPL2)
+depends=(plasma-workspace modemmanager-qt networkmanager-qt qca-qt5)
+makedepends=(extra-cmake-modules openconnect)
+optdepends=('openconnect: Cisco AnyConnect VPN plugin')
+groups=(plasma)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('fdbaf7def00f42b50abc20e45ce491e495c595a46672dd1ecccaf0585731eb61'
+ 'SKIP')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
<[email protected]>
+ '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin
<[email protected]>
+options=(debug)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}