https://github.com/pkgstore-old/linux-rpm-harfbuzz
https://github.com/pkgstore-old/linux-rpm-harfbuzz
harfbuzz linux pkgstore rpm rpm-package rpm-packages rpm-spec
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-harfbuzz
- Owner: pkgstore-old
- License: other
- Created: 2021-06-17T21:02:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T09:27:57.000Z (over 4 years ago)
- Last Synced: 2025-03-24T16:13:10.545Z (over 1 year ago)
- Topics: harfbuzz, linux, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Size: 43.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# HarfBuzz
This is **HarfBuzz**, a text shaping library.
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/harfbuzz
$ dnf install -y harfbuzz
```
### Open Build Service (OBS)
```
# Work in Progress
```
## Update
```
$ dnf upgrade -y harfbuzz
```
## Remove
```
$ dnf erase -y harfbuzz
$ dnf copr remove pkgstore/harfbuzz
```
## How to Build
1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/harfbuzz).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/harfbuzz) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.