diff options
author | Peter Volkov <pva@gentoo.org> | 2010-05-08 06:18:30 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-05-08 06:18:30 +0000 |
commit | 3be8a62afb4ac906e0861a9a57f9fa37ff5b4260 (patch) | |
tree | df624eee20f5febedb7ea3beea17fa4e02fcdb37 /media-fonts | |
parent | Version bump with many bug fixes and wider compatibility. (diff) | |
download | gentoo-2-3be8a62afb4ac906e0861a9a57f9fa37ff5b4260.tar.gz gentoo-2-3be8a62afb4ac906e0861a9a57f9fa37ff5b4260.tar.bz2 gentoo-2-3be8a62afb4ac906e0861a9a57f9fa37ff5b4260.zip |
Version bump. Thank upstream developer Reinhard Kotucha for notification and warning about Vn
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/urwvn-fonts/ChangeLog | 11 | ||||
-rw-r--r-- | media-fonts/urwvn-fonts/files/65-urwvn.conf | 18 | ||||
-rw-r--r-- | media-fonts/urwvn-fonts/urwvn-fonts-3.04.ebuild | 7 | ||||
-rw-r--r-- | media-fonts/urwvn-fonts/urwvn-fonts-3.05.ebuild | 35 |
4 files changed, 65 insertions, 6 deletions
diff --git a/media-fonts/urwvn-fonts/ChangeLog b/media-fonts/urwvn-fonts/ChangeLog index 444fdc8b257c..2608af9acdfa 100644 --- a/media-fonts/urwvn-fonts/ChangeLog +++ b/media-fonts/urwvn-fonts/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-fonts/urwvn-fonts -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/urwvn-fonts/ChangeLog,v 1.25 2009/10/24 05:40:46 pva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/urwvn-fonts/ChangeLog,v 1.26 2010/05/08 06:18:29 pva Exp $ + +*urwvn-fonts-3.05 (08 May 2010) + + 08 May 2010; Peter Volkov <pva@gentoo.org> +files/65-urwvn.conf, + urwvn-fonts-3.04.ebuild, +urwvn-fonts-3.05.ebuild: + Version bump. Thank upstream developer Reinhard Kotucha for notification + and warning about Vn Utopia font rename. 24 Oct 2009; Peter Volkov <pva@gentoo.org> urwvn-fonts-3.04.ebuild: Fixed HOMEPAGE and updated a bit description, bug #289176, thank Alexey diff --git a/media-fonts/urwvn-fonts/files/65-urwvn.conf b/media-fonts/urwvn-fonts/files/65-urwvn.conf new file mode 100644 index 000000000000..d68f368fccdb --- /dev/null +++ b/media-fonts/urwvn-fonts/files/65-urwvn.conf @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> +<!-- /etc/fonts/conf.d/57-dejavu-sans.conf + + Define aliasing and other fontconfig settings for + DejaVu Sans. + + © 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net> +--> +<fontconfig> + <!-- Font substitution rules --> + <alias binding="same"> + <family>Vn Utopia</family> + <accept> + <family>Vntopia</family> + </accept> + </alias> +</fontconfig> diff --git a/media-fonts/urwvn-fonts/urwvn-fonts-3.04.ebuild b/media-fonts/urwvn-fonts/urwvn-fonts-3.04.ebuild index e51b5758e3c5..643246faf06c 100644 --- a/media-fonts/urwvn-fonts/urwvn-fonts-3.04.ebuild +++ b/media-fonts/urwvn-fonts/urwvn-fonts-3.04.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/urwvn-fonts/urwvn-fonts-3.04.ebuild,v 1.7 2009/10/24 05:40:46 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/urwvn-fonts/urwvn-fonts-3.04.ebuild,v 1.8 2010/05/08 06:18:29 pva Exp $ inherit font MY_P=${P/_/-} MY_P=${MY_P/-fonts/} DESCRIPTION="fonts gpl'd by Han The Thanh, based on URW++ fonts with Vietnamese glyphs added" -#HOMEPAGE="http://vntex.org/urwvn/" # dead, bug #289176 -HOMEPAGE=" http://freshmeat.net/projects/urwvn/" +HOMEPAGE="http://vntex.sf.net" SRC_URI="http://vntex.org/urwvn/download/${MY_P}-ttf.tar.bz2" LICENSE="GPL-2" diff --git a/media-fonts/urwvn-fonts/urwvn-fonts-3.05.ebuild b/media-fonts/urwvn-fonts/urwvn-fonts-3.05.ebuild new file mode 100644 index 000000000000..3f02b9269260 --- /dev/null +++ b/media-fonts/urwvn-fonts/urwvn-fonts-3.05.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/urwvn-fonts/urwvn-fonts-3.05.ebuild,v 1.1 2010/05/08 06:18:29 pva Exp $ + +inherit font + +MY_P=${P/_/-} +MY_P=${MY_P/-fonts/} +DESCRIPTION="fonts gpl'd by Han The Thanh, based on URW++ fonts with Vietnamese glyphs added" +# Check updates on: +# http://vntex.sf.net/fonts/urwvn-ttf/download +# https://sourceforge.net/projects/vntex/files +HOMEPAGE="http://vntex.sf.net" +SRC_URI="http://vntex.org/urwvn/download/${MY_P}-ttf.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="" + +S="${WORKDIR}/${MY_P}-ttf" +FONT_SUFFIX="ttf" +FONT_S=${S} + +FONT_CONF=( "${FILESDIR}/65-urwvn.conf" ) + +pkg_postinst() { + font_pkg_postinst + ewarn 'For legal reasons "Vn Utopia" font was renamed to "Vntopia".' + ewarn 'If you configured some programs to use "Vn Utopia", please,' + ewarn 'enable aliases (65-urwvn.conf) with `eselect fontconfig`.' +} |