kde-apps/kgamma -> kde-plasma/kgamma

This commit is contained in:
Johannes Huber
2016-08-09 09:01:14 +02:00
parent 570ff93977
commit 43fc37510e
5 changed files with 1 additions and 46 deletions

View File

@@ -1 +0,0 @@
DIST kgamma-4.14.3.tar.xz 22932 SHA256 93f78c56b81684152e72b6b1672814505085b372213c77f184f78fac410bf5b2 SHA512 53633bb11bc45eefb74cc692b0c016ac7ff67214cf628c4b1e599d1b0934e2d4583804332b47b782afc8d4aa49eb28985c709dfb6f31d72e0befd993ebfa1b31 WHIRLPOOL 51e93a4c3d23fc25858ff1a5fda778cbda51f932910496e68fa365af60442f40d203bd78b4fd94307ad6a4c30bac6a87e6b296c582d971dd4063d30b85ee6652

View File

@@ -1,16 +0,0 @@
Fix build with >=cmake-3.4
Gentoo-bug: 566814
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6f8a16f..8565f88 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,6 +3,7 @@ project(kgamma)
find_package(KDE4 REQUIRED)
include(KDE4Defaults)
include(MacroLibrary)
+include(CheckIncludeFiles)
find_package(X11 REQUIRED)

View File

@@ -1,21 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE screen gamma values kcontrol module"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="debug"
RDEPEND="
x11-libs/libXxf86vm
"
DEPEND="${RDEPEND}
x11-proto/xf86vidmodeproto
"
PATCHES=( "${FILESDIR}/${P}-cmake34.patch" )

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -10,3 +10,4 @@ move dev-perl/convert-pem dev-perl/Convert-PEM
slotmove >=dev-php/pecl-yaml-2.0.0_rc1 0 7
move dev-perl/regexp-common dev-perl/Regexp-Common
move dev-php/PEAR-PHP_CodeSniffer dev-php/PHP_CodeSniffer
move kde-apps/kgamma kde-plasma/kgamma