[arch-commits] Commit in (5 files)

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


    Date: Monday, January 14, 2019 @ 18:39:26
  Author: jelle
Revision: 423080

extra2community: Moving ttf-indic-otf from extra to community

Added:
  ttf-indic-otf/
  ttf-indic-otf/repos/
  ttf-indic-otf/trunk/
  ttf-indic-otf/trunk/PKGBUILD
  ttf-indic-otf/trunk/install

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

Added: ttf-indic-otf/trunk/PKGBUILD
===================================================================
--- ttf-indic-otf/trunk/PKGBUILD	                        (rev 0)
+++ ttf-indic-otf/trunk/PKGBUILD	2019-01-14 18:39:26 UTC (rev 423080)
@@ -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
+}


Property changes on: ttf-indic-otf/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ttf-indic-otf/trunk/install
===================================================================
--- ttf-indic-otf/trunk/install	                        (rev 0)
+++ ttf-indic-otf/trunk/install	2019-01-14 18:39:26 UTC (rev 423080)
@@ -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