[Lunar-commits] <moonbase-other> SourceCodePro-fonts: added to -other
v4hn
me at v4hn.de
Thu May 16 23:33:58 CEST 2013
commit a94a0a91898536e010782ac14c758e1d4882aecc
Author: v4hn <me at v4hn.de>
Date: Thu, 16 May 2013 14:33:35 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a94a0a91898536e010782ac14c758e1d4882aecc
SourceCodePro-fonts: added to -other
---
fonts/SourceCodePro-fonts/BUILD | +3/-0
fonts/SourceCodePro-fonts/DEPENDS | +2/-0
fonts/SourceCodePro-fonts/DETAILS | +16/-0
fonts/SourceCodePro-fonts/POST_INSTALL | +2/-0
4 files changed, 23 insertions(+)
--- /dev/null
+++ b/fonts/SourceCodePro-fonts/BUILD
@@ -0,0 +1,3 @@
+prepare_install &&
+mkdir -p /usr/share/fonts/SourceCodePro &&
+cp -vR TTF/*.ttf /usr/share/fonts/SourceCodePro
--- /dev/null
+++ b/fonts/SourceCodePro-fonts/DEPENDS
@@ -0,0 +1,2 @@
+depends fontconfig
+depends unzip
--- /dev/null
+++ b/fonts/SourceCodePro-fonts/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=SourceCodePro-fonts
+ VERSION=1.017
+ SOURCE=SourceCodePro_FontsOnly-$VERSION.zip
+ SOURCE_URL=$SFORGE_URL/sourcecodepro.adobe
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/SourceCodePro_FontsOnly-$VERSION
+ SOURCE_VFY=sha1:c0e3f6f8e25b434c0e28a817539632f8a5ecb9e5
+ WEB_SITE=http://www.sourceforge.net/projects/sourcecodepro.adobe
+ ENTERED=20130516
+ UPDATED=20130516
+ ARCHIVE=off
+ SHORT="fonts designed for coding environments"
+
+cat << EOF
+Source Sans is a set of monospaced OpenType fonts
+that have been designed to work well coding environments.
+EOF
--- /dev/null
+++ b/fonts/SourceCodePro-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