Skip to content
Snippets Groups Projects

community/plasma-workspace: upgrade to 6.0.5.1

Merged Bart Ribbers requested to merge PureTryOut/aports:community_plasma-workspace into master
@@ -4,7 +4,7 @@
# The group tag is just to easily find this APKBUILD by some scripts for automation
# group=kde-plasma
pkgname=plasma-workspace
pkgver=6.0.5
pkgver=6.0.5.1
pkgrel=0
pkgdesc="KDE Plasma Workspace"
# armhf blocked by extra-cmake-modules
@@ -111,10 +111,14 @@ subpackages="
sddm-breeze:sddm_breeze
"
_repo_url="https://invent.kde.org/plasma/plasma-workspace.git"
source="https://download.kde.org/stable/plasma/$pkgver/plasma-workspace-$pkgver.tar.xz
source="https://download.kde.org/stable/plasma/${pkgver%.*}/plasma-workspace-$pkgver.tar.xz
sddm.conf
"
# secfixes:
# 6.0.5.1:
# - CVE-2024-36041
build() {
# reduce size of debug syms
CFLAGS="$CFLAGS -O2 -g1" CXXFLAGS="$CXXFLAGS -O2 -g1" \
@@ -179,6 +183,6 @@ sddm_breeze() {
}
sha512sums="
e6ad1ee600ae95cbbb4e565178f6b03f81f7139188d48ccb846337034227c8520cc2aaad70cfe6161204b16fe791f6578587493b242feb5f14f70602930140ed plasma-workspace-6.0.5.tar.xz
aa0bb7d52e95b0cfec18f68a22becaeafc1e7da0bf8540328b841cb5deb1296a875f41816adf130f0b1c02bfa19abece58516aa95b17a1f621cfb0cc081772bf plasma-workspace-6.0.5.1.tar.xz
affbeec6d236bf09ae95b7bf478015ead9b5eabcffa8291107e34463bc3f7563c01d4e444e035b7eb575700e64c4da9f5079950b254b8c24b305845f031eb17f sddm.conf
"
Loading