kf6-kguiaddons: for qt6-6.7
This commit is contained in:
parent
f4cafd2482
commit
8d917e7b70
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'kf6-kguiaddons'
|
||||
pkgname=kf6-kguiaddons
|
||||
version=6.3.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
||||
wayland-devel pkg-config qt6-wayland-tools"
|
||||
makedepends="qt6-wayland-devel plasma-wayland-protocols wayland-devel"
|
||||
makedepends="qt6-wayland-private-devel plasma-wayland-protocols wayland-devel
|
||||
qt6-base-private-devel"
|
||||
depends="kf6-kguiaddons-geo-uri-handler"
|
||||
short_desc="Addons to QtGui"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
|
@ -23,7 +24,7 @@ kf6-kguiaddons-geo-uri-handler_package() {
|
|||
}
|
||||
|
||||
kf6-kguiaddons-devel_package() {
|
||||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends//private-} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in New Issue