summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2022-09-23 10:04:17 +0200
committerkleintux2022-09-23 10:04:17 +0200
commitee6942509e4fd0d6d0f45f223ba2abde544a3fc8 (patch)
treebfd0e5f0a3c2fb298a50dd7171da330bb3a353db /PKGBUILD
parentcd7283de158574c4d00470676664a3122031e088 (diff)
downloadaur-ttf-xo-caliburn.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 2f1d88e75802..f0091480a141 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-caliburn
-pkgver=1.00 # The fake version, the original is unversioned.
+pkgver=1.01 # The fake version, the original is unversioned.
pkgrel=1
pkgdesc="XO Caliburn 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_Caliburn-${pkgver}.zip::http://fonts.myoffice.ru/wp-content/themes/template/fonts_page/files/XO_Caliburn.zip")
-sha256sums=('96d1210bca136f37d152cd7aeffc574a9aa73367aa24ce49d9e1cf3a86944d24')
+sha256sums=('4dcf6f4e009effca1342bdab27689ec230be1483cb18dad74f7a7b372f1d4f8d')
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
}