From 1548efbcbce4abdcdb0c790b60dd015c9ef363ec Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 12 Jul 2020 07:21:59 -0400 Subject: [ttf-gentium-plus]: remove package - is in [community] now --- pcr/ttf-gentium-plus/PKGBUILD | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 pcr/ttf-gentium-plus/PKGBUILD (limited to 'pcr/ttf-gentium-plus') 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 - - -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/ -} -- cgit v1.2.3