summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorEsteve Varela Colominas <esteve.varela@gmail.com>2022-11-17 16:37:44 +0100
committerJoonas Niilola <juippis@gentoo.org>2022-11-22 15:54:59 +0200
commit9db262d4a6b35b8dd3ff2271f02a5ba974236fb8 (patch)
treee8e846bbfc85cc9e9bada19462b3a604485c8ad8 /net-im
parentnet-im/telegram-desktop: add 4.3.1 (diff)
downloadgentoo-9db262d4a6b35b8dd3ff2271f02a5ba974236fb8.tar.gz
gentoo-9db262d4a6b35b8dd3ff2271f02a5ba974236fb8.tar.bz2
gentoo-9db262d4a6b35b8dd3ff2271f02a5ba974236fb8.zip
net-im/telegram-desktop: die for safety
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28312 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild b/net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild
index e2a57bbb6a29..11def8e9ca3f 100644
--- a/net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild
@@ -105,12 +105,12 @@ src_prepare() {
# build in gentoo right now.
if use qt6-imageformats; then
sed -e 's/DESKTOP_APP_USE_PACKAGED_LAZY/TRUE/' -i \
- cmake/external/kimageformats/CMakeLists.txt
+ cmake/external/kimageformats/CMakeLists.txt || die
printf "%s\n" \
'Q_IMPORT_PLUGIN(QAVIFPlugin)' \
'Q_IMPORT_PLUGIN(HEIFPlugin)' \
'Q_IMPORT_PLUGIN(QJpegXLPlugin)' \
- >> cmake/external/qt/qt_static_plugins/qt_static_plugins.cpp
+ >> cmake/external/qt/qt_static_plugins/qt_static_plugins.cpp || die
fi
# kde-frameworks/kcoreaddons is bundled when using qt6, see: