forked from pool/telegram-desktop
Accepting request 729954 from home:tux93:branches:server:messaging
Update to 1.8.8 OBS-URL: https://build.opensuse.org/request/show/729954 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=103
This commit is contained in:
parent
2673438b2d
commit
fe16d36471
16
patch.py
16
patch.py
@ -135,13 +135,13 @@ def process_telegram_linux(jsonobj):
|
|||||||
child.remove("'<(linux_path_va)/lib'")
|
child.remove("'<(linux_path_va)/lib'")
|
||||||
child.remove("'<(linux_path_vdpau)/lib'")
|
child.remove("'<(linux_path_vdpau)/lib'")
|
||||||
child.append("'/usr/lib64/'")
|
child.append("'/usr/lib64/'")
|
||||||
|
|
||||||
child = jsonobj["'conditions'"][0][1]["'libraries'"]
|
child = jsonobj["'conditions'"][0][1]["'libraries'"]
|
||||||
child.remove("'breakpad_client'")
|
child.remove("'breakpad_client'")
|
||||||
child.remove("'composeplatforminputcontextplugin'")
|
child.remove("'composeplatforminputcontextplugin'")
|
||||||
child.remove("'ibusplatforminputcontextplugin'")
|
child.remove("'ibusplatforminputcontextplugin'")
|
||||||
child.remove("'fcitxplatforminputcontextplugin'")
|
child.remove("'fcitxplatforminputcontextplugin'")
|
||||||
child.remove("'himeplatforminputcontextplugin'")
|
child.remove("'himeplatforminputcontextplugin'")
|
||||||
child.remove("'nimfplatforminputcontextplugin'")
|
child.remove("'nimfplatforminputcontextplugin'")
|
||||||
child.remove("'liblzma.a'")
|
child.remove("'liblzma.a'")
|
||||||
child.remove("'libopenal.a'")
|
child.remove("'libopenal.a'")
|
||||||
@ -184,7 +184,7 @@ def process_qt(jsonobj):
|
|||||||
child["'qt_lib_prefix'"] = "''"
|
child["'qt_lib_prefix'"] = "''"
|
||||||
child["'qt_lib_debug_postfix'"] = "''"
|
child["'qt_lib_debug_postfix'"] = "''"
|
||||||
child["'qt_lib_release_postfix'"] = "''"
|
child["'qt_lib_release_postfix'"] = "''"
|
||||||
|
|
||||||
child = jsonobj["'variables'"]["'variables'"]["'variables'"]["'conditions'"][3][1]["'qt_libs'"];
|
child = jsonobj["'variables'"]["'variables'"]["'variables'"]["'conditions'"][3][1]["'qt_libs'"];
|
||||||
child.remove("'qxcb'")
|
child.remove("'qxcb'")
|
||||||
child.remove("'Qt5XcbQpa'")
|
child.remove("'Qt5XcbQpa'")
|
||||||
@ -222,7 +222,7 @@ def process_qt(jsonobj):
|
|||||||
child.append("'/usr/include/qt5/QtCore/<(qt_version)'")
|
child.append("'/usr/include/qt5/QtCore/<(qt_version)'")
|
||||||
child.append("'/usr/include/qt5/QtGui/<(qt_version)/QtGui'")
|
child.append("'/usr/include/qt5/QtGui/<(qt_version)/QtGui'")
|
||||||
child.append("'/usr/include/qt5/QtCore/<(qt_version)/QtCore'")
|
child.append("'/usr/include/qt5/QtCore/<(qt_version)/QtCore'")
|
||||||
|
|
||||||
child = jsonobj["'conditions'"][0][1]["'libraries'"]
|
child = jsonobj["'conditions'"][0][1]["'libraries'"]
|
||||||
child.remove("'<(linux_path_xkbcommon)/lib/libxkbcommon.a'")
|
child.remove("'<(linux_path_xkbcommon)/lib/libxkbcommon.a'")
|
||||||
child.remove("'<(linux_lib_ssl)'")
|
child.remove("'<(linux_lib_ssl)'")
|
||||||
@ -269,7 +269,7 @@ def process_telegram(jsonobj):
|
|||||||
child.append("'TDESKTOP_DISABLE_AUTOUPDATE'")
|
child.append("'TDESKTOP_DISABLE_AUTOUPDATE'")
|
||||||
child.append("'TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME'")
|
child.append("'TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME'")
|
||||||
child.append("'TDESKTOP_DISABLE_UNITY_INTEGRATION'")
|
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.append("'TDESKTOP_DISABLE_OPENAL_EFFECTS'")
|
||||||
child.remove("'AL_LIBTYPE_STATIC'")
|
child.remove("'AL_LIBTYPE_STATIC'")
|
||||||
child = jsonobj["'targets'"][0]["'include_dirs'"]
|
child = jsonobj["'targets'"][0]["'include_dirs'"]
|
||||||
@ -298,9 +298,9 @@ def process(filename, op):
|
|||||||
json = load_json(filename)
|
json = load_json(filename)
|
||||||
json = op(json)
|
json = op(json)
|
||||||
save_json(json, filename)
|
save_json(json, filename)
|
||||||
|
|
||||||
tl_path = './Telegram/gyp/telegram_linux.gypi'
|
tl_path = './Telegram/gyp/telegram_linux.gypi'
|
||||||
settings_path = './Telegram/gyp/settings_linux.gypi'
|
settings_path = './Telegram/gyp/settings_linux.gypi'
|
||||||
qt_path = './Telegram/gyp/qt.gypi'
|
qt_path = './Telegram/gyp/qt.gypi'
|
||||||
tg_path = './Telegram/gyp/Telegram.gyp'
|
tg_path = './Telegram/gyp/Telegram.gyp'
|
||||||
moc_path = './Telegram/gyp/qt_moc.gypi'
|
moc_path = './Telegram/gyp/qt_moc.gypi'
|
||||||
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 16:01:53 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <tux93@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <tux93@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <tux93@opensuse.org>
|
Fri Sep 6 15:44:06 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: telegram-desktop
|
Name: telegram-desktop
|
||||||
Version: 1.8.4
|
Version: 1.8.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Messaging application with a focus on speed and security
|
Summary: Messaging application with a focus on speed and security
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -143,7 +143,6 @@ Requires: ffmpeg
|
|||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
Requires: icu
|
Requires: icu
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
Conflicts: libqt5-qtstyleplugins-platformtheme-gtk2
|
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:97f034d78447c99002b8742c75a3a436e709cdf2f5dff79f7ca04a8c76298627
|
|
||||||
size 14367314
|
|
3
v1.8.8.tar.gz
Normal file
3
v1.8.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32242002f6adc2f322f6bd38b8d225d03cd44b86c0e83b3840acb737f9340915
|
||||||
|
size 14407897
|
Loading…
Reference in New Issue
Block a user