summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2024-03-11 02:28:20 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2024-03-11 13:50:10 -0400
commit5b30db3f41b2b4634288692c4fe97e432ec8e41f (patch)
tree701a6091888f51e90117f7478d4882bb568eaad7
parent7585454b40cfc5091af81f60605de98a0aecbc48 (diff)
kinfocenter: upgrade to v6.0.1
-rw-r--r--libre/kinfocenter/PKGBUILD44
1 files changed, 39 insertions, 5 deletions
diff --git a/libre/kinfocenter/PKGBUILD b/libre/kinfocenter/PKGBUILD
index d2831a6cb..9049f5372 100644
--- a/libre/kinfocenter/PKGBUILD
+++ b/libre/kinfocenter/PKGBUILD
@@ -3,8 +3,14 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Maintainer: Parabola Hackers <dev@lists.parabola.nu>
+
+# parabola changes and rationale:
+# - build without blacklisted 'fwupd'
+# - remove blacklisted 'fwupd' from optdepends
+
+
pkgname=kinfocenter
-pkgver=5.27.8
+pkgver=6.0.1
_dirver=$(echo $pkgver | cut -d. -f1-3)
pkgrel=1
pkgrel+=.parabola1
@@ -12,13 +18,41 @@ pkgdesc='A utility that provides information about a computer system'
arch=(x86_64)
arch+=(armv7h i686)
url='https://kde.org/plasma-desktop/'
+#license=(LGPL-2.0-or-later) # TODO:
license=(LGPL)
-depends=(systemsettings glu vulkan-tools wayland-utils xorg-xdpyinfo mesa-utils fwupd aha dmidecode clinfo)
-depends=( ${depends[*]/fwupd/} )
-makedepends=(extra-cmake-modules plasma-framework kdoctools)
+depends=(aha
+ clinfo
+ dmidecode
+ gcc-libs
+ glibc
+ glu
+ kauth
+ kcmutils
+ kconfig
+ kcoreaddons
+ kdeclarative
+ ki18n
+ kio
+ kirigami
+ kservice
+ kwidgetsaddons
+ libusb
+ mesa-utils
+ qt6-base
+ qt6-declarative
+ sh
+ solid
+ systemsettings
+ vulkan-tools
+ wayland-utils
+ xorg-xdpyinfo)
+makedepends=(extra-cmake-modules
+ fwupd
+ kdoctools)
+makedepends=( ${makedepends[*]/fwupd/} ) # non-free
groups=(plasma)
source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('af6f629f68bab369721977f0e1749cf1d2d1b11234dfd4c7329a42120faad9cc'
+sha256sums=('14fecb3bf304e6c237789d962fea3fbc7256b0403075ed9bf4aebad58f8896e0'
'SKIP')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>