summaryrefslogtreecommitdiff
path: root/sys-power/radeon-profile/radeon-profile-20170714.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-24 19:24:05 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-24 19:24:05 +0000
commitd001d9862c2d1b00c85f17c05ceb6a702b02de2d (patch)
tree5a8fa29340f7943e14ae337bc5fc3721ee06991b /sys-power/radeon-profile/radeon-profile-20170714.ebuild
parent920f63a38ea6f05b63550767e63641792677e149 (diff)
sys-power/radeon-profile : add policykit rule, and run make use of it
Diffstat (limited to 'sys-power/radeon-profile/radeon-profile-20170714.ebuild')
-rw-r--r--sys-power/radeon-profile/radeon-profile-20170714.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/sys-power/radeon-profile/radeon-profile-20170714.ebuild b/sys-power/radeon-profile/radeon-profile-20170714.ebuild
deleted file mode 100644
index bc9a877d..00000000
--- a/sys-power/radeon-profile/radeon-profile-20170714.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils qmake-utils
-
-DESCRIPTION="Monitor Radeon GPU parameters and switch power profiles"
-HOMEPAGE="https://github.com/marazmista/radeon-profile"
-SRC_URI="https://github.com/marazmista/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtcharts:5
- x11-libs/libdrm
- x11-libs/libXrandr
- x11-libs/libxkbcommon
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}/${PN}
-
-src_prepare() {
- default
- sed -i "s/Categories\=System\;Monitor\;HardwareSettings\;TrayIcon\;/Categories\=System\;/g" extra/${PN}.desktop
-}
-
-src_configure() {
- eqmake5 ${PN}.pro
-}
-
-src_install() {
- dodir usr/bin
- exeinto usr/bin
- doexe ${PN}
- dodir usr/share/applications
- insinto usr/share/applications
- doins extra/${PN}.desktop
- doicon extra/${PN}.png
-}