diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-26 14:40:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-26 15:50:27 +0200 |
commit | 99ed5f0ffce7ba5b02138536d5d00c8bc0e87b03 (patch) | |
tree | ed3d638f05f49f2832839168bc25e8d2d2f68e00 /kde-plasma/kgamma/kgamma-5.26.2.ebuild | |
parent | kde-plasma/kdeplasma-addons: 5.26.2 version bump (diff) | |
download | gentoo-99ed5f0ffce7ba5b02138536d5d00c8bc0e87b03.tar.gz gentoo-99ed5f0ffce7ba5b02138536d5d00c8bc0e87b03.tar.bz2 gentoo-99ed5f0ffce7ba5b02138536d5d00c8bc0e87b03.zip |
kde-plasma/kgamma: 5.26.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kgamma/kgamma-5.26.2.ebuild')
-rw-r--r-- | kde-plasma/kgamma/kgamma-5.26.2.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kde-plasma/kgamma/kgamma-5.26.2.ebuild b/kde-plasma/kgamma/kgamma-5.26.2.ebuild new file mode 100644 index 000000000000..a364d117125c --- /dev/null +++ b/kde-plasma/kgamma/kgamma-5.26.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +KDE_ORG_NAME="${PN}5" +KFMIN=5.99.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.5 +inherit ecm plasma.kde.org + +DESCRIPTION="Screen gamma values kcontrol module" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" +IUSE="" + +RDEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + x11-libs/libX11 + x11-libs/libXxf86vm +" +DEPEND="${RDEPEND} + x11-base/xorg-proto +" |