summaryrefslogtreecommitdiff
path: root/kde-misc/plasma-redshift-control
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/plasma-redshift-control')
-rw-r--r--kde-misc/plasma-redshift-control/Manifest5
-rw-r--r--kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-fix-custom-icc-profiles.patch39
-rw-r--r--kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-reset-gamma-ramps.patch25
-rw-r--r--kde-misc/plasma-redshift-control/metadata.xml11
-rw-r--r--kde-misc/plasma-redshift-control/plasma-redshift-control-1.0.18-r1.ebuild27
5 files changed, 0 insertions, 107 deletions
diff --git a/kde-misc/plasma-redshift-control/Manifest b/kde-misc/plasma-redshift-control/Manifest
deleted file mode 100644
index 0247dcd586d3..000000000000
--- a/kde-misc/plasma-redshift-control/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX plasma-redshift-control-1.0.18-fix-custom-icc-profiles.patch 1280 BLAKE2B 7d95e99742cb235efbfcff85bd875c97b2afe2ddbde07be840145e60eb3a317dfc0f2965dc78782985aee0a3a85396f43769deacf17b381d48175705af9b48f4 SHA512 5b7415f2a3d2ceea940c3bde962dc4617df7e5c2b0b479a0b4d2186086a3e7da4dc6eaf1ca7aa842a66eda41eec5d7aa06bd6034da378ff60571bfcaa2a48e1c
-AUX plasma-redshift-control-1.0.18-reset-gamma-ramps.patch 1332 BLAKE2B 1ca3f9455804afeb728667561259eece32c338f336063c4e48db03caee0b48247a35e3784b40e29559cb86309e2cd1329beb2806e9410916973fc87fbaf2b4af SHA512 fff3268862be279ffc380132650a07ab516b617f3c45edbc09a3f738a20e562c023fe605dffc674863d4e921bcc44f059ac6a2e843ce81d8a5a1d5eee4186481
-DIST plasma-applet-redshift-control-1.0.18.tar.gz 93744 BLAKE2B 4e7516767ed045007d7b658917c4cea9371bda016de66ea42e3f39b0a703e599569d880cb3a76d34069e7daa266366fe8ebe01837c4f98266289474b38e52612 SHA512 072fe3866bdbc261e382c69ed7384063660f7667bb6630538394c3ccf55b5f17a5d0edebe5009b4b0b904d711ac30859187201a6017ef718dc9edd15253bb30b
-EBUILD plasma-redshift-control-1.0.18-r1.ebuild 618 BLAKE2B 51c71491835d3915afffa29c16d61eec64f1737dc804eec2299c4eda2dd54327a1a6f044bed8e1fcdd7420d14d5634b8f708980fe42c9e7694b0a281718b14e1 SHA512 58a28e876184a99641574e208a416e1e3693845b7287a46461858dfbb6d0f9d7f66833458712759a900d2326068adb720e07768d2b49b73020d2bc831b2562b7
-MISC metadata.xml 353 BLAKE2B 5ab1daac82b6448f4d7c875d271bb1751c627e71eb3a687b83291d5bf90ad1f062422060eb3ba681d975ca48dc7081b1d4246f021f96571a2725e50138816fd2 SHA512 068caeadecefc6d2f8b976da6fa287cb1b5ec78ebc337279168b0f7fb9b7ce0618210dfbef788208623abaa355c79828039433a0410cca85244824cc7c801f37
diff --git a/kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-fix-custom-icc-profiles.patch b/kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-fix-custom-icc-profiles.patch
deleted file mode 100644
index 28a1cc00cf0d..000000000000
--- a/kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-fix-custom-icc-profiles.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 1e2a920633d7085fc4e48f1163f434525b777c5b Mon Sep 17 00:00:00 2001
-From: John Salatas <jsalatas@gmail.com>
-Date: Wed, 6 Mar 2019 14:25:28 -0800
-Subject: Preserve screen colour doesn't work as expected
-
-Summary:
-using a custom .icc profile, running redshift from a command line works good but the applet seems to mess with it, the preserve option doesn't work, either in randr mode or vidmode the .icc is ignored even if it is running in daytime.
-
-See also:
-https://github.com/kotelnik/plasma-applet-redshift-control/issues/54
-
-Reviewers: #Plasma, martinkostolny, broulik
-
-Reviewed By: broulik
-
-Subscribers: broulik, plasma-devel
-
-Tags: #plasma
-
-Differential Revision: https://phabricator.kde.org/D17249
----
- package/contents/ui/main.qml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/package/contents/ui/main.qml b/package/contents/ui/main.qml
-index 2ea8fd3..268cb33 100644
---- a/package/contents/ui/main.qml
-+++ b/package/contents/ui/main.qml
-@@ -96,7 +96,7 @@ Item {
-
- function stopRedshift() {
- print('disabling redshift')
-- redshiftDS.connectedSources.length = 0
-+ redshiftDS.removeSource(redshiftCommand)
- redshiftDS.connectedSources.push(redshiftDS.redshiftStopSource)
- active = false
- }
---
-cgit v1.1
diff --git a/kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-reset-gamma-ramps.patch b/kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-reset-gamma-ramps.patch
deleted file mode 100644
index 5e2b36822137..000000000000
--- a/kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-reset-gamma-ramps.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a26a425145120b8e7782d0225e146fcef7b0640f Mon Sep 17 00:00:00 2001
-From: grmat <grmat@sub.red>
-Date: Wed, 20 Jun 2018 10:14:40 +0200
-Subject: [PATCH] add -P switch to one-shot redshift call
-
----
- package/contents/ui/main.qml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/package/contents/ui/main.qml b/package/contents/ui/main.qml
-index 2ea8fd3..38d7b8a 100644
---- a/package/contents/ui/main.qml
-+++ b/package/contents/ui/main.qml
-@@ -67,7 +67,7 @@ Item {
- // - commands
- property string redshiftCommand: 'redshift' + locationCmdPart + modeCmdPart + ' -t ' + dayTemperature + ':' + nightTemperature + brightnessAndGamma + (smoothTransitions ? '' : ' -r')
- property string redshiftOneTimeBrightnessAndGamma: ' -b ' + (currentBrightness*0.01).toFixed(2) + ':' + (currentBrightness*0.01).toFixed(2) + ' -g ' + gammaR + ':' + gammaG + ':' + gammaB
-- property string redshiftOneTimeCommand: 'redshift -O ' + manualTemperature + redshiftOneTimeBrightnessAndGamma + ' -r'
-+ property string redshiftOneTimeCommand: 'redshift -PO ' + manualTemperature + redshiftOneTimeBrightnessAndGamma + ' -r'
- property string redshiftPrintCommand: 'LANG=C ' + redshiftCommand + ' -p'
-
- property bool inTray: (plasmoid.parent === null || plasmoid.parent.objectName === 'taskItemContainer')
---
-2.17.1
-
diff --git a/kde-misc/plasma-redshift-control/metadata.xml b/kde-misc/plasma-redshift-control/metadata.xml
deleted file mode 100644
index 519e1b154ca8..000000000000
--- a/kde-misc/plasma-redshift-control/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="github">kotelnik/plasma-applet-redshift-control</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/kde-misc/plasma-redshift-control/plasma-redshift-control-1.0.18-r1.ebuild b/kde-misc/plasma-redshift-control/plasma-redshift-control-1.0.18-r1.ebuild
deleted file mode 100644
index f6bc843aedda..000000000000
--- a/kde-misc/plasma-redshift-control/plasma-redshift-control-1.0.18-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="plasma-applet-redshift-control"
-inherit kde5
-
-DESCRIPTION="Plasma 5 applet for controlling redshift"
-HOMEPAGE="https://store.kde.org/p/998916/"
-SRC_URI="https://github.com/kotelnik/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND="$(add_frameworks_dep plasma)"
-RDEPEND="${DEPEND}
- x11-misc/redshift
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-PATCHES=(
- "${FILESDIR}/${P}-fix-custom-icc-profiles.patch"
- "${FILESDIR}/${P}-reset-gamma-ramps.patch"
-)