Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2018 11:20:17 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485509 - in head/net/linphone: . files
Message-ID:  <201811211120.wALBKHcd066248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Nov 21 11:20:17 2018
New Revision: 485509
URL: https://svnweb.freebsd.org/changeset/ports/485509

Log:
  Add patches to unbundle Noto fonts.
  
  PR:		232392

Added:
  head/net/linphone/files/patch-resources.qrc   (contents, props changed)
  head/net/linphone/files/patch-src-app-AppController.cpp   (contents, props changed)
Modified:
  head/net/linphone/Makefile

Modified: head/net/linphone/Makefile
==============================================================================
--- head/net/linphone/Makefile	Wed Nov 21 10:07:26 2018	(r485508)
+++ head/net/linphone/Makefile	Wed Nov 21 11:20:17 2018	(r485509)
@@ -2,7 +2,7 @@
 
 PORTNAME=	linphone
 PORTVERSION=	4.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	https://www.linphone.org/releases/sources/linphoneqt/

Added: head/net/linphone/files/patch-resources.qrc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/linphone/files/patch-resources.qrc	Wed Nov 21 11:20:17 2018	(r485509)
@@ -0,0 +1,16 @@
+--- resources.qrc.orig	2017-06-29 09:20:37 UTC
++++ resources.qrc
+@@ -1,13 +1,5 @@
+ <!DOCTYPE RCC><RCC version="1.0">
+   <qresource prefix="/">
+-    <file>assets/fonts/NotoSans-hinted/NotoSans-BoldItalic.ttf</file>
+-    <file>assets/fonts/NotoSans-hinted/NotoSans-Bold.ttf</file>
+-    <file>assets/fonts/NotoSans-hinted/NotoSans-Italic.ttf</file>
+-    <file>assets/fonts/NotoSans-hinted/NotoSans-Regular.ttf</file>
+-    <file>assets/fonts/NotoSans-hinted/NotoSansUI-BoldItalic.ttf</file>
+-    <file>assets/fonts/NotoSans-hinted/NotoSansUI-Bold.ttf</file>
+-    <file>assets/fonts/NotoSans-hinted/NotoSansUI-Italic.ttf</file>
+-    <file>assets/fonts/NotoSans-hinted/NotoSansUI-Regular.ttf</file>
+     <file>assets/images/add_disabled.svg</file>
+     <file>assets/images/add_hovered.svg</file>
+     <file>assets/images/add_normal.svg</file>

Added: head/net/linphone/files/patch-src-app-AppController.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/linphone/files/patch-src-app-AppController.cpp	Wed Nov 21 11:20:17 2018	(r485509)
@@ -0,0 +1,11 @@
+--- src/app/AppController.cpp.orig	2018-11-11 20:28:45 UTC
++++ src/app/AppController.cpp
+@@ -34,7 +34,7 @@
+ #define APPLICATION_VERSION "4.1.1"
+ #define APPLICATION_MINIMAL_QT_VERSION "5.9.0"
+ 
+-#define DEFAULT_FONT "Noto Sans"
++#define DEFAULT_FONT "sans-serif"
+ 
+ using namespace std;
+ 



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