Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/
Date: Tue, 05 May 2020 21:13:18
Message-Id: 1588713127.e695df715586d1af187600e5053a9bceed7d626e.gyakovlev@gentoo
1 commit: e695df715586d1af187600e5053a9bceed7d626e
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 5 21:07:49 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue May 5 21:12:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e695df71
7
8 net-im/telegram-desktop: bump to 2.1.2
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 net-im/telegram-desktop/Manifest | 1 +
14 .../telegram-desktop/telegram-desktop-2.1.2.ebuild | 145 +++++++++++++++++++++
15 2 files changed, 146 insertions(+)
16
17 diff --git a/net-im/telegram-desktop/Manifest b/net-im/telegram-desktop/Manifest
18 index 6587a8402ed..e573ff8a7fd 100644
19 --- a/net-im/telegram-desktop/Manifest
20 +++ b/net-im/telegram-desktop/Manifest
21 @@ -1,3 +1,4 @@
22 DIST tdesktop-2.0.1-full.tar.gz 26106949 BLAKE2B 3975e7d42af8b323a86408e2301b292d94b308413bb92d135673fb12851cd6672156dcf9b631482fa9b8dc9361d9593dc1104c8c335e0c610706b308414db01b SHA512 99cd7c5ca1e9dd75ecd98d272522b0e4aab2d46525e3d0c306503b7a00c9d25c1646e9d7462182682a58947c7435864af805a3b6f85906d8b21e5675cc8383cb
23 DIST tdesktop-2.1.0-full.tar.gz 26133964 BLAKE2B c5eb476ea3ed02c2618e5b770bdce365bcf0d6124f75558570189e07e9dcd9f6f3282d53fec621be736cbd1269a9dd820629d4d9a36167d8f71109bfcd5a52e2 SHA512 46f5453c64d1dbd4cf8adde73fcc48e6b6f795972ab0f6516cb55112f47d5af990a049da356bedb81e6d3f7103c14a7be45369ff9a5a1812c07a1bfcda70646d
24 DIST tdesktop-2.1.1-full.tar.gz 26178569 BLAKE2B 377820af9d2ceeab18fa1ca0458803770b9e1cf211ba9bac7f21ae75fcb8e59269ad742c9fc0acd1b6d484d36057c872146cfdba0653bd2461f3a585222cf0b0 SHA512 aa542c029ead2d1b6c398ecca949b86fae8f37094ceb462ace4628f8e53882faf35b3c2e4fe03dd2e4e17b07412896f7b05d6748b13c99a3bac117b7449d69a8
25 +DIST tdesktop-2.1.2-full.tar.gz 35603888 BLAKE2B 40ca92e5d7bcc291ce8b8ad4404dd27399dc5dd710e869759800c694c36721db892f1da9273c718672e2cea7d918059035f0af3e8cfd9a7b42f3f24b7d34b5a7 SHA512 c23d9a961132cd2592ce8f728ed7592091a8c2a1d94797facd93516ab0c9194bd5b90ba7a7d4e8aa778940bc4a23d4ac69507a9f150c3bf4e743c6659e545ccf
26
27 diff --git a/net-im/telegram-desktop/telegram-desktop-2.1.2.ebuild b/net-im/telegram-desktop/telegram-desktop-2.1.2.ebuild
28 new file mode 100644
29 index 00000000000..9dad2e7e8a3
30 --- /dev/null
31 +++ b/net-im/telegram-desktop/telegram-desktop-2.1.2.ebuild
32 @@ -0,0 +1,145 @@
33 +# Copyright 2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python3_{6,7,8} )
39 +
40 +inherit cmake desktop flag-o-matic python-any-r1 xdg-utils
41 +
42 +MY_P="tdesktop-${PV}-full"
43 +
44 +DESCRIPTION="Official desktop client for Telegram"
45 +HOMEPAGE="https://desktop.telegram.org"
46 +SRC_URI="https://github.com/telegramdesktop/tdesktop/releases/download/v${PV}/${MY_P}.tar.gz"
47 +
48 +LICENSE="GPL-3-with-openssl-exception"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~ppc64"
51 +IUSE="+alsa +dbus enchant +hunspell libressl pulseaudio +spell wayland +X"
52 +
53 +RDEPEND="
54 + !net-im/telegram-desktop-bin
55 + app-arch/lz4:=
56 + app-arch/xz-utils
57 + !libressl? ( dev-libs/openssl:0= )
58 + libressl? ( dev-libs/libressl:0= )
59 + dev-cpp/range-v3
60 + dev-libs/xxhash
61 + dev-qt/qtcore:5
62 + dev-qt/qtgui:5[jpeg,png,wayland?,X(-)?]
63 + dev-qt/qtimageformats:5
64 + dev-qt/qtnetwork:5
65 + dev-qt/qtsvg:5
66 + dev-qt/qtwidgets:5[png,X(-)?]
67 + media-fonts/open-sans
68 + media-libs/fontconfig:=
69 + >=media-libs/libtgvoip-2.4.4_p20200301[alsa?,pulseaudio?]
70 + media-libs/openal[alsa?,pulseaudio?]
71 + media-libs/opus:=
72 + media-video/ffmpeg:=[alsa?,opus,pulseaudio?]
73 + sys-libs/zlib[minizip]
74 + virtual/libiconv
75 + dbus? (
76 + dev-qt/qtdbus:5
77 + dev-libs/libdbusmenu-qt[qt5(+)]
78 + )
79 + enchant? ( app-text/enchant:= )
80 + hunspell? ( >=app-text/hunspell-1.7:= )
81 + pulseaudio? ( media-sound/pulseaudio )
82 +"
83 +
84 +DEPEND="
85 + ${PYTHON_DEPS}
86 + ${RDEPEND}
87 +"
88 +
89 +BDEPEND="
90 + >=dev-util/cmake-3.16
91 + virtual/pkgconfig
92 +"
93 +
94 +REQUIRED_USE="
95 + || ( alsa pulseaudio )
96 + || ( X wayland )
97 + spell? (
98 + ^^ ( enchant hunspell )
99 + )
100 +"
101 +
102 +S="${WORKDIR}/${MY_P}"
103 +
104 +pkg_pretend() {
105 + if has ccache ${FEATURES}; then
106 + ewarn
107 + ewarn "ccache does not work with ${PN} out of the box"
108 + ewarn "due to usage of precompiled headers"
109 + ewarn "check bug https://bugs.gentoo.org/715114 for more info"
110 + ewarn
111 + fi
112 +}
113 +
114 +src_configure() {
115 + local mycxxflags=(
116 + -Wno-deprecated-declarations
117 + -Wno-error=deprecated-declarations
118 + -Wno-switch
119 + )
120 +
121 + append-cxxflags "${mycxxflags[@]}"
122 +
123 + # TODO: unbundle header-only libs, ofc telegram uses git versions...
124 + # it fals with tl-expected-1.0.0, so we use bundled for now to avoid git rev snapshots
125 + # EXPECTED VARIANT
126 + # TODO: unbundle GSL, version 3.0.1 required and has nasty googletest dep
127 + local mycmakeargs=(
128 + -DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON
129 + -DDESKTOP_APP_USE_GLIBC_WRAPS=OFF
130 + -DDESKTOP_APP_USE_PACKAGED=ON
131 + -DDESKTOP_APP_USE_PACKAGED_EXPECTED=OFF
132 + -DDESKTOP_APP_USE_PACKAGED_GSL=OFF
133 + -DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF
134 + -DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF
135 + -DTDESKTOP_LAUNCHER_BASENAME="${PN}"
136 + -DDESKTOP_APP_DISABLE_DBUS_INTEGRATION="$(usex dbus OFF ON)"
137 + -DDESKTOP_APP_DISABLE_SPELLCHECK="$(usex spell OFF ON)" # enables hunspell (recommended)
138 + -DDESKTOP_APP_USE_ENCHANT="$(usex enchant ON OFF)" # enables enchant and disables hunspell
139 + )
140 +
141 + if [[ -n ${MY_TDESKTOP_API_ID} && -n ${MY_TDESKTOP_API_HASH} ]]; then
142 + einfo "Found custom API credentials"
143 + mycmakeargs+=(
144 + -DTDESKTOP_API_ID="${MY_TDESKTOP_API_ID}"
145 + -DTDESKTOP_API_HASH="${MY_TDESKTOP_API_HASH}"
146 + )
147 + else
148 + # https://github.com/telegramdesktop/tdesktop/blob/dev/snap/snapcraft.yaml
149 + # Building with snapcraft API credentials by default
150 + # Custom API credentials can be obtained here:
151 + # https://github.com/telegramdesktop/tdesktop/blob/dev/docs/api_credentials.md
152 + # After getting credentials you can export variables:
153 + # export MY_TDESKTOP_API_ID="17349""
154 + # export MY_TDESKTOP_API_HASH="344583e45741c457fe1862106095a5eb"
155 + # and restart the build"
156 + # you can set above variables (without export) in /etc/portage/env/net-im/telegram-desktop
157 + # portage will use custom variable every build automatically
158 + mycmakeargs+=(
159 + -DTDESKTOP_API_ID="611335"
160 + -DTDESKTOP_API_HASH="d524b414d21f4d37f08684c1df41ac9c"
161 + )
162 + fi
163 +
164 + cmake_src_configure
165 +}
166 +
167 +pkg_postinst() {
168 + xdg_desktop_database_update
169 + xdg_icon_cache_update
170 + xdg_mimeinfo_database_update
171 +}
172 +
173 +pkg_postrm() {
174 + xdg_desktop_database_update
175 + xdg_icon_cache_update
176 + xdg_mimeinfo_database_update
177 +}