9fa3089478
Changelog: * Wed Jul 21 2010 Pravin Satpute <psatpute@redhat.com> - Update for New Release 1.06 - Added New Family Narrow (Contribution from Herbert Duerr <herbert.duerr@oracle.com>) - updated version of fonts * Mon 10 May 2010 Caius 'kaio' Chance <me at kaio.net> - Fixed Romanian glyphs, U+021A, 021B, 0218, 0219, 0162, 0163, 015E, 015F, 2010, 2011. (rhbz#440992) - Fixed height of arrows U+2190, 2192, 2194. (Issue #2) * Thu 06 May 2010 Caius 'kaio' Chance <me at kaio.net> - Cleaned up points and auto-instructed hinting of 'u', 'v', 'w', 'y'. (rhbz#463036) - Created the first project icon. (Issue #5) * Wed May 05 2010 Caius 'kaio' Chance <k at kaio.net> - Incorrect cent sign glyph (U+00A2) in Sans and Mono style in Liberation fonts. (rhbz#474522) * Wed 28 Apr 2010 Caius 'kaio' Chance <me at kaio.net> - rhbz#510174: Corrected version number of all SFD files. - Corrected license exceptions to GPLv2. - Updated README file. * Tue 27 Apr 2010 Caius 'kaio' Chance <me at kaio.net> - Renamed Narrow Fonts. - Updated list of contributors. - Released version 1.05.3. * Thu 22 Apr 2010 Herbert Duerr <duerr at sun.com> - Contributed Liberation Sans Narrow Fonts. * Fri 12 Mar 2010 Caius 'kaio' Chance <me at kaio.me> - Migrated to Google Code. - Updated AUTHORS. - Upgraded license to GPLv3+exceptions. * Sun 27 Jul 2009 Caius 'kaio' Chance <me at kaio.me> - Fixed ttf pack preparation error. * Tue 21 Jul 2009 Caius 'kaio' Chance <me at kaio.me> - Fixed 'wrongly encoded glyphs after U+10000' (rhbz#525498), provided by Denis Jacquerye <moyogo at gmail.com>. * Tue 21 Jul 2009 Caius 'kaio' Chance <me at kaio.me> - Fixed fontforge script sfd2ttf.pe. - Include traditional kern table for Sans and Serif. * Tue 14 Jul 2009 Caius 'kaio' Chance <me at kaio.me> - Generated TTFs with tradition kern table, with fontforge ver 20090408. - Added make target alias dist-src as dist-sfd. * Mon 13 Jul 2009 Caius 'kaio' Chance <me at kaio.me> - Updated for generation of traditional kern table via scripts. * Mon 06 Jul 2009 Caius 'kaio' Chance <me at kaio.me> - Reconverted SFDs from original TTFs with traditional kern table. - Updated "clean" target in Makefile. * Tue 30 Jun 2009 Caius 'kaio' Chance <me at kaio.me> - Reconverted SFDs from original TTFs with traditional kern table. - Updated "clean" target in Makefile. * Tue 30 Jun 2009 Caius 'kaio' Chance <me at kaio.me> - Generated cleaner SFD from original TTFs. - Include Makefile in sources tarball. * Wed 24 Jun 2009 Caius 'kaio' Chance <me at kaio.me> - Makefile: pack SFD files as source tarball. - Makefile: pack TTF files as ttf packs. - Tidy up repository. - Updated documents. * Mon 12 Jan 2009 Caius Chance <cchance at redhat.com> - Fixed copyright holder name typo for Sans Regular font (rhbz#479521). * Tue 09 Dec 2008 Caius Chance <cchance at redhat.com> - Changed cent sign glyph (U+00A2) to be coressed in Sans and Mono (rhbz#474522). * Wed 03 Dec 2008 Caius Chance <cchance at redhat.com> - Started 1.04.93.devel. - Fixed blurriness of U+03BC for Sans Regular font (rhbz#473481). - Fixed src tarball mis-inclusion of dist files in Makefile. * Fri 28 Nov 2008 Caius Chance <cchance at redhat.com> - Corrected version number in Makefile. - Fixed make target of source tarball. - Uploaded 1.04.92 source tarball to release area. * Wed 15 Oct 2008 Caius Chance <cchance at redhat.com> - Fixed blurred 'u' and 'W' for Sans Bold font (rhbz#463036). - Released as version 1.04.92 * Wed 17 Sep 2008 Caius Chance <cchance at redhat.com> - Fixed missing hinting instructions for all Mono fonts (rhbz#460090). - Fixed missing hinting instructions for all Sans fonts (rhbz#460090). - Fixed missing hinting instructions for all Serif fonts (rhbz#460090). - Released as version 1.04.91 * Tue 09 Sep 2008 Caius Chance <cchance at redhat.com> - Backed up all released files in ./dist directory. * Fri 05 Sep 2008 Caius Chance <cchance at redhat.com> - Fixed incorrect glyph points and missing hinting instructions for: Mono Bold Italic (up to U+2012) (rhbz#460090). * Mon 25 Aug 2008 Caius Chance <cchance at redhat.com> - Fixed incorrect glyph points and missing hinting instructions for: U+0079, U+03BC, U+0431, U+2010..2012, U+1114117 (rhbz#458592). - Released as version 1.04.90.
36 lines
854 B
Makefile
36 lines
854 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/03/05 19:16:46 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= liberation-fonts-ttf-1.06.0.20100721
|
|
PKGNAME= ${DISTNAME:S/-fonts//}
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/
|
|
|
|
MAINTAINER= bartosz.kuzma@gmail.com
|
|
HOMEPAGE= http://www.redhat.com/promo/fonts/
|
|
COMMENT= TrueType fonts from RedHat
|
|
LICENSE= gnu-gpl-v2 # with some exception
|
|
|
|
FETCH_USING= curl
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
|
|
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
|
|
FONTS_DIR.ttf= ${FONTDIR}
|
|
|
|
INSTALLATION_DIRS= ${DOCDIR} ${FONTDIR}
|
|
|
|
do-install:
|
|
set -e; \
|
|
cd ${WRKSRC} && for f in *.ttf ; do \
|
|
${INSTALL_DATA} $$f ${DESTDIR}${FONTDIR}/$$f ; \
|
|
done
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${WRKSRC}/License.txt \
|
|
${DESTDIR}${DOCDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|