New package: qqc2-desktop-style-5.48.0

[ci skip]
This commit is contained in:
John 2018-08-03 14:25:29 +02:00 committed by maxice8
parent 473d949880
commit fd2dd190d6
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1 @@
qqc2-desktop-style

View file

@ -0,0 +1,21 @@
# Template file for 'qqc2-desktop-style'
pkgname=qqc2-desktop-style
version=5.48.0
revision=1
build_style=cmake
hostmakedepends="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 <johnz@posteo.net>"
license="LGPL-2.0-or-later, LGPL-3.0-only, GPL-2.0-or-later"
homepage="https://projects.kde.org/projects/framework/qqc2-desktop-style"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=56115d0a179f614072b931f9ad91de2cff07dcd1e3734c03fe83b71b65df84f1
qqc2-desktop-style-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/cmake
}
}