summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2024-02-27 23:15:02 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2024-02-27 23:15:02 +0300
commit1b6122c94ad85633acc517dca5ac1b9759c33f03 (patch)
tree34a54acb4fa7b86d9e2511f1a19a56a207fbaa44 /media-libs
parentdev-python/urwid: add 2.6.6 (diff)
downloadgentoo-1b6122c94ad85633acc517dca5ac1b9759c33f03.tar.gz
gentoo-1b6122c94ad85633acc517dca5ac1b9759c33f03.tar.bz2
gentoo-1b6122c94ad85633acc517dca5ac1b9759c33f03.zip
media-libs/kimageannotator: Add missing deps
Bug: https://github.com/ksnip/kImageAnnotator/issues/335 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/kimageannotator/kimageannotator-0.7.0-r1.ebuild (renamed from media-libs/kimageannotator/kimageannotator-0.7.0.ebuild)6
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/kimageannotator/kimageannotator-0.7.0.ebuild b/media-libs/kimageannotator/kimageannotator-0.7.0-r1.ebuild
index 44f907d31853..1093de12ccd1 100644
--- a/media-libs/kimageannotator/kimageannotator-0.7.0.ebuild
+++ b/media-libs/kimageannotator/kimageannotator-0.7.0-r1.ebuild
@@ -3,7 +3,6 @@
EAPI=8
-VIRTUALX_REQUIRED="test"
inherit cmake
MY_PN=kImageAnnotator
@@ -25,8 +24,10 @@ RDEPEND="
dev-qt/qtbase:6[gui,widgets]
dev-qt/qtsvg:6
>=media-libs/kcolorpicker-0.3.0
+ x11-libs/libX11
"
DEPEND="${RDEPEND}
+ x11-base/xorg-proto
test? (
dev-cpp/gtest
dev-qt/qtbase:6
@@ -44,6 +45,9 @@ src_configure() {
cmake_src_configure
}
+# one test is failing KeyInputHelperTest
+# upstream bug https://github.com/ksnip/kImageAnnotator/issues/335
+
src_test() {
local -x QT_QPA_PLATFORM=offscreen
BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test