Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-freetype
https://github.com/pkgstore-old/linux-rpm-freetype
freetype linux pkgstore rpm rpm-package rpm-packages rpm-spec
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-freetype
- Owner: pkgstore-old
- License: other
- Created: 2021-06-17T20:42:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T09:45:41.000Z (almost 3 years ago)
- Last Synced: 2024-02-23T11:54:35.958Z (11 months ago)
- Topics: freetype, linux, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Language: C
- Size: 17.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# FreeType
The **FreeType** engine is a free and portable font rendering engine, developed to provide advanced font support for a variety of platforms and environments. FreeType is a library which can open and manages font files as well as efficiently load, hint and render individual glyphs. FreeType is not a font server or a complete text-rendering library.
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/freetype
$ dnf install -y freetype
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y freetype
```## Remove
```
$ dnf erase -y freetype
$ dnf copr remove pkgstore/freetype
```## How to Build
1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/freetype).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/freetype) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.