diff options
3 files changed, 33 insertions, 3 deletions
diff --git a/kde-plasma/plasma-welcome/plasma-welcome-6.3.49.9999.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-6.3.49.9999.ebuild index af8e76f6fc9..6b68924db11 100644 --- a/kde-plasma/plasma-welcome/plasma-welcome-6.3.49.9999.ebuild +++ b/kde-plasma/plasma-welcome/plasma-welcome-6.3.49.9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 KFMIN=6.10.0 QTMIN=6.8.1 -inherit ecm plasma.kde.org xdg +inherit ecm dot-a plasma.kde.org xdg DESCRIPTION="Friendly onboarding wizard for Plasma" @@ -34,3 +34,13 @@ DEPEND=" >=kde-plasma/libplasma-${KDE_CATV}:6 " RDEPEND="${DEPEND}" + +src_configure() { + lto-guarantee-fat + ecm_src_configure +} + +src_install() { + ecm_src_install + strip-lto-bytecode +} diff --git a/kde-plasma/plasma-welcome/plasma-welcome-6.4.49.9999.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-6.4.49.9999.ebuild index b88cf0235d7..cac10992092 100644 --- a/kde-plasma/plasma-welcome/plasma-welcome-6.4.49.9999.ebuild +++ b/kde-plasma/plasma-welcome/plasma-welcome-6.4.49.9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 KFMIN=6.14.0 QTMIN=6.8.1 -inherit ecm plasma.kde.org xdg +inherit ecm dot-a plasma.kde.org xdg DESCRIPTION="Friendly onboarding wizard for Plasma" @@ -34,3 +34,13 @@ DEPEND=" >=kde-plasma/libplasma-${KDE_CATV}:6 " RDEPEND="${DEPEND}" + +src_configure() { + lto-guarantee-fat + ecm_src_configure +} + +src_install() { + ecm_src_install + strip-lto-bytecode +} diff --git a/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild index 4bb4a6b0bc6..9b1cdb43477 100644 --- a/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild +++ b/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 KFMIN=9999 QTMIN=6.8.1 -inherit ecm plasma.kde.org xdg +inherit ecm dot-a plasma.kde.org xdg DESCRIPTION="Friendly onboarding wizard for Plasma" @@ -34,3 +34,13 @@ DEPEND=" >=kde-plasma/libplasma-${KDE_CATV}:6 " RDEPEND="${DEPEND}" + +src_configure() { + lto-guarantee-fat + ecm_src_configure +} + +src_install() { + ecm_src_install + strip-lto-bytecode +} |
