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

Gaetan Bisson bisson at nymeria.archlinux.org
Sat Jun 15 05:02:50 UTC 2013


    Date: Saturday, June 15, 2013 @ 07:02:50
  Author: bisson
Revision: 188510

archrelease: copy trunk to extra-any

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

-------------+
 PKGBUILD    |   44 +++++++++++++++++++++++---------------------
 install     |   13 +++++++++++++
 ttf.install |   15 ---------------
 3 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-15 05:02:30 UTC (rev 188509)
+++ PKGBUILD	2013-06-15 05:02:50 UTC (rev 188510)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Firmicus <francois.archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=ttf-ubraille
-pkgver=001.000
-pkgrel=6
-pkgdesc="Unicode TTFonts for braille"
-arch=('any')
-url="http://yudit.org/download/fonts/UBraille/"
-license=('GPL')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
-install=ttf.install
-source=("http://yudit.org/download/fonts/UBraille/UBraille.ttf")
-md5sums=('4a8b8d06a4d6955a5c7319ce8440970c')
-
-package() {
-  cd ${srcdir}
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
-}

Copied: ttf-ubraille/repos/extra-any/PKGBUILD (from rev 188509, ttf-ubraille/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-06-15 05:02:50 UTC (rev 188510)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Firmicus <francois.archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=ttf-ubraille
+pkgver=001.000
+pkgrel=7
+pkgdesc='Unicode Braillt font'
+url='http://yudit.org/download/fonts/UBraille/'
+arch=('any')
+license=('GPL')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
+source=("http://yudit.org/download/fonts/UBraille/UBraille.ttf")
+sha1sums=('ad018068e0ca3bfb4683f224bebd0304518dece0')
+
+install=install
+
+package() {
+	cd ${srcdir}
+	install -d ${pkgdir}/usr/share/fonts/TTF
+	install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
+}

Copied: ttf-ubraille/repos/extra-any/install (from rev 188509, ttf-ubraille/trunk/install)
===================================================================
--- install	                        (rev 0)
+++ install	2013-06-15 05:02:50 UTC (rev 188510)
@@ -0,0 +1,13 @@
+post_install() {
+	fc-cache -fs
+	mkfontscale usr/share/fonts/TTF
+	mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: ttf.install
===================================================================
--- ttf.install	2013-06-15 05:02:30 UTC (rev 188509)
+++ ttf.install	2013-06-15 05:02:50 UTC (rev 188510)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -f -s > /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