Date: Monday, January 5, 2015 @ 17:18:00 Author: bisson Revision: 228662
archrelease: copy trunk to extra-any Added: ttf-ubraille/repos/extra-any/PKGBUILD (from rev 228661, ttf-ubraille/trunk/PKGBUILD) ttf-ubraille/repos/extra-any/install (from rev 228661, 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 16:17:04 UTC (rev 228661) +++ PKGBUILD 2015-01-05 16:18:00 UTC (rev 228662) @@ -1,23 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson <bis...@archlinux.org> -# Contributor: Firmicus <francois.archlinux.org> -# Contributor: Damir Perisa <damir.per...@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 228661, ttf-ubraille/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2015-01-05 16:18:00 UTC (rev 228662) @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Gaetan Bisson <bis...@archlinux.org> +# Contributor: Firmicus <francois.archlinux.org> +# Contributor: Damir Perisa <damir.per...@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 16:17:04 UTC (rev 228661) +++ install 2015-01-05 16:18:00 UTC (rev 228662) @@ -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 228661, ttf-ubraille/trunk/install) =================================================================== --- install (rev 0) +++ install 2015-01-05 16:18:00 UTC (rev 228662) @@ -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 +}