mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kf6-kwayland: for qt6-6.7
This commit is contained in:
parent
db7537ba4b
commit
ef1dcc1e17
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'kf6-kwayland'
|
# Template file for 'kf6-kwayland'
|
||||||
pkgname=kf6-kwayland
|
pkgname=kf6-kwayland
|
||||||
version=6.0.5
|
version=6.0.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
hostmakedepends="kf6-kcoreaddons pkg-config extra-cmake-modules qt6-tools qt6-base
|
hostmakedepends="kf6-kcoreaddons pkg-config extra-cmake-modules qt6-tools qt6-base
|
||||||
wayland-devel"
|
wayland-devel"
|
||||||
makedepends="qt6-tools-devel MesaLib-devel wayland-devel wayland-protocols qt6-wayland-devel
|
makedepends="qt6-tools-devel MesaLib-devel wayland-devel wayland-protocols qt6-wayland-private-devel
|
||||||
libxkbcommon-devel plasma-wayland-protocols"
|
libxkbcommon-devel plasma-wayland-protocols qt6-base-private-devel"
|
||||||
short_desc="Qt-style client and server library wrapper for Wayland libraries"
|
short_desc="Qt-style client and server library wrapper for Wayland libraries"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
@ -17,7 +17,7 @@ checksum=a8b88411d2ad9497e27d6dbd95d647de5ebe6314561e7a8d935fd79b2fe7ae84
|
||||||
|
|
||||||
kf6-kwayland-devel_package() {
|
kf6-kwayland-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
depends="${makedepends//private-} ${sourcepkg}-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue