summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2022-09-23 09:52:48 +0200
committerkleintux2022-09-23 09:52:48 +0200
commit60abc64ec0127b4c211824f37ff2571de39c8ecf (patch)
treef595997dcbc73b372c5bee55bbf7cac1d627cfce /PKGBUILD
parent1a797500ed46fb564e963e0e4667d0cbc23f6718 (diff)
downloadaur-ttf-xo-tahion.tar.gz
removed not needed dependencies. fixed some stuff an sum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a41145db9b6f..de0fda5e7bb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,29 +1,22 @@
-# Maintainer: Roman Mikhayloff <rimf@inbox.ru>
+# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor: Roman Mikhayloff <rimf@inbox.ru>
pkgname=ttf-xo-tahion
-pkgver=1.00 # The fake version, the original is unversioned.
+pkgver=1.01 # The fake version, the original is unversioned.
pkgrel=1
pkgdesc="XO Tahion font created considering trends of modern typography from «Новые облачные технологии»"
arch=('any')
url="https://fonts.myoffice.ru"
license=('custom: XO FONTS Open License')
depends=('fontconfig' 'xorg-font-utils')
-makedepends=('dos2unix' 'glibc')
groups=('ttf-xo-fonts')
source=("XO_Tahion-${pkgver}.zip::http://fonts.myoffice.ru/wp-content/themes/template/fonts_page/files/XO_Tahion.zip")
-sha256sums=('70c10e31caeb5a2006527d8005f96ca38dd3ddabe30b7829dfed5a02c290b1c1')
+sha256sums=('3fbcded935b80e78bd26528009de2fa654cd66924aa590a20531a8030338e41e')
install=${pkgname}.install
-prepare() {
- iconv -f cp1251 -t utf8 -o LICENSE XO_Fonts_License.txt
- dos2unix LICENSE
-}
-
package() {
install -dm755 "${pkgdir}"/usr/share/fonts/TTF
cd "${srcdir}"
install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/
-
- install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}