Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2020 18:14:40 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528738 - in head/net-im/telegram-desktop: . files
Message-ID:  <202003191814.02JIEeHH078795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Thu Mar 19 18:14:39 2020
New Revision: 528738
URL: https://svnweb.freebsd.org/changeset/ports/528738

Log:
  net-im/telegram-desktop: Update to 1.9.21
  
  Latest ChangeLog:
  https://github.com/telegramdesktop/tdesktop/releases/tag/v1.9.21
  
  Accummulated changes from 1.9.14:
  
  * Bug fixes and other minor improvements.
  * Fix a possible crash in animated stickers rendering.
  * Fix blurred thumbnails in albums with video files.
  * Fix crash in shared links search.
  * Improved spellchecking on Windows 7 and Linux.
  * Mark new messages as read while scrolling down through them.
  * Spell checker on Windows 7.
  
  PR:	244900
  Submitted by:	henry.hu.sh@gmail.com (maintainer)

Modified:
  head/net-im/telegram-desktop/Makefile
  head/net-im/telegram-desktop/distinfo
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_history_history__inner__widget.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_qt__static__plugins.cpp

Modified: head/net-im/telegram-desktop/Makefile
==============================================================================
--- head/net-im/telegram-desktop/Makefile	Thu Mar 19 18:00:34 2020	(r528737)
+++ head/net-im/telegram-desktop/Makefile	Thu Mar 19 18:14:39 2020	(r528738)
@@ -1,8 +1,10 @@
 # $FreeBSD$
 
 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 @@ LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 
 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

Modified: head/net-im/telegram-desktop/distinfo
==============================================================================
--- head/net-im/telegram-desktop/distinfo	Thu Mar 19 18:00:34 2020	(r528737)
+++ head/net-im/telegram-desktop/distinfo	Thu Mar 19 18:14:39 2020	(r528738)
@@ -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

Modified: head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_history_history__inner__widget.cpp
==============================================================================
--- head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_history_history__inner__widget.cpp	Thu Mar 19 18:00:34 2020	(r528737)
+++ head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_history_history__inner__widget.cpp	Thu Mar 19 18:14:39 2020	(r528738)
@@ -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);
  		}
  	}

Modified: head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_qt__static__plugins.cpp
==============================================================================
--- head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_qt__static__plugins.cpp	Thu Mar 19 18:00:34 2020	(r528737)
+++ head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_qt__static__plugins.cpp	Thu Mar 19 18:14:39 2020	(r528738)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003191814.02JIEeHH078795>