Skip to content

Commit

Permalink
kf6-solid: cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed Dec 16, 2024
1 parent 6216129 commit 0fa8253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/kf6-solid/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kf6-solid'
pkgname=kf6-solid
version=6.8.0
revision=1
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-tools qt6-base flex pkg-config"
makedepends="qt6-base-devel libmount-devel libplist-devel
Expand All @@ -16,7 +16,7 @@ distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.x
checksum=ace5145f59db548bcf423cb6b70fd870fefba37f07a649164394a802b3ca7941

kf6-solid-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
depends="qt6-base-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
Expand Down

0 comments on commit 0fa8253

Please sign in to comment.