mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
telegram-desktop: update to 4.3.1.
This commit is contained in:
parent
faf4025c40
commit
4ca4fccd12
3 changed files with 3 additions and 39 deletions
|
@ -1,36 +0,0 @@
|
|||
--- a/Telegram/lib_base/base/platform/linux/base_info_linux.cpp 2021-09-04 16:25:46.055482788 +0430
|
||||
+++ b/Telegram/lib_base/base/platform/linux/base_info_linux.cpp 2021-09-04 16:31:21.268887787 +0430
|
||||
@@ -16,10 +16,6 @@
|
||||
#include <QtCore/QDate>
|
||||
#include <QtGui/QGuiApplication>
|
||||
|
||||
-#ifdef Q_OS_LINUX
|
||||
-#include <gnu/libc-version.h>
|
||||
-#endif // Q_OS_LINUX
|
||||
-
|
||||
namespace Platform {
|
||||
namespace {
|
||||
|
||||
@@ -109,22 +105,10 @@
|
||||
}
|
||||
|
||||
QString GetLibcName() {
|
||||
-#ifdef Q_OS_LINUX
|
||||
- return "glibc";
|
||||
-#endif // Q_OS_LINUX
|
||||
-
|
||||
return QString();
|
||||
}
|
||||
|
||||
QString GetLibcVersion() {
|
||||
-#ifdef Q_OS_LINUX
|
||||
- static const auto result = [&] {
|
||||
- const auto version = QString::fromLatin1(gnu_get_libc_version());
|
||||
- return QVersionNumber::fromString(version).isNull() ? QString() : version;
|
||||
- }();
|
||||
- return result;
|
||||
-#endif // Q_OS_LINUX
|
||||
-
|
||||
return QString();
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'telegram-desktop'
|
||||
pkgname=telegram-desktop
|
||||
version=4.2.4
|
||||
version=4.3.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
build_helper="qemu"
|
||||
|
@ -18,7 +18,7 @@ makedepends="alsa-lib-devel ffmpeg-devel libdbusmenu-glib-devel libopenal-devel
|
|||
qt6-svg-devel libva-devel rapidjson liblz4-devel liblzma-devel gtk+3-devel
|
||||
MesaLib-devel qt6-wayland-devel qt6-qt5compat-devel libatomic-devel
|
||||
xcb-util-keysyms-devel $(vopt_if spellcheck hunspell-devel)
|
||||
glibmm-devel tg_owt webkit2gtk-devel rnnoise-devel jemalloc-devel"
|
||||
glibmm2.68-devel tg_owt webkit2gtk-devel rnnoise-devel jemalloc-devel qt6-declarative-devel"
|
||||
depends="qt6-imageformats ttf-opensans"
|
||||
short_desc="Telegram Desktop messaging app"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
|
@ -26,7 +26,7 @@ license="GPL-3.0-or-later, 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=a8109fce9d55553efcbc7c3d9349869e1e267113f5badaf48cf4e0c25cd559d1
|
||||
checksum=3c1d8c09b72db5c9f5e2d3b467b451a6ba94c3ba8295b9880842a4e3496153dd
|
||||
|
||||
build_options="spellcheck"
|
||||
build_options_default="spellcheck"
|
||||
|
|
Loading…
Add table
Reference in a new issue