Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.