25 lines
899 B
Bash
25 lines
899 B
Bash
# Template file for 'kgamma'
|
|
pkgname=kgamma
|
|
version=6.1.1
|
|
revision=1
|
|
build_style=cmake
|
|
build_helper=qemu
|
|
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
|
hostmakedepends="extra-cmake-modules gettext kf6-kcoreaddons
|
|
kf6-kdoctools kf6-kconfig kf6-kcmutils qt6-tools qt6-base"
|
|
makedepends="kf6-kdoctools-devel kf6-kconfig-devel kf6-kcmutils-devel
|
|
libXxf86vm-devel kf6-kconfigwidgets-devel"
|
|
short_desc="KDE gamma adjustiment app"
|
|
maintainer="Luciogi <lucigithubcommit@skiff.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://invent.kde.org/plasma/kgamma"
|
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=3d0c05911e6d67fddcc6c2e4903c0e8df7eae0191a582d57199082d539efc8a2
|
|
|
|
kgamma5_package() {
|
|
build_style=meta
|
|
short_desc+=" - (transitional dummy package)"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
}
|