forked from pool/telegram-desktop
Accepting request 811336 from home:tux93
- Update to 2.1.8 * Add support for full group message history export. * Allow export of a single chat message history in JSON format. - Rebased 0000-gtk2-default.patch OBS-URL: https://build.opensuse.org/request/show/811336 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=142
This commit is contained in:
parent
6abdb32476
commit
4d7eb6d281
@ -1,15 +1,15 @@
|
||||
--- a/Telegram/SourceFiles/platform/linux/linux_libs.cpp.orig 2020-02-06 11:24:06.271620992 +0100
|
||||
+++ b/Telegram/SourceFiles/platform/linux/linux_libs.cpp 2020-02-06 11:27:36.265427510 +0100
|
||||
@@ -222,10 +222,10 @@ void start() {
|
||||
bool isWayland = QGuiApplication::platformName().startsWith(qsl("wayland"), Qt::CaseInsensitive);
|
||||
--- tdesktop-2.1.8-full/Telegram/SourceFiles/platform/linux/linux_libs.cpp.orig 2020-06-03 18:18:48.829895452 +0000
|
||||
+++ tdesktop-2.1.8-full/Telegram/SourceFiles/platform/linux/linux_libs.cpp 2020-06-03 18:21:15.248705051 +0000
|
||||
@@ -271,10 +271,10 @@ void start() {
|
||||
QLibrary lib_gtk;
|
||||
lib_gtk.setLoadHints(QLibrary::DeepBindHint);
|
||||
|
||||
- if (loadLibrary(lib_gtk, "gtk-3", 0)) {
|
||||
+ if (loadLibrary(lib_gtk, "gtk-x11-2.0", 0)) {
|
||||
gtkLoaded = setupGtkBase(lib_gtk);
|
||||
}
|
||||
- if (!gtkLoaded && !isWayland && loadLibrary(lib_gtk, "gtk-x11-2.0", 0)) {
|
||||
+ if (!gtkLoaded && !isWayland && loadLibrary(lib_gtk, "gtk-3", 0)) {
|
||||
- if (!gtkLoaded && loadLibrary(lib_gtk, "gtk-x11-2.0", 0)) {
|
||||
+ if (!gtkLoaded && loadLibrary(lib_gtk, "gtk-3", 0)) {
|
||||
gtkLoaded = setupGtkBase(lib_gtk);
|
||||
}
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c944b07f1a7d600a32cea9e4ce45b4954fe0d18176a7491c2f1e98f3425cca62
|
||||
size 36509059
|
3
tdesktop-2.1.8-full.tar.gz
Normal file
3
tdesktop-2.1.8-full.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45641a8fe493df3b430d04ebdacfa6fce8de7721e14a315c8dd1e064566aa4d2
|
||||
size 36547777
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 18:41:46 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
- Update to 2.1.8
|
||||
* Add support for full group message history export.
|
||||
* Allow export of a single chat message history in JSON format.
|
||||
- Rebased 0000-gtk2-default.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 24 15:48:54 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
%define __builder ninja
|
||||
|
||||
Name: telegram-desktop
|
||||
Version: 2.1.7
|
||||
Version: 2.1.8
|
||||
Release: 0
|
||||
Summary: Messaging application with a focus on speed and security
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user