mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
kf6-kstatusnotifieritem: for qt6-6.7
This commit is contained in:
parent
26fda425c4
commit
3f841d5b68
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'kf6-kstatusnotifieritem'
|
||||
pkgname=kf6-kstatusnotifieritem
|
||||
version=6.3.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base "
|
||||
makedepends="kf6-kwindowsystem-devel"
|
||||
makedepends="kf6-kwindowsystem-devel qt6-base-private-devel"
|
||||
short_desc="Implementation of Status Notifier Items"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
|
@ -13,7 +13,7 @@ distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.x
|
|||
checksum=ce1f2e33d0dbe81a48f0040977b7b7aa7234f6a003173e395b3de5d783398cd8
|
||||
|
||||
kf6-kstatusnotifieritem-devel_package() {
|
||||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends//private-} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue