# HG changeset patch # User Leonardo Laporte # Date 1461205061 10800 # Node ID 8c6f020702d2fcc174abb3f993335429d8685c8d # Parent c21dac78c09246f626f74429a06a89612d67d314 Add: Transcends Games. A font with retro-futuristic style. diff -r c21dac78c092 -r 8c6f020702d2 otf-transcends-games/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/otf-transcends-games/description.txt Wed Apr 20 23:17:41 2016 -0300 @@ -0,0 +1,8 @@ +Transcends Games Font + +Build around straight lines and quarter circles, this font +has a retro-futuristic feel. + +Full Language Support: Basic Latin + +https://fontlibrary.org/en/font/transcends-games diff -r c21dac78c092 -r 8c6f020702d2 otf-transcends-games/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/otf-transcends-games/receipt Wed Apr 20 23:17:41 2016 -0300 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="otf-transcends-games" +VERSION="0.1" +CATEGORY="x-window" +SHORT_DESC="Transcends Games is a font with retro-futuristic style." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="PublicDomain" +SOURCE="transcends-games" +WEB_SITE="http://people.slitaz.org/~leonardolaporte" +STUFF_DIR="lab.slitaz/5.0/pkg/font/publicdomain" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="${WEB_SITE}/$STUFF_DIR/$TARBALL" +TAGS="font ttf" + +DEPENDS="" +BUILD_DEPENDS="wget" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p $install/usr/share/fonts/pd/$SOURCE + cp -a $src/* $install/usr/share/fonts/pd/$SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} + +post_install() +{ + fc-cache +}