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

Andrea Scarpino andrea at archlinux.org
Tue Jan 10 21:03:54 UTC 2012


    Date: Tuesday, January 10, 2012 @ 16:03:54
  Author: andrea
Revision: 146402

archrelease: copy trunk to extra-any

Added:
  ttf-khmer/repos/extra-any/PKGBUILD
    (from rev 146401, ttf-khmer/trunk/PKGBUILD)
  ttf-khmer/repos/extra-any/ttf.install
    (from rev 146401, ttf-khmer/trunk/ttf.install)
Deleted:
  ttf-khmer/repos/extra-any/PKGBUILD
  ttf-khmer/repos/extra-any/ttf.install

-------------+
 PKGBUILD    |   44 ++++++++++++++++++++++----------------------
 ttf.install |   30 +++++++++++++++---------------
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-10 21:03:40 UTC (rev 146401)
+++ PKGBUILD	2012-01-10 21:03:54 UTC (rev 146402)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Firmicus <francois.archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=ttf-khmer
-pkgver=5.0
-pkgrel=2
-pkgdesc="TTFont collection for Khmer (Cambodia)"
-arch=('any')
-license=('LGPL')
-url="http://www.khmeros.info/drupal/?q=en/download/fonts"
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
-install=ttf.install
-source=(http://downloads.sourceforge.net/sourceforge/khmer/All_KhmerOS_${pkgver}.zip)
-md5sums=('dc1ddeb526ccbc06603da880d1e89e7b')
-
-build() {
-  cd ${srcdir}/All_KhmerOS_${pkgver}
-  install -dm755 ${pkgdir}/usr/share/fonts/TTF
-  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
-}
-

Copied: ttf-khmer/repos/extra-any/PKGBUILD (from rev 146401, ttf-khmer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-01-10 21:03:54 UTC (rev 146402)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer:
+# Contributor: Firmicus <francois.archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=ttf-khmer
+pkgver=5.0
+pkgrel=3
+pkgdesc="TTFont collection for Khmer (Cambodia)"
+arch=('any')
+license=('LGPL')
+url='http://www.khmeros.info/drupal612/en/taxonomy/term/53'
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
+install=ttf.install
+source=("http://downloads.sourceforge.net/sourceforge/khmer/All_KhmerOS_${pkgver}.zip")
+md5sums=('dc1ddeb526ccbc06603da880d1e89e7b')
+
+package() {
+  cd ${srcdir}/All_KhmerOS_${pkgver}
+  install -dm755 ${pkgdir}/usr/share/fonts/TTF
+  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
+}

Deleted: ttf.install
===================================================================
--- ttf.install	2012-01-10 21:03:40 UTC (rev 146401)
+++ ttf.install	2012-01-10 21:03:54 UTC (rev 146402)
@@ -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-khmer/repos/extra-any/ttf.install (from rev 146401, ttf-khmer/trunk/ttf.install)
===================================================================
--- ttf.install	                        (rev 0)
+++ ttf.install	2012-01-10 21:03:54 UTC (rev 146402)
@@ -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