summaryrefslogtreecommitdiff
path: root/repo/font
diff options
context:
space:
mode:
Diffstat (limited to 'repo/font')
-rw-r--r--repo/font/encodings.xibuild20
-rw-r--r--repo/font/font-adobe-utopia-type1.xibuild20
-rw-r--r--repo/font/font-alias.xibuild20
-rw-r--r--repo/font/font-bh-ttf.xibuild20
-rw-r--r--repo/font/font-bh-type1.xibuild20
-rw-r--r--repo/font/font-ibm-type1.xibuild20
-rw-r--r--repo/font/font-misc-ethiopic.xibuild20
-rw-r--r--repo/font/font-xfree86-type1.xibuild20
8 files changed, 160 insertions, 0 deletions
diff --git a/repo/font/encodings.xibuild b/repo/font/encodings.xibuild
new file mode 100644
index 0000000..f93faba
--- /dev/null
+++ b/repo/font/encodings.xibuild
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+MAKEDEPS=(make asciidoc xmlto lynx)
+DEPS=(fontconfig libxcb elogind)
+
+PKG_VER=1.0.5
+SOURCE=https://www.x.org/pub/individual/font/encodings-$PKG_VER.tar.bz2
+
+build () {
+ ./configure $XORG_CONFIG
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+
+install -v -d -m755 $PKG_DEST/usr/share/fonts &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF
+} \ No newline at end of file
diff --git a/repo/font/font-adobe-utopia-type1.xibuild b/repo/font/font-adobe-utopia-type1.xibuild
new file mode 100644
index 0000000..2e14819
--- /dev/null
+++ b/repo/font/font-adobe-utopia-type1.xibuild
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+MAKEDEPS=(make asciidoc xmlto lynx)
+DEPS=(fontconfig libxcb elogind)
+
+PKG_VER=1.0.4
+SOURCE=https://www.x.org/pub/individual/font/font-adobe-utopia-type1-$PKG_VER.tar.bz2
+
+build () {
+ ./configure $XORG_CONFIG
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+
+install -v -d -m755 $PKG_DEST/usr/share/fonts &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF
+} \ No newline at end of file
diff --git a/repo/font/font-alias.xibuild b/repo/font/font-alias.xibuild
new file mode 100644
index 0000000..c0f66f1
--- /dev/null
+++ b/repo/font/font-alias.xibuild
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+MAKEDEPS=(make asciidoc xmlto lynx)
+DEPS=(fontconfig libxcb elogind)
+
+PKG_VER=1.0.4
+SOURCE=https://www.x.org/pub/individual/font/font-alias-$PKG_VER.tar.bz2
+
+build () {
+ ./configure $XORG_CONFIG
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+
+install -v -d -m755 $PKG_DEST/usr/share/fonts &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF
+} \ No newline at end of file
diff --git a/repo/font/font-bh-ttf.xibuild b/repo/font/font-bh-ttf.xibuild
new file mode 100644
index 0000000..2ba3a33
--- /dev/null
+++ b/repo/font/font-bh-ttf.xibuild
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+MAKEDEPS=(make asciidoc xmlto lynx)
+DEPS=(fontconfig libxcb elogind)
+
+PKG_VER=1.0.3
+SOURCE=https://www.x.org/pub/individual/font/font-bh-ttf-$PKG_VER.tar.bz2
+
+build () {
+ ./configure $XORG_CONFIG
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+
+install -v -d -m755 $PKG_DEST/usr/share/fonts &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF
+} \ No newline at end of file
diff --git a/repo/font/font-bh-type1.xibuild b/repo/font/font-bh-type1.xibuild
new file mode 100644
index 0000000..347ce5e
--- /dev/null
+++ b/repo/font/font-bh-type1.xibuild
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+MAKEDEPS=(make asciidoc xmlto lynx)
+DEPS=(fontconfig libxcb elogind)
+
+PKG_VER=1.0.3
+SOURCE=https://www.x.org/pub/individual/font/font-bh-type1-$PKG_VER.tar.bz2
+
+build () {
+ ./configure $XORG_CONFIG
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+
+install -v -d -m755 $PKG_DEST/usr/share/fonts &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF
+} \ No newline at end of file
diff --git a/repo/font/font-ibm-type1.xibuild b/repo/font/font-ibm-type1.xibuild
new file mode 100644
index 0000000..4385b72
--- /dev/null
+++ b/repo/font/font-ibm-type1.xibuild
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+MAKEDEPS=(make asciidoc xmlto lynx)
+DEPS=(fontconfig libxcb elogind)
+
+PKG_VER=1.0.3
+SOURCE=https://www.x.org/pub/individual/font/font-ibm-type1-$PKG_VER.tar.bz2
+
+build () {
+ ./configure $XORG_CONFIG
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+
+install -v -d -m755 $PKG_DEST/usr/share/fonts &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF
+} \ No newline at end of file
diff --git a/repo/font/font-misc-ethiopic.xibuild b/repo/font/font-misc-ethiopic.xibuild
new file mode 100644
index 0000000..92e0abf
--- /dev/null
+++ b/repo/font/font-misc-ethiopic.xibuild
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+MAKEDEPS=(make asciidoc xmlto lynx)
+DEPS=(fontconfig libxcb elogind)
+
+PKG_VER=1.0.4
+SOURCE=https://www.x.org/pub/individual/font/font-misc-ethiopic-$PKG_VER.tar.bz2
+
+build () {
+ ./configure $XORG_CONFIG
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+
+install -v -d -m755 $PKG_DEST/usr/share/fonts &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF
+} \ No newline at end of file
diff --git a/repo/font/font-xfree86-type1.xibuild b/repo/font/font-xfree86-type1.xibuild
new file mode 100644
index 0000000..0ae1ef0
--- /dev/null
+++ b/repo/font/font-xfree86-type1.xibuild
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+MAKEDEPS=(make asciidoc xmlto lynx)
+DEPS=(fontconfig libxcb elogind)
+
+PKG_VER=1.0.4
+SOURCE=https://www.x.org/pub/individual/font/font-xfree86-type1-$PKG_VER.tar.bz2
+
+build () {
+ ./configure $XORG_CONFIG
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+
+install -v -d -m755 $PKG_DEST/usr/share/fonts &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF
+} \ No newline at end of file