[arch-commits] Commit in ttf-indic-otf/repos (3 files)

Jelle van der Waa jelle at archlinux.org
Mon Jan 14 18:39:32 UTC 2019


    Date: Monday, January 14, 2019 @ 18:39:32
  Author: jelle
Revision: 423081

archrelease: copy trunk to community-any

Added:
  ttf-indic-otf/repos/community-any/
  ttf-indic-otf/repos/community-any/PKGBUILD
    (from rev 423080, ttf-indic-otf/trunk/PKGBUILD)
  ttf-indic-otf/repos/community-any/install
    (from rev 423080, ttf-indic-otf/trunk/install)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 install  |   13 +++++++++++++
 2 files changed, 35 insertions(+)

Copied: ttf-indic-otf/repos/community-any/PKGBUILD (from rev 423080, ttf-indic-otf/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-01-14 18:39:32 UTC (rev 423081)
@@ -0,0 +1,22 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+# Contributor: Firmicus <francois.archlinux.org> 
+
+pkgname=ttf-indic-otf
+pkgver=0.2
+pkgrel=9
+pkgdesc='Indic Opentype Fonts collection'
+url='http://www.indlinux.org/wiki/index.php/Downloads'
+license=('GPL')
+arch=('any')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
+source=("http://www.indlinux.org/downloads/files/indic-otf-${pkgver}.tar.gz")
+sha256sums=('6459a0d496a701fdde785eccfb2a21ad761251bd332e03521657443339215e72')
+
+install=install
+
+package() {
+	cd "${srcdir}"/indic/OpenType
+	install -d "${pkgdir}"/usr/share/fonts/TTF
+	install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
+}

Copied: ttf-indic-otf/repos/community-any/install (from rev 423080, ttf-indic-otf/trunk/install)
===================================================================
--- community-any/install	                        (rev 0)
+++ community-any/install	2019-01-14 18:39:32 UTC (rev 423081)
@@ -0,0 +1,13 @@
+post_install() {
+	fc-cache -s > /dev/null
+	mkfontscale usr/share/fonts/TTF
+	mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list