From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0D8B139083 for ; Fri, 15 Dec 2017 19:23:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4662BE0EAC; Fri, 15 Dec 2017 19:23:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25C0EE0EAC for ; Fri, 15 Dec 2017 19:23:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E1D933BEA7 for ; Fri, 15 Dec 2017 19:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9480AE76 for ; Fri, 15 Dec 2017 19:23:43 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1513365685.2c15f2758f5e8967b944ce2100aa2dd4b763258d.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-9999.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 2c15f2758f5e8967b944ce2100aa2dd4b763258d X-VCS-Branch: master Date: Fri, 15 Dec 2017 19:23:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c826dd20-edb1-4b36-8290-f5dc96af0197 X-Archives-Hash: 24036cd4aedbf3c721105c8abc02d3c2 commit: 2c15f2758f5e8967b944ce2100aa2dd4b763258d Author: Craig Andrews gentoo org> AuthorDate: Fri Dec 15 19:21:25 2017 +0000 Commit: Craig Andrews gentoo org> CommitDate: Fri Dec 15 19:21:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c15f275 media-tv/kodi: Do not use media-fonts/noto The "Noto" font used by Kodi is a modified version of Noto. See https://github.com/xbmc/xbmc/pull/12956 and https://github.com/xbmc/xbmc/pull/13060 Package-Manager: Portage-2.3.18, Repoman-2.3.6 media-tv/kodi/kodi-9999.ebuild | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index b262be3b69b..766a6333793 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -65,7 +65,6 @@ COMMON_DEPEND="${PYTHON_DEPS} lcms? ( media-libs/lcms:2 ) libusb? ( virtual/libusb:1 ) virtual/ttf-fonts - >=media-fonts/noto-20160531 media-fonts/roboto >=media-libs/fontconfig-2.12.4 >=media-libs/freetype-2.8 @@ -300,18 +299,6 @@ src_install() { newicon media/icon48x48.png kodi.png - # Replace bundled fonts with system ones. - rm "${ED%/}"/usr/share/kodi/addons/skin.estouchy/fonts/NotoSans-Regular.ttf || die - dosym ../../../../fonts/noto/NotoSans-Regular.ttf \ - usr/share/kodi/addons/skin.estouchy/fonts/NotoSans-Regular.ttf - - local f - for f in NotoMono-Regular.ttf NotoSans-Bold.ttf NotoSans-Regular.ttf ; do - rm "${ED%/}"/usr/share/kodi/addons/skin.estuary/fonts/"${f}" || die - dosym ../../../../fonts/noto/"${f}" \ - usr/share/kodi/addons/skin.estuary/fonts/"${f}" - done - rm "${ED%/}"/usr/share/kodi/addons/skin.estuary/fonts/Roboto-Thin.ttf || die dosym ../../../../fonts/roboto/Roboto-Thin.ttf \ usr/share/kodi/addons/skin.estuary/fonts/Roboto-Thin.ttf