summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff90b0be98c2..838490334168 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-courser
-pkgver=1.00 # The fake version, the original is unversioned.
+pkgver=1.01 # The fake version, the original is unversioned.
pkgrel=1
pkgdesc="XO Courser 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_Courser-${pkgver}.zip::http://fonts.myoffice.ru/wp-content/themes/template/fonts_page/files/XO_Courser.zip")
-sha256sums=('e089d34cb498005a3499137a482ecc5f2dcac59f405c1d5145f6228306b0eb35')
+sha256sums=('3053f3953d33711e1e377526eaecc496ffee9e4847f0c14c779e29305ec0fd13')
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
}