summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2022-09-23 09:57:03 +0200
committerkleintux2022-09-23 09:57:03 +0200
commit7a49cec457cb09a27bd1a487e863d8f7183c8c37 (patch)
tree3bbad5719d06685676b1a0915bbbfcef09a757ff /PKGBUILD
parenta0a6f8533707cca8c7c0d94fb063b07cbbecc8bd (diff)
downloadaur-7a49cec457cb09a27bd1a487e863d8f7183c8c37.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 b8c871b8becf..168100caf631 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-oriel-condensed
-pkgver=1.00 # The fake version, the original is unversioned.
+pkgver=1.01 # The fake version, the original is unversioned.
pkgrel=1
pkgdesc="XO Oriel Condensed 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_Oriel_Condensed-${pkgver}.zip::http://fonts.myoffice.ru/wp-content/themes/template/fonts_page/files/XO_Oriel_Condensed.zip")
-sha256sums=('671c76493faad648e799b88686652d5f8adeec7c8fbe379dc4b49d8749c70243')
+sha256sums=('66a1d9e2cb645320d43cab3a62ba345eb4ad6479c6a2b17ae842fac57cdc9cb8')
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
}