summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-07-08 17:05:12 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-07-08 17:07:51 +0200
commit788ea008a9f30e16262effcf9c4c22bb204e0294 (patch)
tree66eb7ac49254e608f495e96421c00a815cb35559 /x11-apps/radeon-profile
parentx11-apps/radeon-profile: Revbump for new daemon socket location. (diff)
downloadgentoo-788ea008a9f30e16262effcf9c4c22bb204e0294.tar.gz
gentoo-788ea008a9f30e16262effcf9c4c22bb204e0294.tar.bz2
gentoo-788ea008a9f30e16262effcf9c4c22bb204e0294.zip
x11-apps/radeon-profile: Synced live ebuild
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'x11-apps/radeon-profile')
-rw-r--r--x11-apps/radeon-profile/radeon-profile-99999999.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-apps/radeon-profile/radeon-profile-99999999.ebuild b/x11-apps/radeon-profile/radeon-profile-99999999.ebuild
index ad6e34fec998..d836b3ad1f83 100644
--- a/x11-apps/radeon-profile/radeon-profile-99999999.ebuild
+++ b/x11-apps/radeon-profile/radeon-profile-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,6 +22,7 @@ IUSE=""
S="${WORKDIR}/${P}/${PN}"
RDEPEND="
+ !<x11-apps/radeon-profile-daemon-20190603-r1
dev-qt/qtcharts:5
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -38,8 +39,13 @@ DEPEND="
x11-libs/libdrm
"
+PATCHES=(
+ "${FILESDIR}/${PN}-20200504-run_subdir.patch"
+)
+
src_prepare() {
- default
+ eapply -p2 "${PATCHES[@]}"
+ eapply_user
sed 's@TrayIcon;@@' -i extra/${PN}.desktop || die
}