[arch-commits] Commit in plasma-thunderbolt/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Jan 4 10:48:57 UTC 2022
Date: Tuesday, January 4, 2022 @ 10:48:57
Author: arojas
Revision: 433401
archrelease: copy trunk to extra-x86_64
Added:
plasma-thunderbolt/repos/extra-x86_64/PKGBUILD
(from rev 433400, plasma-thunderbolt/trunk/PKGBUILD)
Deleted:
plasma-thunderbolt/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-04 10:48:47 UTC (rev 433400)
+++ PKGBUILD 2022-01-04 10:48:57 UTC (rev 433401)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=plasma-thunderbolt
-pkgver=5.23.4
-pkgrel=1
-pkgdesc='Plasma integration for controlling Thunderbolt devices'
-arch=(x86_64)
-url='https://kde.org/plasma-desktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(bolt systemsettings)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('ff8382767c997952f2f77799eac007364f60a190a691f0323acd9bca3111b63c'
- '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>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: plasma-thunderbolt/repos/extra-x86_64/PKGBUILD (from rev 433400, plasma-thunderbolt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-04 10:48:57 UTC (rev 433401)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-thunderbolt
+pkgver=5.23.5
+pkgrel=1
+pkgdesc='Plasma integration for controlling Thunderbolt devices'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+groups=(plasma)
+depends=(bolt systemsettings)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('790fae6c3b163a4d3e3c293ae6df250cef3660dfde51b903de94a643b84890c5'
+ '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>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list