aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-03-12 16:05:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-03-21 11:04:47 +0100
commit05fb3deafe05733d14c8de28b019feb3c8c5f770 (patch)
tree06fa641c06f642a696f9a23508bfc230875bc668 /dev-qt/pixeltool
parentdev-qt/linguist: Symlink linguist to /usr/bin/linguist (diff)
downloadqt-05fb3deafe05733d14c8de28b019feb3c8c5f770.tar.gz
qt-05fb3deafe05733d14c8de28b019feb3c8c5f770.tar.bz2
qt-05fb3deafe05733d14c8de28b019feb3c8c5f770.zip
dev-qt/pixeltool: Symlink pixeltool to /usr/bin/pixeltool
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/pixeltool')
-rw-r--r--dev-qt/pixeltool/pixeltool-5.15.3.9999.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/dev-qt/pixeltool/pixeltool-5.15.3.9999.ebuild b/dev-qt/pixeltool/pixeltool-5.15.3.9999.ebuild
index c22d90fb..cd180247 100644
--- a/dev-qt/pixeltool/pixeltool-5.15.3.9999.ebuild
+++ b/dev-qt/pixeltool/pixeltool-5.15.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,8 +19,16 @@ DEPEND="
=dev-qt/qtgui-${QT5_PV}*:5=[png]
=dev-qt/qtwidgets-${QT5_PV}*
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-qt/${PN}:5
+ !<dev-qt/qtchooser-66-r2
+"
QT5_TARGET_SUBDIRS=(
src/pixeltool
)
+
+src_install() {
+ qt5-build_src_install
+ qt5_symlink_binary_to_path pixeltool
+}