diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
commit | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch) | |
tree | 11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/ttf-roboto/PKGBUILD | |
parent | 748e32a3a886569b58a27003e85b76be5746153d (diff) |
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/ttf-roboto/PKGBUILD')
-rw-r--r-- | pcr/ttf-roboto/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/pcr/ttf-roboto/PKGBUILD b/pcr/ttf-roboto/PKGBUILD deleted file mode 100644 index 9085985d7..000000000 --- a/pcr/ttf-roboto/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Maintainer: Michael Düll <mail@akurei.me> PGP-Key: D6777412 - Fingerprint: C972 8B50 9411 BBE1 5CA5 9906 5103 71F3 D677 7412 -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io> - -pkgname=ttf-roboto -pkgver=20121102 -pkgrel=1 -pkgdesc='The new system font of Android 4, Codename "Ice Cream Sandwich".' -arch=('any') -license=('APACHE') -url="https://developer.android.com/design/style/typography.html" -depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') -install=$pkgname.install -source=( - "https://developer.android.com/downloads/design/Roboto_Hinted_20120823.zip" -) - -package() -{ - install -d $pkgdir/usr/share/fonts/TTF/ - install -m644 *.ttf $pkgdir/usr/share/fonts/TTF/ - install -d $pkgdir/usr/share/licenses/$pkgname/ - install -m644 $srcdir/COPYING.txt $pkgdir/usr/share/licenses/$pkgname/ -} - -sha512sums=('ce4af34d0a23dd4076d033dcb03f17335eb83317da72b45257291be3aa34ff589405bfdfb768faca769d401a9091b63e5f195704ed69874d7d17289ca436a785') |