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: 7 months 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 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T09:45:41.000Z (over 3 years ago)
- Last Synced: 2025-01-29T21:48:53.381Z (8 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.