diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-07-12 07:21:59 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-07-12 07:22:27 -0400 |
commit | 1548efbcbce4abdcdb0c790b60dd015c9ef363ec (patch) | |
tree | ea6ebba99bf0f0c69fda92b1773efe90e284df3c | |
parent | 6adb687f5b1fa29e36ba39624a4f5ed294b10a6e (diff) | |
download | abslibre-1548efbcbce4abdcdb0c790b60dd015c9ef363ec.tar.gz abslibre-1548efbcbce4abdcdb0c790b60dd015c9ef363ec.tar.bz2 abslibre-1548efbcbce4abdcdb0c790b60dd015c9ef363ec.zip |
[ttf-gentium-plus]: remove package - is in [community] now
-rw-r--r-- | pcr/ttf-gentium-plus/PKGBUILD | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/pcr/ttf-gentium-plus/PKGBUILD b/pcr/ttf-gentium-plus/PKGBUILD deleted file mode 100644 index 05c47b9aa..000000000 --- a/pcr/ttf-gentium-plus/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Contributor: bill-auger <bill-auger@programmer.net> - - -pkgname=ttf-gentium-plus -_src_name=GentiumPlus -pkgver=5.000 -pkgrel=3 -pkgdesc="Fonts based on the original Gentium design with more extended Latin glyphs (Unicode 5.1), archaic Greek symbols, and full extended Cyrillic script support" -arch=('any') -url=http://software.sil.org/gentium/ -license=('custom:OFL') - -depends=(fontconfig xorg-fonts-encodings) -makedepends=('unzip') -source=(http://software.sil.org/downloads/r/gentium/${_src_name}-${pkgver}.zip - http://software.sil.org/downloads/r/gentium/${_src_name}Compact-${pkgver}.zip) - -sha256sums=('335911f17bd2de4e43742e1d0367cfeff19a90abf7ed604f100a42705042e154' - '1d8a4ff03dce90f6002b008a5e37f890c409bc22e4e26561b67f3f3c40991b5c') - - -package() -{ - cd "${srcdir}"/${_src_name}-${pkgver} - - install -Dm644 OFL.txt "${pkgdir}"/usr/share/licenses/${pkgname}/OFL.txt - install -Dm644 README.txt "${pkgdir}"/usr/share/doc/${pkgname}/README.txt - install -m644 documentation/* "${pkgdir}"/usr/share/doc/${pkgname}/ - - install -dm755 "${pkgdir}"/usr/share/fonts/TTF - install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/ - - cd "${srcdir}"/${_src_name}Compact-${pkgver} - - install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/ -} |