FreeBSD Bugzilla – Attachment 212517 Details for
Bug 244900
net-im/telegram-desktop: Update to 1.9.21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 1.9.21
telegram-desktop-1.9.21.patch (text/plain), 4.40 KB, created by
Henry Hu
on 2020-03-19 03:25:18 UTC
(
hide
)
Description:
patch for 1.9.21
Filename:
MIME Type:
Creator:
Henry Hu
Created:
2020-03-19 03:25:18 UTC
Size:
4.40 KB
patch
obsolete
>diff -ruN -x work -x sync-patch.sh -x gen-patch.sh -x update.txt -x check-diff.py -x files.bak /usr/ports/net-im/telegram-desktop/Makefile ./Makefile >--- /usr/ports/net-im/telegram-desktop/Makefile 2020-03-15 04:18:52.000000000 -0400 >+++ ./Makefile 2020-03-18 21:53:13.850831000 -0400 >@@ -1,8 +1,10 @@ > # $FreeBSD: head/net-im/telegram-desktop/Makefile 528477 2020-03-15 08:18:52Z tcberner $ > > PORTNAME= telegram-desktop >-DISTVERSION= 1.9.14 >+DISTVERSION= 1.9.21 > CATEGORIES= net-im >+MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ >+DISTNAME= tdesktop-${DISTVERSION}-full > > MAINTAINER= henry.hu.sh@gmail.com > COMMENT= Telegram Desktop messaging app >@@ -31,9 +33,6 @@ > > USES= cmake compiler:c++17-lang desktop-file-utils \ > gnome pkgconfig python:3.7,build qt:5 ssl xorg >- >-MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ >-DISTNAME= tdesktop-${DISTVERSION}-full > > GH_ACCOUNT= telegramdesktop > GH_PROJECT= tdesktop >diff -ruN -x work -x sync-patch.sh -x gen-patch.sh -x update.txt -x check-diff.py -x files.bak /usr/ports/net-im/telegram-desktop/distinfo ./distinfo >--- /usr/ports/net-im/telegram-desktop/distinfo 2020-03-15 04:12:54.000000000 -0400 >+++ ./distinfo 2020-03-18 21:53:17.546967000 -0400 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1583109660 >-SHA256 (tdesktop-1.9.14-full.tar.gz) = 864d1d5e810e30368e60d4ea389c644387abbc803b3b5426268efa5016d15a4b >-SIZE (tdesktop-1.9.14-full.tar.gz) = 25324084 >+TIMESTAMP = 1584582797 >+SHA256 (tdesktop-1.9.21-full.tar.gz) = e1f9b58c1475a5044bc4d7a7ed5f89777e717ea5e6126707105e2c2d3032ffac >+SIZE (tdesktop-1.9.21-full.tar.gz) = 25848026 >diff -ruN -x work -x sync-patch.sh -x gen-patch.sh -x update.txt -x check-diff.py -x files.bak /usr/ports/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_history_history__inner__widget.cpp ./files/patch-Telegram_SourceFiles_history_history__inner__widget.cpp >--- /usr/ports/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_history_history__inner__widget.cpp 2020-03-15 04:12:54.000000000 -0400 >+++ ./files/patch-Telegram_SourceFiles_history_history__inner__widget.cpp 2020-03-18 22:03:05.646535000 -0400 >@@ -1,6 +1,6 @@ >---- Telegram/SourceFiles/history/history_inner_widget.cpp.orig 2020-02-18 08:28:06 UTC >+--- Telegram/SourceFiles/history/history_inner_widget.cpp.orig 2020-03-16 18:49:16 UTC > +++ Telegram/SourceFiles/history/history_inner_widget.cpp >-@@ -1403,7 +1403,7 @@ void HistoryInner::mouseActionFinish( >+@@ -1420,7 +1420,7 @@ void HistoryInner::mouseActionFinish( > _widget->noSelectingScroll(); > _widget->updateTopBarSelection(); > >@@ -9,7 +9,7 @@ > if (!_selected.empty() && _selected.cbegin()->second != FullSelection) { > const auto [item, selection] = *_selected.cbegin(); > if (const auto view = item->mainView()) { >-@@ -1412,7 +1412,7 @@ void HistoryInner::mouseActionFinish( >+@@ -1429,7 +1429,7 @@ void HistoryInner::mouseActionFinish( > QClipboard::Selection); > } > } >diff -ruN -x work -x sync-patch.sh -x gen-patch.sh -x update.txt -x check-diff.py -x files.bak /usr/ports/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_qt__static__plugins.cpp ./files/patch-Telegram_SourceFiles_qt__static__plugins.cpp >--- /usr/ports/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_qt__static__plugins.cpp 2020-03-15 04:12:54.000000000 -0400 >+++ ./files/patch-Telegram_SourceFiles_qt__static__plugins.cpp 2020-03-18 22:03:05.646854000 -0400 >@@ -1,4 +1,4 @@ >---- Telegram/SourceFiles/qt_static_plugins.cpp.orig 2020-02-18 08:28:06 UTC >+--- Telegram/SourceFiles/qt_static_plugins.cpp.orig 2020-03-16 18:49:16 UTC > +++ Telegram/SourceFiles/qt_static_plugins.cpp > @@ -19,7 +19,7 @@ Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin) > #elif defined Q_OS_MAC // Q_OS_WIN >@@ -6,10 +6,10 @@ > Q_IMPORT_PLUGIN(QGenericEnginePlugin) > -#elif defined Q_OS_LINUX // Q_OS_WIN | Q_OS_MAC > +#elif defined Q_OS_LINUX || defined Q_OS_FREEBSD // Q_OS_WIN | Q_OS_MAC >- Q_IMPORT_PLUGIN(QXcbIntegrationPlugin) >- Q_IMPORT_PLUGIN(QGenericEnginePlugin) >- Q_IMPORT_PLUGIN(QComposePlatformInputContextPlugin) >-@@ -33,4 +33,4 @@ Q_IMPORT_PLUGIN(QHimePlatformInputContextPlugin) >+ Q_IMPORT_PLUGIN(ShmServerBufferPlugin) >+ Q_IMPORT_PLUGIN(DmaBufServerBufferPlugin) >+ Q_IMPORT_PLUGIN(DrmEglServerBufferPlugin) >+@@ -45,4 +45,4 @@ Q_IMPORT_PLUGIN(QHimePlatformInputContextPlugin) > Q_IMPORT_PLUGIN(NimfInputContextPlugin) > Q_IMPORT_PLUGIN(QXdgDesktopPortalThemePlugin) > #endif // !TDESKTOP_DISABLE_DBUS_INTEGRATION
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
henry.hu.sh
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 244900
: 212517