[arch-commits] Commit in ttf-ubraille/repos/extra-any (4 files)
Gaetan Bisson
bisson at archlinux.org
Mon Jan 5 15:35:03 UTC 2015
Date: Monday, January 5, 2015 @ 16:35:02
Author: bisson
Revision: 228626
archrelease: copy trunk to extra-any
Added:
ttf-ubraille/repos/extra-any/PKGBUILD
(from rev 228625, ttf-ubraille/trunk/PKGBUILD)
ttf-ubraille/repos/extra-any/install
(from rev 228625, ttf-ubraille/trunk/install)
Deleted:
ttf-ubraille/repos/extra-any/PKGBUILD
ttf-ubraille/repos/extra-any/install
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
install | 26 +++++++++++++-------------
2 files changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-05 15:34:16 UTC (rev 228625)
+++ PKGBUILD 2015-01-05 15:35:02 UTC (rev 228626)
@@ -1,23 +0,0 @@
-# $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=8
-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/PKGBUILD (from rev 228625, ttf-ubraille/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-01-05 15:35:02 UTC (rev 228626)
@@ -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=8
+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/
+}
Deleted: install
===================================================================
--- install 2015-01-05 15:34:16 UTC (rev 228625)
+++ install 2015-01-05 15:35:02 UTC (rev 228626)
@@ -1,13 +0,0 @@
-post_install() {
- fc-cache -s > /dev/null
- mkfontscale usr/share/fonts/TTF
- mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: ttf-ubraille/repos/extra-any/install (from rev 228625, ttf-ubraille/trunk/install)
===================================================================
--- install (rev 0)
+++ install 2015-01-05 15:35:02 UTC (rev 228626)
@@ -0,0 +1,13 @@
+post_install() {
+ fc-cache -s > /dev/null
+ mkfontscale usr/share/fonts/TTF
+ mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list