Date: Friday, October 11, 2013 @ 15:42:53 Author: heftig Revision: 98477
add some high-quality opentype fonts Added: adobe-source-code-pro-fonts/ adobe-source-code-pro-fonts/repos/ adobe-source-code-pro-fonts/trunk/ adobe-source-code-pro-fonts/trunk/PKGBUILD adobe-source-code-pro-fonts/trunk/fonts.install adobe-source-sans-pro-fonts/ adobe-source-sans-pro-fonts/repos/ adobe-source-sans-pro-fonts/trunk/ adobe-source-sans-pro-fonts/trunk/PKGBUILD adobe-source-sans-pro-fonts/trunk/fonts.install tex-gyre-fonts/ tex-gyre-fonts/repos/ tex-gyre-fonts/trunk/ tex-gyre-fonts/trunk/PKGBUILD tex-gyre-fonts/trunk/fonts.install -------------------------------------------------+ adobe-source-code-pro-fonts/trunk/PKGBUILD | 23 +++++++++++++++++++++ adobe-source-code-pro-fonts/trunk/fonts.install | 11 ++++++++++ adobe-source-sans-pro-fonts/trunk/PKGBUILD | 23 +++++++++++++++++++++ adobe-source-sans-pro-fonts/trunk/fonts.install | 11 ++++++++++ tex-gyre-fonts/trunk/PKGBUILD | 24 ++++++++++++++++++++++ tex-gyre-fonts/trunk/fonts.install | 11 ++++++++++ 6 files changed, 103 insertions(+) Added: adobe-source-code-pro-fonts/trunk/PKGBUILD =================================================================== --- adobe-source-code-pro-fonts/trunk/PKGBUILD (rev 0) +++ adobe-source-code-pro-fonts/trunk/PKGBUILD 2013-10-11 13:42:53 UTC (rev 98477) @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> + +pkgname=adobe-source-code-pro-fonts +pkgver=1.017 +pkgrel=1 +pkgdesc="A set of mono-spaced OpenType fonts designed for coding environments" +arch=(any) +url="http://sourceforge.net/projects/sourcecodepro.adobe" +license=(custom) +depends=(fontconfig) +install=fonts.install +source=(http://downloads.sourceforge.net/sourcecodepro.adobe/SourceCodePro_FontsOnly-${pkgver}.zip) +sha256sums=('8136b4686309c428ef073356ab178c2f7e8f7b6fadd5a6c61b6a20646377b21f') + +package() { + cd SourceCodePro_FontsOnly-$pkgver + install -d "$pkgdir/usr/share/fonts/adobe-source-code-pro" + install -t "$pkgdir/usr/share/fonts/adobe-source-code-pro" -m644 OTF/*.otf + install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Property changes on: adobe-source-code-pro-fonts/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: adobe-source-code-pro-fonts/trunk/fonts.install =================================================================== --- adobe-source-code-pro-fonts/trunk/fonts.install (rev 0) +++ adobe-source-code-pro-fonts/trunk/fonts.install 2013-10-11 13:42:53 UTC (rev 98477) @@ -0,0 +1,11 @@ +post_install() { + fc-cache -f +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Added: adobe-source-sans-pro-fonts/trunk/PKGBUILD =================================================================== --- adobe-source-sans-pro-fonts/trunk/PKGBUILD (rev 0) +++ adobe-source-sans-pro-fonts/trunk/PKGBUILD 2013-10-11 13:42:53 UTC (rev 98477) @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> + +pkgname=adobe-source-sans-pro-fonts +pkgver=1.050 +pkgrel=1 +pkgdesc="A set of OpenType fonts designed for user interfaces" +arch=(any) +url="http://sourceforge.net/projects/sourcesans.adobe" +license=(custom) +depends=(fontconfig) +install=fonts.install +source=(http://downloads.sourceforge.net/sourcesans.adobe/SourceSansPro_FontsOnly-${pkgver}.zip) +sha256sums=('c379f5ef53981757b9aa115cfd0775e9fa92175f5d611ab3bbe57689fa3c5f00') + +package() { + cd SourceSansPro_FontsOnly-$pkgver + install -d "$pkgdir/usr/share/fonts/adobe-source-sans-pro" + install -t "$pkgdir/usr/share/fonts/adobe-source-sans-pro" -m644 OTF/*.otf + install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Property changes on: adobe-source-sans-pro-fonts/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: adobe-source-sans-pro-fonts/trunk/fonts.install =================================================================== --- adobe-source-sans-pro-fonts/trunk/fonts.install (rev 0) +++ adobe-source-sans-pro-fonts/trunk/fonts.install 2013-10-11 13:42:53 UTC (rev 98477) @@ -0,0 +1,11 @@ +post_install() { + fc-cache -f +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Added: tex-gyre-fonts/trunk/PKGBUILD =================================================================== --- tex-gyre-fonts/trunk/PKGBUILD (rev 0) +++ tex-gyre-fonts/trunk/PKGBUILD 2013-10-11 13:42:53 UTC (rev 98477) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> + +pkgname=tex-gyre-fonts +pkgver=2.005 +pkgrel=1 +pkgdesc="Substitute PostScript fonts in OpenType format" +arch=(any) +url="http://www.gust.org.pl/projects/e-foundry/tex-gyre" +license=(custom) +depends=(fontconfig) +install=fonts.install +source=($url/whole/tg-${pkgver}otf.zip + $url/../licenses/GUST-FONT-LICENSE.txt) +sha256sums=('6158bdb106e5b017743cb6e9ddb6ad4c7153e82fafadd6eb5d62c9f3064df04e' + 'a746108477b2fa685845e7596b7ad8342bc358704b2b7da355f2df0a0cb8ad85') + +package() { + install -d "$pkgdir/usr/share/fonts/tex-gyre" + install -t "$pkgdir/usr/share/fonts/tex-gyre" -m644 *.otf + install -Dm644 GUST-FONT-LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Property changes on: tex-gyre-fonts/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: tex-gyre-fonts/trunk/fonts.install =================================================================== --- tex-gyre-fonts/trunk/fonts.install (rev 0) +++ tex-gyre-fonts/trunk/fonts.install 2013-10-11 13:42:53 UTC (rev 98477) @@ -0,0 +1,11 @@ +post_install() { + fc-cache -f +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +}
