void-packages/srcpkgs/qqc2-desktop-style/template
2021-11-21 00:17:25 +01:00

22 lines
797 B
Bash

# Template file for 'qqc2-desktop-style'
pkgname=qqc2-desktop-style
version=5.88.0
revision=1
build_style=cmake
hostmakedepends="kcoreaddons qt5-qmake qt5-host-tools extra-cmake-modules"
makedepends="kirigami2-devel kiconthemes-devel"
short_desc="Style for Qt Quick Controls 2 to make it follow your desktop theme"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.0-or-later, LGPL-3.0-only, GPL-2.0-or-later"
homepage="https://invent.kde.org/frameworks/qqc2-desktop-style"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=a2f4afa088a81b6e9367c08c341e721d4a92832ff26b0889ae3566f37247445f
qqc2-desktop-style-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/cmake
}
}