Updates version metadata consistency

This commit is contained in:
Ryan L McIntyre 2018-03-03 14:14:22 -05:00
parent 9441fe06dd
commit b7931da607
18 changed files with 30 additions and 27 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
# version: 2.0.0
# script version: 1.0.0
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0
# Iterates over all patched fonts directories
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
# adds Windows versions of the fonts as well (casks files just won't download them)

View file

@ -1,6 +1,6 @@
#!/bin/bash
# version: 2.0.0
# script version: 1.0.0
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0
# Iterates over all patched fonts directories
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
# only adds non-Windows versions of the fonts

View file

@ -1,6 +1,6 @@
#!/bin/bash
# version: 2.0.0
# script version: 1.0.0
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0
# Generates CSS file for the font
# shellcheck disable=SC1091

View file

@ -1,6 +1,6 @@
#!/bin/bash
# version: 2.0.0
# script version: 1.0.0
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0
# Iterates over all patched fonts directories
# to generate a fontconfig based on the Nerd Fonts Symbols font
# that contains only the glyphs

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# coding=utf8
# nerd fonts version: 2.0.0
# script version: 1.0.0
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0
# Example Usage:
# ./generate-glyph-info-from-set.py --font ../../src/glyphs/materialdesignicons-webfont.ttf --start f001 --end f847 --offset 4ff

View file

@ -1,6 +1,6 @@
#!/bin/bash
# version: 2.0.0
# script version: 1.1.0
# Nerd Fonts Version: 2.0.0
# Script Version: 1.1.0
# used for debugging
#set -x

View file

@ -1,4 +1,5 @@
#!/bin/bash
# Nerd Fonts Version: 2.0.0
# Script Version 1.1.0
for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{dev,fae,fa,iec,linux,oct,ple,pom,seti,material,weather}.sh; do

View file

@ -1,6 +1,7 @@
#!/bin/bash
# Font Logos (Font Linux) (29 icons)
# Codepoints: Nerd Fonts moved F100-F11C with holes → F300-F31C
# Nerd Fonts Version: 2.0.0
# Script Version: 1.1.0
test -n "$__i_linux_loaded" && return || __i_linux_loaded=1
i='' i_linux_alpine=$i

View file

@ -1,6 +1,7 @@
#!/bin/bash
# Material Design Icons (2,119 icons)
# Codepoints: F001, F847, Nerd Fonts moved F500-FD46
# Nerd Fonts Version: 2.0.0
# Script Version 1.0.0
test -n "$__i_mdi_loaded" && return || __i_mdi_loaded=1
i='' i_mdi_vector_square=$i

View file

@ -1,8 +1,8 @@
#!/bin/bash
# Weather Icons (228 icons)
# Codepoints: F000, F0EB, Nerd Fonts moved F328-F413
# Nerd Fonts Version: 2.0.0
# Script Version 1.0.0
# @todo names
test _n "$__i_weather_loaded" && return || __i_weather_loaded=1
i='' i_weather_day_cloudy_gusts=$i
i='' i_weather_day_cloudy_windy=$i

View file

@ -1,5 +1,5 @@
#!/bin/bash
# version: 2.0.0
# Nerd Fonts Version: 2.0.0
# calls the necessary scripts in the necessary order to prepare for a release
#set -x

View file

@ -1,6 +1,6 @@
#!/bin/bash
# version: 2.0.0
# script version: 1.0.0
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0
# Iterates over all patched fonts directories
# converts all non markdown readmes to markdown (e.g., txt, rst) using pandoc
# adds information on additional-variations and complete font variations

View file

@ -1,6 +1,6 @@
#!/bin/bash
# nerd fonts version 2.0.0
# script version: 1.0.0
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0
# Given an array of decimal numbers print all unicode codepoint.
function print-decimal-unicode-range() {

View file

@ -1,6 +1,6 @@
#!/bin/bash
# version: 2.0.0
# script version: 1.0.0
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0
text1='Testing'
text2='Nerd Fonts'

View file

@ -1,6 +1,6 @@
#!/bin/bash
# version: 2.0.0
# script version: 1.0.0
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0
clear
echo "Click to start"

View file

@ -1,6 +1,6 @@
#!/bin/bash
# version: 2.0.0
# script version: 1.0.1
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.1
# Iterates over all archives and uploads to given release
# uncomment to debug:

View file

@ -1,6 +1,6 @@
#!/bin/bash
# version: 2.0.0
# script version: 1.0.1
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.1
# bump version number for release in scripts (bash and python)
# does not do semver format checking
# this obviously is not perfect but works good enough for now (YAGNI)

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
# coding=utf8
# nerd fonts version: 2.0.0
# Nerd Fonts Version: 2.0.0
# script version: 2.0.0
from __future__ import absolute_import, print_function, unicode_literals