mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kf6-kio: fix devel-depends
This commit is contained in:
parent
7e2daf434b
commit
ce8d337abe
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kf6-kio'
|
# Template file for 'kf6-kio'
|
||||||
pkgname=kf6-kio
|
pkgname=kf6-kio
|
||||||
version=6.1.0
|
version=6.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
||||||
|
@ -46,7 +46,7 @@ do_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
kf6-kio-devel_package() {
|
kf6-kio-devel_package() {
|
||||||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends/qt6-tools-devel/} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue