kgamma: initial packaging
This commit is contained in:
28
recipes-plasma/kgamma.inc
Normal file
28
recipes-plasma/kgamma.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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 \
|
||||
"
|
||||
Reference in New Issue
Block a user