summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-10-26 14:11:21 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-10-26 14:11:46 -0700
commit57fe3ccd0607533807d51e3243dc96ab6e1accac (patch)
treeaefc2fea6b750ac5b64819a922ec5abc9b1ab986 /net-im/telegram-desktop
parentmail-mta/protonmail-bridge-bin: libxkbcommon[X] dependency. (diff)
downloadgentoo-57fe3ccd0607533807d51e3243dc96ab6e1accac.tar.gz
gentoo-57fe3ccd0607533807d51e3243dc96ab6e1accac.tar.bz2
gentoo-57fe3ccd0607533807d51e3243dc96ab6e1accac.zip
net-im/telegram-desktop: remove system-rlottie flag
Closes: https://bugs.gentoo.org/751319 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-im/telegram-desktop')
-rw-r--r--net-im/telegram-desktop/metadata.xml1
-rw-r--r--net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild9
2 files changed, 2 insertions, 8 deletions
diff --git a/net-im/telegram-desktop/metadata.xml b/net-im/telegram-desktop/metadata.xml
index 487d6100c6b0..3483ee3eee61 100644
--- a/net-im/telegram-desktop/metadata.xml
+++ b/net-im/telegram-desktop/metadata.xml
@@ -8,7 +8,6 @@
<use>
<flag name="enchant">Enable the app-text/aspell spell-checking backend</flag>
<flag name="hunspell">Enable the app-text/hunspell spell-checking backend</flag>
- <flag name="system-rlottie">Use system version of <pkg>media-libs/rlottie</pkg> ( may alter sticker color )</flag>
<flag name="webrtc">WebRTC based video call support</flag>
</use>
</pkgmetadata>
diff --git a/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild b/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild
index 6f411ab81e1e..57c8fafa89f6 100644
--- a/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild
@@ -19,13 +19,10 @@ SRC_URI="https://github.com/telegramdesktop/tdesktop/releases/download/v${PV}/${
)
"
-LICENSE="GPL-3-with-openssl-exception LGPL-2+
- !system-rlottie? ( BSD FTL JSON MIT )
- webrtc? ( BSD )
-"
+LICENSE="GPL-3-with-openssl-exception LGPL-2+ webrtc? ( BSD )"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
-IUSE="+alsa +dbus enchant +gtk +hunspell libressl +pulseaudio +spell system-rlottie +webrtc +X"
+IUSE="+alsa +dbus enchant +gtk +hunspell libressl +pulseaudio +spell +webrtc +X"
RDEPEND="
!net-im/telegram-desktop-bin
@@ -63,7 +60,6 @@ RDEPEND="
hunspell? ( >=app-text/hunspell-1.7:= )
pulseaudio? ( media-sound/pulseaudio )
webrtc? ( media-libs/libjpeg-turbo:= )
- system-rlottie? ( media-libs/rlottie:= )
"
DEPEND="
@@ -134,7 +130,6 @@ src_configure() {
-DDESKTOP_APP_USE_GLIBC_WRAPS=OFF
-DDESKTOP_APP_USE_PACKAGED=ON
-DDESKTOP_APP_USE_PACKAGED_FONTS=ON
- -DDESKTOP_APP_LOTTIE_USE_CACHE=$(usex system-rlottie OFF ON) # we disable cache with system rlottie
-DTDESKTOP_DISABLE_GTK_INTEGRATION="$(usex gtk OFF ON)"
-DTDESKTOP_LAUNCHER_BASENAME="${PN}"
-DDESKTOP_APP_DISABLE_DBUS_INTEGRATION="$(usex dbus OFF ON)"