[Lunar-commits] <moonbase-other> droid-fonts: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Mon Jul 16 12:37:42 CEST 2012
commit 9972a7f4b99189fff9e6f615be096afee0a23ec7
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 16 Jul 2012 03:37:42 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/9972a7f4b99189fff9e6f615be096afee0a23ec7
droid-fonts: Readding to moonbase.
---
fonts/droid-fonts/BUILD +19/-0
fonts/droid-fonts/DEPENDS +3/-0
fonts/droid-fonts/DETAILS +14/-0
fonts/droid-fonts/POST_INSTALL +2/-0
4 files changed, 38 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/fonts/droid-fonts/BUILD
@@ -0,0 +1,19 @@
+(
+
+ DRO=/usr/share/fonts/droid-ttf &&
+
+ prepare_install &&
+
+ if [ ! -d $DRO ] ; then
+ mkdir -p $DRO
+ fi &&
+
+ if [ -d old.libraries ] ; then
+ rmdir old.libraries
+ fi &&
+
+ cp -f $SOURCE_DIRECTORY/* $DRO &&
+ cd $DEJ &&
+ mkfontdir
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/fonts/droid-fonts/DEPENDS
@@ -0,0 +1,3 @@
+depends fontconfig
+depends mkfontdir
+
--- /dev/null
+++ b/fonts/droid-fonts/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=droid-fonts
+ VERSION=20110328
+ SOURCE=ttf-droid-2c2d5e3.tar.gz
+ SOURCE_URL=http://archlinux.puzzle.ch/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/base-2c2d5e3
+ SOURCE_VFY=sha1:d02de8b23626047b3f457ebc44d3455c2ca89eb8
+ WEB_SITE="http://code.google.com/android/"
+ ENTERED=20110427
+ UPDATED=20110427
+ MAINTAINER=neocrust at gmail.com
+ SHORT="Android fonts"
+cat << EOF
+A font created by Ascender Corporation for use by the Open Handset Alliance platform, Android.
+EOF
--- /dev/null
+++ b/fonts/droid-fonts/POST_INSTALL
@@ -0,0 +1,2 @@
+message "Running fc-cache, please be patient" &&
+fc-cache -f
More information about the Lunar-commits
mailing list