summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Pronin <dannftk@yandex.ru>2024-06-10 08:57:17 +0300
committerSam James <sam@gentoo.org>2024-06-14 08:32:15 +0100
commitba8e892ee46c0b6de05e2db9e968c8e2db36d7ad (patch)
treeafcffe5906365a1ed9f0b4ea74d2a1cde84e9357 /dev-lang/lazarus
parentmedia-libs/vigra: add 1.11.2_p20240505 (diff)
downloadgentoo-ba8e892ee46c0b6de05e2db9e968c8e2db36d7ad.tar.gz
gentoo-ba8e892ee46c0b6de05e2db9e968c8e2db36d7ad.tar.bz2
gentoo-ba8e892ee46c0b6de05e2db9e968c8e2db36d7ad.zip
dev-lang/lazarus: update lazarus-3.0 and libqt6pas-1.0 dependency
1. remove qt5 from possible USE flags, we're targeting on qt6 2. use 3.0 for 3rd major version of lazarus and dependencies Signed-off-by: Denis Pronin <dannftk@yandex.ru> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/lazarus')
-rw-r--r--dev-lang/lazarus/lazarus-3.0.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-lang/lazarus/lazarus-3.0.ebuild b/dev-lang/lazarus/lazarus-3.0.ebuild
index f6e4ab89c84a..cd47f1f30556 100644
--- a/dev-lang/lazarus/lazarus-3.0.ebuild
+++ b/dev-lang/lazarus/lazarus-3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit desktop
-# See https://wiki.freepascal.org/Lazarus_2.0_fixes_branch for notes and
+# See https://wiki.freepascal.org/Lazarus_3.0_fixes_branch for notes and
# changes in FPCVER. It *does* change between minor versions of lazarus.
FPCVER="3.2.2"
@@ -16,10 +16,10 @@ SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-3.0-mak
S="${WORKDIR}/${PN}"
LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
-SLOT="0/2.2" # Note: Slotting Lazarus needs slotting fpc, see DEPEND.
+SLOT="0/3.0" # Note: Slotting Lazarus needs slotting fpc, see DEPEND.
KEYWORDS="~amd64 ~x86"
-IUSE="+gui gtk2 gtk qt5 qt6 extras"
-REQUIRED_USE="gui? ( ^^ ( gtk2 gtk qt5 qt6 ) ) extras? ( gui )"
+IUSE="+gui gtk2 gtk qt6 extras"
+REQUIRED_USE="extras? ( gui )"
# Pascal ignores CFLAGS and does its own stripping. Nothing else can be done about it.
QA_FLAGS_IGNORED="
@@ -40,8 +40,7 @@ DEPEND="
gui? (
gtk2? ( x11-libs/gtk+:2 )
gtk? ( x11-libs/gtk+:3 )
- qt5? ( dev-libs/libqt5pas:0/2.2 )
- qt6? ( dev-libs/libqt6pas:0/2.2 )
+ qt6? ( dev-libs/libqt6pas:0/3.0 )
)
"
BDEPEND="net-misc/rsync"
@@ -71,8 +70,6 @@ src_compile() {
export LCL_PLATFORM=gtk2
elif ( use gtk ) ; then
export LCL_PLATFORM=gtk3
- elif ( use qt5 ) ; then
- export LCL_PLATFORM=qt5
else
export LCL_PLATFORM=qt6
fi