mirror of
git://slackware.nl/current.git
synced 2025-01-11 08:01:05 +01:00
35fc44d178
d/guile-3.0.1-x86_64-1.txz: Upgraded. l/SDL2-2.0.10-x86_64-2.txz: Rebuilt. Rebuilt to pick up wayland support. Thanks to franzen. l/dconf-0.36.0-x86_64-1.txz: Upgraded. l/dconf-editor-3.36.0-x86_64-1.txz: Upgraded. l/gsettings-desktop-schemas-3.36.0-x86_64-1.txz: Upgraded. l/python-pygments-2.5.2-x86_64-1.txz: Upgraded. It seems like the pragmatic thing to do here is to revert this one to fix the python2 programs and modules that depend on it. We'll have to do a bit more research to determine what the best course of action is regarding python2 in general, though. Certainly we shouldn't be requiring python2 for anything important moving forward, but even that will take some work. Plasma 5 as currently built has multiple dependencies on python2, for example. n/bind-9.16.0-x86_64-4.txz: Rebuilt. Drop python2 support and switch to python3. x/liberation-fonts-ttf-2.1.0-noarch-1.txz: Upgraded. xap/mozilla-firefox-68.6.0esr-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/68.6.0/releasenotes/ https://www.mozilla.org/security/advisories/mfsa2020-09/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6805 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6806 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6807 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6811 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20503 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6812 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6814 (* Security fix *)
88 lines
2.3 KiB
Markdown
88 lines
2.3 KiB
Markdown
Liberation Fonts
|
|
=================
|
|
|
|
The Liberation Fonts is font collection which aims to provide document
|
|
layout compatibility as usage of Times New Roman, Arial, Courier New.
|
|
|
|
|
|
Requirements
|
|
=================
|
|
|
|
* [fontforge](http://fontforge.sourceforge.net)
|
|
* [python fonttools](https://pypi.org/project/fonttools/)
|
|
|
|
|
|
Install
|
|
============
|
|
|
|
1. Get sources
|
|
|
|
The latest sources are available via github by checking out the repo:
|
|
|
|
$ git clone https://github.com/liberationfonts/liberation-fonts
|
|
|
|
Or downloading the tar.gz file via [github](https://github.com/liberationfonts/liberation-fonts/tags).
|
|
eg. 2.00.5 can be retrieved via:
|
|
|
|
$ wget https://github.com/liberationfonts/liberation-fonts/files/2926169/liberation-fonts-2.00.5.tar.gz
|
|
|
|
You can extract the files using the following command where VERSION=2.00.4:
|
|
|
|
$ tar zxvf liberation-fonts-[VERSION].tar.gz
|
|
|
|
2. Build from the source
|
|
|
|
$ cd liberation-fonts or $ cd liberation-fonts-[VERSION]
|
|
$ make
|
|
|
|
The binary font files will be available in 'liberation-fonts-ttf-[VERSION]' directory.
|
|
|
|
3. Install to system
|
|
|
|
Fedora Users :
|
|
One can manually install the fonts by copying the TTFs to `~/.fonts` for user wide usage,
|
|
and/or to `/usr/share/fonts/liberation` for system-wide availability.
|
|
Then, run `fc-cache` to let that cached.
|
|
|
|
Other distributions :
|
|
please check out corresponding documentation.
|
|
|
|
|
|
Usage
|
|
==========
|
|
|
|
Simply select preferred liberation font in applications and start using.
|
|
|
|
|
|
License
|
|
============
|
|
|
|
This Font Software is licensed under the SIL Open Font License,
|
|
Version 1.1.
|
|
|
|
Please read file "LICENSE" for details.
|
|
|
|
|
|
For Maintainers
|
|
====================
|
|
|
|
Before packaging a new release based on a new source tarball, you have to
|
|
update the version suffix in the Makefile:
|
|
|
|
VER = [VERSION]
|
|
|
|
Make sure that the defined version corresponds to the font software metadata
|
|
which you can check with ftinfo/otfinfo or fontforge itself. It is highly
|
|
recommended that file 'ChangeLog' is updated to reflect changes.
|
|
|
|
Create a tarball with the following command:
|
|
|
|
$ make dist
|
|
|
|
The new versioned tarball will be available in the dist/ folder as
|
|
`liberation-fonts-[NEW_VERSION].tar.gz.`
|
|
|
|
Credits
|
|
============
|
|
|
|
Please read file "AUTHORS" for list of contributors.
|