mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
plasma-workspace: remove arch check for xorg-server-xwayland
This commit is contained in:
parent
c9e18a3081
commit
3298c541d5
1 changed files with 2 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'plasma-workspace'
|
||||
pkgname=plasma-workspace
|
||||
version=5.18.4.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules iso-codes pkg-config kdoctools kcoreaddons
|
||||
|
@ -13,7 +13,7 @@ makedepends="qt5-devel qt5-declarative-devel qt5-script-devel plasma-framework-d
|
|||
libqalculate-devel prison-devel kholidays-devel ksolid-devel kpeople-devel
|
||||
libkscreen-devel kactivities5-stats-devel"
|
||||
depends="kactivitymanagerd kwin iso-codes milou plasma-integration
|
||||
kquickcharts qt5-wayland"
|
||||
kquickcharts qt5-wayland xorg-server-xwayland"
|
||||
short_desc="KDE Window manager"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-2.0-or-later, GFDL-1.2-or-later, LGPL-2.1-or-later"
|
||||
|
@ -21,12 +21,6 @@ homepage="https://projects.kde.org/projects/plasma/plasma-workspace"
|
|||
distfiles="${KDE_SITE}/plasma/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=924d8401c3d1fe5d107b6d3facaf96c292f1d4972529831993056982f28b1601
|
||||
|
||||
# xorg-server-xwayland only exists for a few archs, see xorg-server/template
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*|aarch64*|ppc*|armv7l*)
|
||||
depends+=" xorg-server-xwayland" ;;
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"
|
||||
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
|
||||
|
|
Loading…
Add table
Reference in a new issue