Date: Wednesday, November 30, 2022 @ 21:43:43
Author: arojas
Revision: 462830
archrelease: copy trunk to extra-x86_64
Added:
plasma-settings/repos/extra-x86_64/PKGBUILD
(from rev 462829, plasma-settings/trunk/PKGBUILD)
plasma-settings/repos/extra-x86_64/keys/
Deleted:
plasma-settings/repos/extra-x86_64/PKGBUILD
plasma-settings/repos/extra-x86_64/keys/
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-30 21:43:30 UTC (rev 462829)
+++ PKGBUILD 2022-11-30 21:43:43 UTC (rev 462830)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=plasma-settings
-pkgver=22.09
-pkgrel=1
-pkgdesc='Settings application for Plasma Mobile'
-url='https://plasma-mobile.org/'
-arch=(x86_64)
-license=(GPL)
-depends=(kirigami-addons networkmanager-qt modemmanager-qt plasma-framework)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('6a3aaf404c2c9f2fc98b376a4539069ddd4c793056121b4846ea883fd9c9024b'
- 'SKIP')
-validpgpkeys=(0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah
(mykolab address) <[email protected]>
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: plasma-settings/repos/extra-x86_64/PKGBUILD (from rev 462829,
plasma-settings/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-30 21:43:43 UTC (rev 462830)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=plasma-settings
+pkgver=22.11
+pkgrel=1
+pkgdesc='Settings application for Plasma Mobile'
+url='https://plasma-mobile.org/'
+arch=(x86_64)
+license=(GPL)
+depends=(kirigami-addons networkmanager-qt modemmanager-qt plasma-framework)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('b2e01bd415dd20872281f636496d1db617a5b84e5e6dc63b9f9fd8c5e80de75d'
+ 'SKIP')
+validpgpkeys=(0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah
(mykolab address) <[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}