mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
plasma-workspace: update to 6.4.3.
This commit is contained in:
parent
f629e21f43
commit
1c59bac3e5
2 changed files with 16 additions and 5 deletions
1
srcpkgs/plasma-workspace-x11
Symbolic link
1
srcpkgs/plasma-workspace-x11
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
plasma-workspace
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'plasma-workspace'
|
# Template file for 'plasma-workspace'
|
||||||
pkgname=plasma-workspace
|
pkgname=plasma-workspace
|
||||||
version=6.3.3
|
version=6.4.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
||||||
|
@ -19,18 +19,19 @@ makedepends="qt6-declarative-devel libplasma-devel qt6-base-private-devel
|
||||||
libXft-devel libkf6screen-devel plasma5support-devel
|
libXft-devel libkf6screen-devel plasma5support-devel
|
||||||
plasma-activities-stats-devel kf6-kwallet-devel plasma-activities-devel
|
plasma-activities-stats-devel kf6-kwallet-devel plasma-activities-devel
|
||||||
kf6-kded-devel kf6-networkmanager-qt-devel kf6-kirigami-devel
|
kf6-kded-devel kf6-networkmanager-qt-devel kf6-kirigami-devel
|
||||||
kf6-ksvg-devel kf6-kdeclarative-devel kf6-kwayland-devel
|
kf6-ksvg-devel kf6-kdeclarative-devel kf6-kwayland-devel qt6-location-devel
|
||||||
kscreenlocker-devel plasma-wayland-protocols qt6-position-devel
|
kscreenlocker-devel plasma-wayland-protocols qt6-position-devel
|
||||||
kf6-kuserfeedback-devel phonon-devel polkit-qt6-devel qt6-wayland-private-devel
|
kf6-kuserfeedback-devel phonon-devel polkit-qt6-devel qt6-wayland-private-devel
|
||||||
kpipewire-devel kirigami-addons-devel libkexiv2-devel qcoro-qt6-devel"
|
kpipewire-devel kirigami-addons-devel libkexiv2-devel qcoro-qt6-devel
|
||||||
|
qt6-declarative-private-devel"
|
||||||
depends="kactivitymanagerd kwin iso-codes milou plasma-integration kpipewire
|
depends="kactivitymanagerd kwin iso-codes milou plasma-integration kpipewire
|
||||||
qt6-wayland xorg-server-xwayland qt6-tools kf6-kquickcharts kirigami-addons"
|
qt6-wayland xorg-server-xwayland qt6-tools kf6-kquickcharts kirigami-addons"
|
||||||
short_desc="KDE Window manager"
|
short_desc="KDE Plasma Workspace"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-2.0-or-later, GFDL-1.2-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, GFDL-1.2-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/plasma/plasma-workspace"
|
homepage="https://invent.kde.org/plasma/plasma-workspace"
|
||||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=3bd723882c108ab3a1e4f41e1f60c3a554ebd59bdac071d63e3ce1e93c609542
|
checksum=7254f285a91ec802b0612a7adb242d98362accdff866fc1285bb65b8048dedb8
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
makedepends+=" libxcrypt-devel"
|
makedepends+=" libxcrypt-devel"
|
||||||
|
@ -43,6 +44,15 @@ kworkspace_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plasma-workspace-x11_package() {
|
||||||
|
short_desc+=" - X11 Session"
|
||||||
|
depends="${sourcepkg} kwin-x11"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin/startplasma-x11
|
||||||
|
vmove usr/share/xsessions/plasmax11.desktop
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
plasma-workspace-devel_package() {
|
plasma-workspace-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${makedepends//private-} kworkspace>=${version}_${revision}
|
depends="${makedepends//private-} kworkspace>=${version}_${revision}
|
||||||
|
|
Loading…
Add table
Reference in a new issue