mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
plasma-framework: fix conflicts with libplasma
This commit is contained in:
parent
5b4e07f57e
commit
0832b1714b
1 changed files with 7 additions and 4 deletions
|
@ -1,14 +1,17 @@
|
||||||
# Template file for 'plasma-framework'
|
# Template file for 'plasma-framework'
|
||||||
pkgname=plasma-framework
|
pkgname=plasma-framework
|
||||||
version=5.115.0
|
version=5.115.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
build_helper=qemu
|
||||||
|
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson
|
||||||
|
-DBUILD_DESKTOPTHEMES=OFF"
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config
|
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config
|
||||||
kpackage kconfig python3 qt5-host-tools qt5-qmake gettext kdoctools"
|
kpackage kconfig python3 qt5-host-tools qt5-qmake gettext kdoctools"
|
||||||
makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel kirigami2-devel
|
makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel kirigami2-devel
|
||||||
$(vopt_if wayland kwayland-devel) kconfig-devel"
|
$(vopt_if wayland kwayland-devel) kconfig-devel"
|
||||||
depends="qt5-quickcontrols qt5-graphicaleffects qt5-multimedia"
|
depends="qt5-quickcontrols qt5-graphicaleffects qt5-multimedia
|
||||||
|
libplasma"
|
||||||
checkdepends="mesa-dri"
|
checkdepends="mesa-dri"
|
||||||
short_desc="Foundational libraries, components, and tools of the Plasma workspaces"
|
short_desc="Foundational libraries, components, and tools of the Plasma workspaces"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
|
@ -27,7 +30,7 @@ build_options="wayland"
|
||||||
build_options_default="wayland"
|
build_options_default="wayland"
|
||||||
|
|
||||||
plasma-framework-devel_package() {
|
plasma-framework-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development files"
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue