[arch-commits] Commit in ttf-indic-otf/repos/community-any (PKGBUILD PKGBUILD install)

Daniel M. Capella polyzen at archlinux.org
Fri Jun 26 05:12:51 UTC 2020


    Date: Friday, June 26, 2020 @ 05:12:50
  Author: polyzen
Revision: 653438

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-26 05:12:28 UTC (rev 653437)
+++ PKGBUILD	2020-06-26 05:12:50 UTC (rev 653438)
@@ -1,22 +0,0 @@
-# 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/PKGBUILD (from rev 653437, ttf-indic-otf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-26 05:12:50 UTC (rev 653438)
@@ -0,0 +1,22 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: 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=10
+pkgdesc='Indic Opentype Fonts collection'
+url=https://indlinux.org/wiki/index.php/Downloads
+license=('GPL')
+arch=('any')
+depends=('xorg-fonts-alias' 'xorg-fonts-encodings')
+source=("https://indlinux.org/downloads/files/indic-otf-$pkgver.tar.gz")
+sha512sums=('ecb85ca38b40b0afd23c57a5529e3a5eec175852d28d5f9e49592e53f91530ff63737e86df3fe574daf725a673eb59c1ec653b25c7a67642bbfe378df7964bfb')
+
+package() {
+  cd indic/OpenType
+  install -Dm644 -t "$pkgdir"/usr/share/fonts/TTF *.ttf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: install
===================================================================
--- install	2020-06-26 05:12:28 UTC (rev 653437)
+++ install	2020-06-26 05:12:50 UTC (rev 653438)
@@ -1,13 +0,0 @@
-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