[arch-commits] Commit in ttf-indic-otf/repos/extra-any (4 files)

Gaetan Bisson bisson at nymeria.archlinux.org
Sat Feb 2 04:32:12 UTC 2013


    Date: Saturday, February 2, 2013 @ 05:32:12
  Author: bisson
Revision: 176883

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 install  |   30 +++++++++++++++---------------
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 04:31:52 UTC (rev 176882)
+++ PKGBUILD	2013-02-02 04:32:12 UTC (rev 176883)
@@ -1,23 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-# Contributor: Firmicus <francois.archlinux.org> 
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=ttf-indic-otf
-pkgver=0.2
-pkgrel=6
-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
-
-build() {
-	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 176882, ttf-indic-otf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-02 04:32:12 UTC (rev 176883)
@@ -0,0 +1,23 @@
+# $Id$
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+# Contributor: Firmicus <francois.archlinux.org> 
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=ttf-indic-otf
+pkgver=0.2
+pkgrel=6
+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
+}

Deleted: install
===================================================================
--- install	2013-02-02 04:31:52 UTC (rev 176882)
+++ install	2013-02-02 04:32:12 UTC (rev 176883)
@@ -1,15 +0,0 @@
-post_install() {
-	echo -n "Updating font cache... "
-	fc-cache -f > /dev/null
-	mkfontscale usr/share/fonts/TTF
-	mkfontdir usr/share/fonts/TTF
-	echo "done."
-}
-
-post_upgrade() {
-	post_install $1
-}
-
-post_remove() {
-	post_install $1
-}

Copied: ttf-indic-otf/repos/extra-any/install (from rev 176882, ttf-indic-otf/trunk/install)
===================================================================
--- install	                        (rev 0)
+++ install	2013-02-02 04:32:12 UTC (rev 176883)
@@ -0,0 +1,15 @@
+post_install() {
+	echo -n "Updating font cache... "
+	fc-cache -f > /dev/null
+	mkfontscale usr/share/fonts/TTF
+	mkfontdir usr/share/fonts/TTF
+	echo "done."
+}
+
+post_upgrade() {
+	post_install $1
+}
+
+post_remove() {
+	post_install $1
+}




More information about the arch-commits mailing list