void-packages/srcpkgs/qqc2-desktop-style/template
2021-07-15 21:21:45 +02:00

21 lines
797 B
Bash

# Template file for 'qqc2-desktop-style'
pkgname=qqc2-desktop-style
version=5.84.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=1c0b8803512135b7c63c3978fd7230a264486b95c1bd4925e422f968a045e66f
qqc2-desktop-style-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/cmake
}
}