Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 18:41:55 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536991 - head/net-im/telegram-desktop/files
Message-ID:  <202005291841.04TIft0K071945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lbartoletti
Date: Fri May 29 18:41:55 2020
New Revision: 536991
URL: https://svnweb.freebsd.org/changeset/ports/536991

Log:
  net-im/telegram-desktop: prepare for Qt5-5.15
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D25051

Added:
  head/net-im/telegram-desktop/files/patch-Telegram_lib__ui_ui_effects_animation__value.h   (contents, props changed)
  head/net-im/telegram-desktop/files/patch-Telegram_lib__ui_ui_widgets_input__fields.h   (contents, props changed)

Added: head/net-im/telegram-desktop/files/patch-Telegram_lib__ui_ui_effects_animation__value.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/telegram-desktop/files/patch-Telegram_lib__ui_ui_effects_animation__value.h	Fri May 29 18:41:55 2020	(r536991)
@@ -0,0 +1,11 @@
+--- Telegram/lib_ui/ui/effects/animation_value.h.orig	2020-05-29 11:22:37 UTC
++++ Telegram/lib_ui/ui/effects/animation_value.h
+@@ -6,6 +6,8 @@
+ //
+ #pragma once
+ 
++#include <QtGui/QPainterPath>
++
+ #include "base/basic_types.h"
+ 
+ #include "ui/style/style_core.h"

Added: head/net-im/telegram-desktop/files/patch-Telegram_lib__ui_ui_widgets_input__fields.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/telegram-desktop/files/patch-Telegram_lib__ui_ui_widgets_input__fields.h	Fri May 29 18:41:55 2020	(r536991)
@@ -0,0 +1,10 @@
+--- Telegram/lib_ui/ui/widgets/input_fields.h.orig	2020-05-29 11:22:48 UTC
++++ Telegram/lib_ui/ui/widgets/input_fields.h
+@@ -16,6 +16,7 @@
+ #include <QtWidgets/QLineEdit>
+ #include <QtWidgets/QTextEdit>
+ #include <QtCore/QTimer>
++#include <QtGui/QPainterPath>
+ 
+ class QTouchEvent;
+ class Painter;



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