Files
meta-kde/recipes-plasma/kgamma.inc
Andreas Cord-Landwehr b7b28456e9 kgamma: initial packaging
2024-03-17 20:52:16 +00:00

29 lines
611 B
PHP

# SPDX-FileCopyrightText: 2024 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KGamma"
SUMMARY = "Adjust your monitor's gamma settings"
HOMEPAGE = "https://invent.kde.org/plasma/kgamma"
LICENSE = "GPL-2.0-or-later"
PR = "r0"
DEPENDS = " \
plasma-wayland-protocols \
qtbase \
qtwayland \
qtwayland-native \
wayland-native \
wayland \
wayland-protocols \
virtual/egl \
"
inherit cmake_plasma
inherit reuse_license_checksums
INSANE_SKIP:${PN} = "dev-so"
FILES:${PN} += " \
${libdir}/plugins/plasma/kcminit/kcm_kgamma_init.so \
"