29 lines
611 B
PHP
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 \
|
|
"
|