diff --git a/patch.py b/patch.py index 87f0bf6..9c96e08 100644 --- a/patch.py +++ b/patch.py @@ -135,13 +135,13 @@ def process_telegram_linux(jsonobj): child.remove("'<(linux_path_va)/lib'") child.remove("'<(linux_path_vdpau)/lib'") child.append("'/usr/lib64/'") - + child = jsonobj["'conditions'"][0][1]["'libraries'"] child.remove("'breakpad_client'") child.remove("'composeplatforminputcontextplugin'") child.remove("'ibusplatforminputcontextplugin'") child.remove("'fcitxplatforminputcontextplugin'") - child.remove("'himeplatforminputcontextplugin'") + child.remove("'himeplatforminputcontextplugin'") child.remove("'nimfplatforminputcontextplugin'") child.remove("'liblzma.a'") child.remove("'libopenal.a'") @@ -184,7 +184,7 @@ def process_qt(jsonobj): child["'qt_lib_prefix'"] = "''" child["'qt_lib_debug_postfix'"] = "''" child["'qt_lib_release_postfix'"] = "''" - + child = jsonobj["'variables'"]["'variables'"]["'variables'"]["'conditions'"][3][1]["'qt_libs'"]; child.remove("'qxcb'") child.remove("'Qt5XcbQpa'") @@ -222,7 +222,7 @@ def process_qt(jsonobj): child.append("'/usr/include/qt5/QtCore/<(qt_version)'") child.append("'/usr/include/qt5/QtGui/<(qt_version)/QtGui'") child.append("'/usr/include/qt5/QtCore/<(qt_version)/QtCore'") - + child = jsonobj["'conditions'"][0][1]["'libraries'"] child.remove("'<(linux_path_xkbcommon)/lib/libxkbcommon.a'") child.remove("'<(linux_lib_ssl)'") @@ -269,7 +269,7 @@ def process_telegram(jsonobj): child.append("'TDESKTOP_DISABLE_AUTOUPDATE'") child.append("'TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME'") child.append("'TDESKTOP_DISABLE_UNITY_INTEGRATION'") - # child.append("'TDESKTOP_DISABLE_GTK_INTEGRATION'") + child.append("'TDESKTOP_DISABLE_GTK_INTEGRATION'") child.append("'TDESKTOP_DISABLE_OPENAL_EFFECTS'") child.remove("'AL_LIBTYPE_STATIC'") child = jsonobj["'targets'"][0]["'include_dirs'"] @@ -298,9 +298,9 @@ def process(filename, op): json = load_json(filename) json = op(json) save_json(json, filename) - -tl_path = './Telegram/gyp/telegram_linux.gypi' -settings_path = './Telegram/gyp/settings_linux.gypi' + +tl_path = './Telegram/gyp/telegram_linux.gypi' +settings_path = './Telegram/gyp/settings_linux.gypi' qt_path = './Telegram/gyp/qt.gypi' tg_path = './Telegram/gyp/Telegram.gyp' moc_path = './Telegram/gyp/qt_moc.gypi' diff --git a/telegram-desktop.changes b/telegram-desktop.changes index bdc094a..698096c 100644 --- a/telegram-desktop.changes +++ b/telegram-desktop.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Sep 10 16:01:53 UTC 2019 - Marcel Kuehlhorn + +- Update to 1.8.8 + * Create new themes based on your color and wallpaper choices. + * Share your themes with other users via links. + * Update your theme for all its users when you change something. + +------------------------------------------------------------------- +Tue Sep 10 08:32:42 UTC 2019 - Marcel Kuehlhorn + +- Update to 1.8.7 (beta) + * Bug fixes and other minor improvements. +- Disable GTK integration again due to Cinnamon hard requiring + libqt5-qtstyleplugins-platformtheme-gtk2 (boo#1149130) + +------------------------------------------------------------------- +Mon Sep 9 09:03:52 UTC 2019 - Marcel Kuehlhorn + +- Update to 1.8.5 (beta) + * Create new themes based on your color and wallpaper choices. + * Share your themes with other users via links. + * Update your theme for all its users when you change something. + ------------------------------------------------------------------- Fri Sep 6 15:44:06 UTC 2019 - Marcel Kuehlhorn diff --git a/telegram-desktop.spec b/telegram-desktop.spec index 43cf030..db85f7d 100644 --- a/telegram-desktop.spec +++ b/telegram-desktop.spec @@ -29,7 +29,7 @@ %endif Name: telegram-desktop -Version: 1.8.4 +Version: 1.8.8 Release: 0 Summary: Messaging application with a focus on speed and security License: GPL-3.0-only @@ -143,7 +143,6 @@ Requires: ffmpeg Requires: hicolor-icon-theme Requires: icu Requires: openssl -Conflicts: libqt5-qtstyleplugins-platformtheme-gtk2 ExclusiveArch: x86_64 %description diff --git a/v1.8.4.tar.gz b/v1.8.4.tar.gz deleted file mode 100644 index cfc71cd..0000000 --- a/v1.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97f034d78447c99002b8742c75a3a436e709cdf2f5dff79f7ca04a8c76298627 -size 14367314 diff --git a/v1.8.8.tar.gz b/v1.8.8.tar.gz new file mode 100644 index 0000000..845dc64 --- /dev/null +++ b/v1.8.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32242002f6adc2f322f6bd38b8d225d03cd44b86c0e83b3840acb737f9340915 +size 14407897