summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2018-09-21 13:48:57 +0200
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2018-09-21 13:48:57 +0200
commit7eead50f8f4cad6b8f9074c86c10276fca4cf71d (patch)
treee033733b98272304a22bc045ebecc9e305546319 /media-fonts/symbola/symbola-11.00-r1.ebuild
parentgames-simulation/openttd: fix compilation with icu-62.1 (diff)
downloadgentoo-7eead50f8f4cad6b8f9074c86c10276fca4cf71d.tar.gz
gentoo-7eead50f8f4cad6b8f9074c86c10276fca4cf71d.tar.bz2
gentoo-7eead50f8f4cad6b8f9074c86c10276fca4cf71d.zip
media-fonts/symbola: fix installation of documentation
It is now a separate download. Closes: https://bugs.gentoo.org/show_bug.cgi?id=666438 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-fonts/symbola/symbola-11.00-r1.ebuild')
-rw-r--r--media-fonts/symbola/symbola-11.00-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-fonts/symbola/symbola-11.00-r1.ebuild b/media-fonts/symbola/symbola-11.00-r1.ebuild
index 2a6b816a180d..dbfeda55a4aa 100644
--- a/media-fonts/symbola/symbola-11.00-r1.ebuild
+++ b/media-fonts/symbola/symbola-11.00-r1.ebuild
@@ -9,7 +9,7 @@ inherit font
DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
HOMEPAGE="http://users.teilar.gr/~g1951d/"
-SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
+SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip doc? ( http://users.teilar.gr/~g1951d/${MY_PN}.pdf -> ${P}.pdf )"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"
SLOT="0"
@@ -25,7 +25,7 @@ FONT_SUFFIX="ttf"
src_prepare() {
if use doc; then
- DOCS="${MY_PN}.pdf"
+ DOCS="${DISTDIR}/${P}.pdf"
fi
default
}