mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +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'
|
||||
pkgname=kf6-kwayland
|
||||
version=6.0.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="kf6-kcoreaddons pkg-config extra-cmake-modules qt6-tools qt6-base
|
||||
wayland-devel"
|
||||
makedepends="qt6-tools-devel MesaLib-devel wayland-devel wayland-protocols qt6-wayland-devel
|
||||
libxkbcommon-devel plasma-wayland-protocols"
|
||||
makedepends="qt6-tools-devel MesaLib-devel wayland-devel wayland-protocols qt6-wayland-private-devel
|
||||
libxkbcommon-devel plasma-wayland-protocols qt6-base-private-devel"
|
||||
short_desc="Qt-style client and server library wrapper for Wayland libraries"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
|
@ -17,7 +17,7 @@ checksum=a8b88411d2ad9497e27d6dbd95d647de5ebe6314561e7a8d935fd79b2fe7ae84
|
|||
|
||||
kf6-kwayland-devel_package() {
|
||||
short_desc+=" - development"
|
||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||
depends="${makedepends//private-} ${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue