[arch-commits] Commit in ttf-khmer/trunk (PKGBUILD install ttf.install)

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Jun 30 12:01:59 UTC 2014


    Date: Monday, June 30, 2014 @ 14:01:58
  Author: bisson
Revision: 215771

rebuild for mtree support

Added:
  ttf-khmer/trunk/install
    (from rev 215770, ttf-khmer/trunk/ttf.install)
Modified:
  ttf-khmer/trunk/PKGBUILD
Deleted:
  ttf-khmer/trunk/ttf.install

-------------+
 PKGBUILD    |    7 ++++---
 install     |   15 +++++++++++++++
 ttf.install |   15 ---------------
 3 files changed, 19 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-30 11:57:16 UTC (rev 215770)
+++ PKGBUILD	2014-06-30 12:01:58 UTC (rev 215771)
@@ -6,9 +6,10 @@
 pkgname=ttf-khmer
 _pkgname=All_KhmerOS
 pkgver=5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Fonts for Khmer and Latin alphabets'
-url='http://www.khmeros.info/en/fonts'
+# url='http://www.khmeros.info/en/fonts' # dead
+url='http://sourceforge.net/projects/khmer/'
 license=('LGPL')
 arch=('any')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
@@ -15,7 +16,7 @@
 source=("http://downloads.sourceforge.net/project/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${pkgver}-%20LGPL%20Licence/${_pkgname}_${pkgver}.zip")
 sha1sums=('4a17c919b93f4b99765cd476708ef3a79a925f37')
 
-install=ttf.install
+install=install
 
 package() {
 	cd "${srcdir}/${_pkgname}_${pkgver}"

Copied: ttf-khmer/trunk/install (from rev 215770, ttf-khmer/trunk/ttf.install)
===================================================================
--- install	                        (rev 0)
+++ install	2014-06-30 12:01:58 UTC (rev 215771)
@@ -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
+}

Deleted: ttf.install
===================================================================
--- ttf.install	2014-06-30 11:57:16 UTC (rev 215770)
+++ ttf.install	2014-06-30 12:01:58 UTC (rev 215771)
@@ -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
-}




More information about the arch-commits mailing list