[arch-commits] Commit in ttf-mph-2b-damase/repos/extra-any (4 files)

Gaetan Bisson bisson at archlinux.org
Mon Feb 6 08:17:16 UTC 2012


    Date: Monday, February 6, 2012 @ 03:17:16
  Author: bisson
Revision: 149199

archrelease: copy trunk to extra-any

Added:
  ttf-mph-2b-damase/repos/extra-any/PKGBUILD
    (from rev 149198, ttf-mph-2b-damase/trunk/PKGBUILD)
  ttf-mph-2b-damase/repos/extra-any/install
    (from rev 149198, ttf-mph-2b-damase/trunk/install)
Deleted:
  ttf-mph-2b-damase/repos/extra-any/PKGBUILD
  ttf-mph-2b-damase/repos/extra-any/ttf.install

-------------+
 PKGBUILD    |   50 ++++++++++++++++++++++++--------------------------
 install     |   15 +++++++++++++++
 ttf.install |   15 ---------------
 3 files changed, 39 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-06 08:17:03 UTC (rev 149198)
+++ PKGBUILD	2012-02-06 08:17:16 UTC (rev 149199)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Firmicus <francois.archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-# font is PD, unfortunately nowhere on the net available directly atm, so we use debian as source
-# deb: Paul Wise <pabs3 AT bonedaddy.net>
-# author: Mark Williamson <node DOT ue AT gmail.com>
-
-pkgname=ttf-mph-2b-damase
-pkgver=001.000.4.dfsg.2
-origver=001.000.dfsg.2
-pkgrel=2
-pkgdesc="Super-Unicode TTFont covering full Plane 1, and the following scripts: Armenian, Buginese, Cherokee, Cypriot Syllabary, Cyrillic, Deseret, Georgian, Asomtavruli, Nuskhuri but no Mkhedruli, Glagolitic, Gothic, Greek, Hanunoo, Hebrew, Latin, Limbu, Linear B, Old Italic, Old Persian cuneiform, Osmanya, Shavian, Syloti Nagri, Tai Le, Thaana, Tifinagh, Ugaritic, Vietnamese"
-arch=('any')
-license=('PD')
-url="http://packages.debian.org/unstable/x11/ttf-mph-2b-damase" 
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
-install=ttf.install
-source=("http://ftp.debian.org/debian/pool/main/t/ttf-mph-2b-damase/ttf-mph-2b-damase_${origver}.orig.tar.gz")
-md5sums=('a3182b21abe68046039471cabe0af66d')
-
-build() {
-  cd ${srcdir}/ttf-mph-2b-damase-$origver
-  install -dm755  ${pkgdir}/usr/share/fonts/TTF
-  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
-}
-

Copied: ttf-mph-2b-damase/repos/extra-any/PKGBUILD (from rev 149198, ttf-mph-2b-damase/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-06 08:17:16 UTC (rev 149199)
@@ -0,0 +1,24 @@
+# $Id$
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=ttf-mph-2b-damase
+pkgver=001.000.4.dfsg.2
+_pkgver=001.000.dfsg.2
+pkgrel=3
+pkgdesc='Unicode font covering full plane 1, and numerous scripts'
+url="http://packages.debian.org/unstable/x11/ttf-mph-2b-damase" 
+license=('custom:Public_Domain')
+arch=('any')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
+source=("http://ftp.debian.org/debian/pool/main/t/ttf-mph-2b-damase/ttf-mph-2b-damase_${_pkgver}.orig.tar.gz")
+sha1sums=('89be20922bae94c55e7e42bcc8644bb5c7375f2a')
+
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${_pkgver}"
+	install -dm755 "${pkgdir}"/usr/share/{fonts/TTF,licenses/${pkgname}}
+	install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
+	echo 'No copyright applies; this work is in the public domain.' > "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: ttf-mph-2b-damase/repos/extra-any/install (from rev 149198, ttf-mph-2b-damase/trunk/install)
===================================================================
--- install	                        (rev 0)
+++ install	2012-02-06 08:17:16 UTC (rev 149199)
@@ -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	2012-02-06 08:17:03 UTC (rev 149198)
+++ ttf.install	2012-02-06 08:17:16 UTC (rev 149199)
@@ -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