mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
telegram-desktop: update to 2.1.12.
This commit is contained in:
parent
5a9adb9a1a
commit
122a4f0be0
2 changed files with 4 additions and 20 deletions
|
@ -8,22 +8,6 @@
|
|||
|
||||
namespace Platform {
|
||||
namespace {
|
||||
@@ -53,15 +52,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
-const std::optional<QVersionNumber> &GetLibCVersion() {
|
||||
- static const auto result = [&] {
|
||||
- const auto version = gnu_get_libc_version(); // #TODO log
|
||||
- const auto parsed = QVersionNumber::fromString(version);
|
||||
- return parsed.isNull() ? std::nullopt : std::make_optional(parsed);
|
||||
- }();
|
||||
- return result;
|
||||
-}
|
||||
-
|
||||
} // namespace
|
||||
|
||||
QString DeviceModelPretty() {
|
||||
@@ -84,8 +74,7 @@
|
||||
return "Linux "
|
||||
+ (list.isEmpty() ? QString() : list[0] + ' ')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'telegram-desktop'
|
||||
pkgname=telegram-desktop
|
||||
version=2.1.11
|
||||
version=2.1.12
|
||||
revision=1
|
||||
wrksrc="tdesktop-${version}-full"
|
||||
build_style=cmake
|
||||
|
@ -19,16 +19,16 @@ configure_args="-DTDESKTOP_API_ID=209235
|
|||
hostmakedepends="pkg-config qt5-qmake qt5-host-tools python"
|
||||
makedepends="alsa-lib-devel ffmpeg-devel libdbusmenu-glib-devel libopenal-devel
|
||||
minizip-devel opus-devel xxHash-devel pulseaudio-devel qt5-devel range-v3
|
||||
libva-devel rapidjson liblz4-devel liblzma-devel rlottie-devel
|
||||
libva-devel rapidjson liblz4-devel liblzma-devel rlottie-devel gtk+3-devel
|
||||
MesaLib-devel libdbusmenu-qt5-devel $(vopt_if spellcheck hunspell-devel)"
|
||||
depends="qt5-imageformats qt5-core>=5.14.2<5.14.3"
|
||||
depends="qt5-imageformats qt5-core>=5.15.0<5.15.1"
|
||||
short_desc="Telegram Desktop messaging app"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-3.0-or-later WITH OpenSSL"
|
||||
homepage="https://desktop.telegram.org/"
|
||||
changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt"
|
||||
distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"
|
||||
checksum=b550c98fff17e38cbbbb6099bebc9dd4a12f8943dff26dbdc1f7952759b6a6e9
|
||||
checksum=a89ad7e91b7ecbd20fa9c9735b069d5cb319456878b52fb8754cf696567c33ad
|
||||
|
||||
build_options="spellcheck"
|
||||
build_options_default="spellcheck"
|
||||
|
|
Loading…
Add table
Reference in a new issue