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

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


    Date: Saturday, February 2, 2013 @ 05:32:58
  Author: bisson
Revision: 176887

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 install  |   30 +++++++++++++++---------------
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 04:32:38 UTC (rev 176886)
+++ PKGBUILD	2013-02-02 04:32:58 UTC (rev 176887)
@@ -1,24 +0,0 @@
-# $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/PKGBUILD (from rev 176886, ttf-mph-2b-damase/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-02 04:32:58 UTC (rev 176887)
@@ -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
+
+package() {
+	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"
+}

Deleted: install
===================================================================
--- install	2013-02-02 04:32:38 UTC (rev 176886)
+++ install	2013-02-02 04:32:58 UTC (rev 176887)
@@ -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-mph-2b-damase/repos/extra-any/install (from rev 176886, ttf-mph-2b-damase/trunk/install)
===================================================================
--- install	                        (rev 0)
+++ install	2013-02-02 04:32:58 UTC (rev 176887)
@@ -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