diff options
author | Thiago Donato Ferreira <flowlnlnln@gmail.com> | 2022-09-19 20:02:42 -0300 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-09-22 12:14:02 +0200 |
commit | a82c2165fbc03843f69d955e3ea8228d20ca4815 (patch) | |
tree | 26ceae193e9d6a5b5c96002e95c3143e86dfeaa5 /games-action | |
parent | games-action/polymc: drop 1.4.1-r2 (diff) | |
download | gentoo-a82c2165fbc03843f69d955e3ea8228d20ca4815.tar.gz gentoo-a82c2165fbc03843f69d955e3ea8228d20ca4815.tar.bz2 gentoo-a82c2165fbc03843f69d955e3ea8228d20ca4815.zip |
games-action/polymc: add dev-qt/qtsvg as a RDEPEND
This is needed because most icons in the app are SVGs that don't show up
without this dependency.
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/polymc/polymc-1.4.2-r2.ebuild (renamed from games-action/polymc/polymc-1.4.2-r1.ebuild) | 3 | ||||
-rw-r--r-- | games-action/polymc/polymc-9999.ebuild | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/games-action/polymc/polymc-1.4.2-r1.ebuild b/games-action/polymc/polymc-1.4.2-r2.ebuild index 0f99fa720844..cfd8180bf564 100644 --- a/games-action/polymc/polymc-1.4.2-r1.ebuild +++ b/games-action/polymc/polymc-1.4.2-r2.ebuild @@ -81,6 +81,9 @@ DEPEND=" # And we need more than just the GL headers RDEPEND=" ${COMMON_DEPENDS} + + >=dev-qt/qtsvg-${MIN_QT}:${QT_SLOT} + >=virtual/jre-1.8.0:* virtual/opengl " diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild index c9733e891936..5f9c909ad33a 100644 --- a/games-action/polymc/polymc-9999.ebuild +++ b/games-action/polymc/polymc-9999.ebuild @@ -62,7 +62,6 @@ QT_DEPS=" qt6? ( >=dev-qt/qtbase-${MIN_QT_6_VERSION}:6[concurrent,gui,network,widgets,xml(+)] - >=dev-qt/qtsvg-${MIN_QT_6_VERSION}:6 >=dev-qt/qt5compat-${MIN_QT_6_VERSION}:6 ) " @@ -92,6 +91,10 @@ DEPEND=" # And we need more than just the GL headers RDEPEND=" ${COMMON_DEPENDS} + + !qt6? ( >=dev-qt/qtsvg-${MIN_QT_5_VERSION}:5 ) + qt6? ( >=dev-qt/qtsvg-${MIN_QT_6_VERSION}:6 ) + >=virtual/jre-1.8.0:* virtual/opengl " |