system/google-droid-fonts: Fixed download link

This commit includes minor README changes by rworkman.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Binh Nguyen 2012-04-01 22:51:26 -05:00 committed by Erik Hanson
parent 63512a9741
commit 61dfffb7b8
3 changed files with 11 additions and 12 deletions

View file

@ -1,10 +1,9 @@
The Droid typeface family was designed in the fall of 2006 by
Ascender's Steve Matteson, as a commission from Google to create a
set of system fonts for its Android platform. The goal was to provide
optimal quality and comfort on a mobile handset when rendered in
application menus, web browsers, and for other screen text.
The Droid typeface family was designed in the fall of 2006 by Ascender's
Steve Matteson, as a commission from Google to create a set of system
fonts for its Android platform. The goal was to provide optimal quality
and comfort on a mobile handset when rendered in application menus, web
browsers, and for other screen text.
This SlackBuild puts 35-droid.conf into /etc/fonts/conf.avail.
It sets the "sans", "serif" and "monospace" aliases to Droid fonts.
If you want to use Droid as your system fonts, symlink it into
/etc/fonts/conf.d.
This package installs /etc/fonts/conf.avail/35-droid.conf which sets the
"sans" and "serif" and "monospace" aliases to Droid fonts. If you want
to use Droid as your system fonts, symlink it into /etc/fonts/conf.d/

View file

@ -42,7 +42,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
mkdir $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
rpm2cpio < $CWD/$PRGNAM-$VERSION-1.fc14.src.rpm | cpio -imdv
rpm2cpio < $CWD/$PRGNAM-$VERSION-2.fc15.src.rpm | cpio -imdv
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \

View file

@ -1,8 +1,8 @@
PRGNAM="google-droid-fonts"
VERSION="20100409"
HOMEPAGE="http://www.droidfonts.com/"
DOWNLOAD="http://ftp.osuosl.org/pub/fedora/linux/releases/14/Everything/source/SRPMS/google-droid-fonts-20100409-1.fc14.src.rpm"
MD5SUM="10288b53edf905171e90d9c242d0e8d9"
DOWNLOAD="http://download.fedoraproject.org/pub/fedora/linux/releases/16/Everything/source/SRPMS/google-droid-fonts-20100409-2.fc15.src.rpm"
MD5SUM="5f30354841af6fa9cb6ec8ab4026b625"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Binh Nguyen"