22 lines
797 B
Bash
22 lines
797 B
Bash
# Template file for 'qqc2-desktop-style'
|
|
pkgname=qqc2-desktop-style
|
|
version=5.96.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=087d2a38a52a96fd3cf6662fa31a7500f3251847f5bf5185b2496b4e46dbc939
|
|
|
|
qqc2-desktop-style-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/lib/cmake
|
|
}
|
|
}
|