Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
plasma-thunderbolt
Commits:
c8f21b33 by Antonio Rojas at 2024-01-11T08:28:27+01:00
Revert "upgpkg: 5.92.0-1: Plasma 6 RC"
This reverts commit ab3b9ebfd9e47e89596fe39189eb8859861fd1ac.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = plasma-thunderbolt
pkgdesc = Plasma integration for controlling Thunderbolt devices
- pkgver = 5.92.0
+ pkgver = 5.27.10
pkgrel = 1
url = https://kde.org/plasma-desktop/
arch = x86_64
@@ -8,22 +8,14 @@ pkgbase = plasma-thunderbolt
license = LGPL
makedepends = extra-cmake-modules
depends = bolt
- depends = gcc-libs
- depends = glibc
- depends = kcmutils
- depends = kcoreaddons
- depends = kdbusaddons
- depends = ki18n
- depends = knotifications
- depends = qt6-base
- depends = qt6-declarative
- source =
https://download.kde.org/unstable/plasma/5.92.0/plasma-thunderbolt-5.92.0.tar.xz
- source =
https://download.kde.org/unstable/plasma/5.92.0/plasma-thunderbolt-5.92.0.tar.xz.sig
+ depends = systemsettings
+ source =
https://download.kde.org/stable/plasma/5.27.10/plasma-thunderbolt-5.27.10.tar.xz
+ source =
https://download.kde.org/stable/plasma/5.27.10/plasma-thunderbolt-5.27.10.tar.xz.sig
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
- sha256sums =
939a6b6c5835cac1580d8e120af4c67693ca1e046dc55c14e43c2af227fff483
+ sha256sums =
4d245ee5cb373d8cab39939e11002ee983c0f223070c30d2fba76f4c70306196
sha256sums = SKIP
pkgname = plasma-thunderbolt
=====================================
PKGBUILD
=====================================
@@ -1,27 +1,18 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=plasma-thunderbolt
-pkgver=5.92.0
+pkgver=5.27.10
_dirver=$(echo $pkgver | cut -d. -f1-3)
pkgrel=1
pkgdesc='Plasma integration for controlling Thunderbolt devices'
arch=(x86_64)
url='https://kde.org/plasma-desktop/'
license=(LGPL)
-depends=(bolt
- gcc-libs
- glibc
- kcmutils
- kcoreaddons
- kdbusaddons
- ki18n
- knotifications
- qt6-base
- qt6-declarative)
-makedepends=(extra-cmake-modules)
groups=(plasma)
-source=(https://download.kde.org/unstable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('939a6b6c5835cac1580d8e120af4c67693ca1e046dc55c14e43c2af227fff483'
+depends=(bolt systemsettings)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('4d245ee5cb373d8cab39939e11002ee983c0f223070c30d2fba76f4c70306196'
'SKIP')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
@@ -29,7 +20,7 @@ validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' #
Jonathan Esk-Riddell
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin
<[email protected]>
build() {
- cmake -B build -S $pkgname-$pkgver \
+ cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/plasma-thunderbolt/-/commit/c8f21b33888fb27bde41dcdda788a88b314cdab7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/plasma-thunderbolt/-/commit/c8f21b33888fb27bde41dcdda788a88b314cdab7
You're receiving this email because of your account on gitlab.archlinux.org.