mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/Iosevka: Updated for version 3.6.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
54ccfdc64b
commit
ce962243ef
5 changed files with 11 additions and 29 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=Iosevka
|
||||
VERSION=${VERSION:-3.2.2}
|
||||
VERSION=${VERSION:-3.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,8 +40,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $TMP/$PRGNAM-$VERSION
|
||||
unzip -o $CWD/pkg-iosevka-$VERSION.zip -d $TMP/$PRGNAM-$VERSION
|
||||
unzip -o $CWD/ttc-iosevka-$VERSION.zip -d $TMP/$PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -51,7 +50,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/share/fonts/TTF
|
||||
cp -a ttf/*.ttf ttc/*.ttc $PKG/usr/share/fonts/TTF
|
||||
cp -a *.ttc $PKG/usr/share/fonts/TTF
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/LICENSE > $PKG/usr/doc/$PRGNAM-$VERSION/LICENSE
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Iosevka"
|
||||
VERSION="3.2.2"
|
||||
VERSION="3.6.1"
|
||||
HOMEPAGE="https://typeof.net/Iosevka/"
|
||||
DOWNLOAD="https://github.com/be5invis/Iosevka/releases/download/v3.2.2/pkg-iosevka-3.2.2.zip"
|
||||
MD5SUM="827de688d4e6092233107ca3988c9ef3"
|
||||
DOWNLOAD="https://github.com/be5invis/Iosevka/releases/download/v3.6.1/ttc-iosevka-3.6.1.zip"
|
||||
MD5SUM="76d222fbec9b4e2c26ae33cfb3b396bc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,20 +1,3 @@
|
|||
Iosevka is an open-source, sans-serif, monospace quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals,
|
||||
and preparing technical documents.
|
||||
|
||||
Iosevka provides a large variety of variants. Prebuilt variants are listed
|
||||
below. For all Monospace variants' packages, it will contain three spacing
|
||||
variants.
|
||||
|
||||
Default: The default variant with ligatures. Various symbols, like arrows
|
||||
and geometric, are wide (2-column).
|
||||
|
||||
Terminal (“Term”):A narrower variant focusing terminal uses. Arrows and
|
||||
geometric symbols will be narrow to follow typical terminal usages.
|
||||
|
||||
Fixed: Exact monospace font without ligatures and wide glyphs. Since some
|
||||
environments cannot interpret Iosevka or Iosevka Term as monospace, and
|
||||
have difficulties with ligatures included, you can use Iosevka Fixed as an
|
||||
alternative.
|
||||
|
||||
Iosevka variant - Monospace, Default.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Update the X font indexes:
|
||||
|
||||
if [ -x /usr/bin/mkfontdir ]; then
|
||||
( cd /usr/share/fonts/TTF
|
||||
mkfontscale .
|
||||
mkfontdir .
|
||||
)
|
||||
fi
|
||||
if [ -x /usr/bin/fc-cache ]; then
|
||||
/usr/bin/fc-cache -f
|
||||
|
||||
[ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache -f
|
||||
fi
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
Iosevka: Iosevka (Open source monospace coding font)
|
||||
Iosevka: Iosevka (Slender monospace sans-serif typeface)
|
||||
Iosevka:
|
||||
Iosevka: Iosevka is a monospace typeface inspired by Pragmata Pro, M+, and
|
||||
Iosevka: DIN Mono. It is designed to have a narrow shape to be space
|
||||
Iosevka: efficient and compatible to CJK characters.
|
||||
Iosevka:
|
||||
Iosevka:
|
||||
Iosevka: Homepage: https://typeof.net/Iosevka/
|
||||
Iosevka:
|
||||
Iosevka:
|
||||
Iosevka:
|
||||
Iosevka:
|
||||
|
|
Loading…
Reference in a new issue