[arch-commits] Commit in ttf-indic-otf/repos/extra-any (4 files)
Gaëtan Bisson
bisson at archlinux.org
Wed May 30 23:24:42 UTC 2018
Date: Wednesday, May 30, 2018 @ 23:24:41
Author: bisson
Revision: 325269
archrelease: copy trunk to extra-any
Added:
ttf-indic-otf/repos/extra-any/PKGBUILD
(from rev 325268, ttf-indic-otf/trunk/PKGBUILD)
ttf-indic-otf/repos/extra-any/install
(from rev 325268, ttf-indic-otf/trunk/install)
Deleted:
ttf-indic-otf/repos/extra-any/PKGBUILD
ttf-indic-otf/repos/extra-any/install
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
install | 26 +++++++++++++-------------
2 files changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-30 23:23:57 UTC (rev 325268)
+++ PKGBUILD 2018-05-30 23:24:41 UTC (rev 325269)
@@ -1,23 +0,0 @@
-# $Id$
-# 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=8
-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")
-sha1sums=('0f7ae06343a6cc757c20f5eb5b637654146e60a1')
-
-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/extra-any/PKGBUILD (from rev 325268, ttf-indic-otf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-30 23:24:41 UTC (rev 325269)
@@ -0,0 +1,23 @@
+# $Id$
+# 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
+}
Deleted: install
===================================================================
--- install 2018-05-30 23:23:57 UTC (rev 325268)
+++ install 2018-05-30 23:24:41 UTC (rev 325269)
@@ -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
-}
Copied: ttf-indic-otf/repos/extra-any/install (from rev 325268, ttf-indic-otf/trunk/install)
===================================================================
--- install (rev 0)
+++ install 2018-05-30 23:24:41 UTC (rev 325269)
@@ -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