From 739c65c54cb0e957df5e9b76f93fb02554e5cac3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 4 May 2022 23:52:30 +0100 Subject: moved everything to new file formatting --- repo/font/encodings.xibuild | 20 -------------------- repo/font/encodings/encodings.xibuild | 20 ++++++++++++++++++++ repo/font/font-adobe-utopia-type1.xibuild | 20 -------------------- .../font-adobe-utopia-type1.xibuild | 20 ++++++++++++++++++++ repo/font/font-alias.xibuild | 20 -------------------- repo/font/font-alias/font-alias.xibuild | 20 ++++++++++++++++++++ repo/font/font-bh-ttf.xibuild | 20 -------------------- repo/font/font-bh-ttf/font-bh-ttf.xibuild | 20 ++++++++++++++++++++ repo/font/font-bh-type1.xibuild | 20 -------------------- repo/font/font-bh-type1/font-bh-type1.xibuild | 20 ++++++++++++++++++++ repo/font/font-ibm-type1.xibuild | 20 -------------------- repo/font/font-ibm-type1/font-ibm-type1.xibuild | 20 ++++++++++++++++++++ repo/font/font-misc-ethiopic.xibuild | 20 -------------------- .../font-misc-ethiopic/font-misc-ethiopic.xibuild | 20 ++++++++++++++++++++ repo/font/font-opensans.xibuild | 17 ----------------- repo/font/font-opensans/font-opensans.xibuild | 17 +++++++++++++++++ repo/font/font-util.xibuild | 16 ---------------- repo/font/font-util/font-util.xibuild | 16 ++++++++++++++++ repo/font/font-xfree86-type1.xibuild | 20 -------------------- .../font-xfree86-type1/font-xfree86-type1.xibuild | 20 ++++++++++++++++++++ repo/font/fontconfig.xibuild | 22 ---------------------- repo/font/fontconfig/fontconfig.xibuild | 22 ++++++++++++++++++++++ 22 files changed, 215 insertions(+), 215 deletions(-) delete mode 100644 repo/font/encodings.xibuild create mode 100644 repo/font/encodings/encodings.xibuild delete mode 100644 repo/font/font-adobe-utopia-type1.xibuild create mode 100644 repo/font/font-adobe-utopia-type1/font-adobe-utopia-type1.xibuild delete mode 100644 repo/font/font-alias.xibuild create mode 100644 repo/font/font-alias/font-alias.xibuild delete mode 100644 repo/font/font-bh-ttf.xibuild create mode 100644 repo/font/font-bh-ttf/font-bh-ttf.xibuild delete mode 100644 repo/font/font-bh-type1.xibuild create mode 100644 repo/font/font-bh-type1/font-bh-type1.xibuild delete mode 100644 repo/font/font-ibm-type1.xibuild create mode 100644 repo/font/font-ibm-type1/font-ibm-type1.xibuild delete mode 100644 repo/font/font-misc-ethiopic.xibuild create mode 100644 repo/font/font-misc-ethiopic/font-misc-ethiopic.xibuild delete mode 100644 repo/font/font-opensans.xibuild create mode 100644 repo/font/font-opensans/font-opensans.xibuild delete mode 100644 repo/font/font-util.xibuild create mode 100644 repo/font/font-util/font-util.xibuild delete mode 100644 repo/font/font-xfree86-type1.xibuild create mode 100644 repo/font/font-xfree86-type1/font-xfree86-type1.xibuild delete mode 100644 repo/font/fontconfig.xibuild create mode 100644 repo/font/fontconfig/fontconfig.xibuild (limited to 'repo/font') diff --git a/repo/font/encodings.xibuild b/repo/font/encodings.xibuild deleted file mode 100644 index 6252d8a..0000000 --- a/repo/font/encodings.xibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make mkfontscale" -DEPS="fontconfig libxcb xcursor-themes" - -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 -d -m755 $PKG_DEST/usr/share/fonts && -ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && -ln -sf $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF -} \ No newline at end of file diff --git a/repo/font/encodings/encodings.xibuild b/repo/font/encodings/encodings.xibuild new file mode 100644 index 0000000..6252d8a --- /dev/null +++ b/repo/font/encodings/encodings.xibuild @@ -0,0 +1,20 @@ +#!/bin/sh + +MAKEDEPS="make mkfontscale" +DEPS="fontconfig libxcb xcursor-themes" + +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 -d -m755 $PKG_DEST/usr/share/fonts && +ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && +ln -sf $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 deleted file mode 100644 index 7dc766d..0000000 --- a/repo/font/font-adobe-utopia-type1.xibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make mkfontscale" -DEPS="fontconfig libxcb xcursor-themes" - -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 -d -m755 $PKG_DEST/usr/share/fonts && -ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && -ln -sf $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/font-adobe-utopia-type1.xibuild b/repo/font/font-adobe-utopia-type1/font-adobe-utopia-type1.xibuild new file mode 100644 index 0000000..7dc766d --- /dev/null +++ b/repo/font/font-adobe-utopia-type1/font-adobe-utopia-type1.xibuild @@ -0,0 +1,20 @@ +#!/bin/sh + +MAKEDEPS="make mkfontscale" +DEPS="fontconfig libxcb xcursor-themes" + +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 -d -m755 $PKG_DEST/usr/share/fonts && +ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && +ln -sf $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 deleted file mode 100644 index 2d54f3a..0000000 --- a/repo/font/font-alias.xibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make mkfontscale" -DEPS="fontconfig libxcb xcursor-themes" - -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 -d -m755 $PKG_DEST/usr/share/fonts && -ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && -ln -sf $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/font-alias.xibuild b/repo/font/font-alias/font-alias.xibuild new file mode 100644 index 0000000..2d54f3a --- /dev/null +++ b/repo/font/font-alias/font-alias.xibuild @@ -0,0 +1,20 @@ +#!/bin/sh + +MAKEDEPS="make mkfontscale" +DEPS="fontconfig libxcb xcursor-themes" + +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 -d -m755 $PKG_DEST/usr/share/fonts && +ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && +ln -sf $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 deleted file mode 100644 index 7d9d58c..0000000 --- a/repo/font/font-bh-ttf.xibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make mkfontscale" -DEPS="fontconfig libxcb xcursor-themes" - -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 -d -m755 $PKG_DEST/usr/share/fonts && -ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && -ln -sf $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/font-bh-ttf.xibuild b/repo/font/font-bh-ttf/font-bh-ttf.xibuild new file mode 100644 index 0000000..7d9d58c --- /dev/null +++ b/repo/font/font-bh-ttf/font-bh-ttf.xibuild @@ -0,0 +1,20 @@ +#!/bin/sh + +MAKEDEPS="make mkfontscale" +DEPS="fontconfig libxcb xcursor-themes" + +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 -d -m755 $PKG_DEST/usr/share/fonts && +ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && +ln -sf $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 deleted file mode 100644 index 5224ed4..0000000 --- a/repo/font/font-bh-type1.xibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make mkfontscale" -DEPS="fontconfig libxcb xcursor-themes" - -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 -d -m755 $PKG_DEST/usr/share/fonts && -ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && -ln -sf $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/font-bh-type1.xibuild b/repo/font/font-bh-type1/font-bh-type1.xibuild new file mode 100644 index 0000000..5224ed4 --- /dev/null +++ b/repo/font/font-bh-type1/font-bh-type1.xibuild @@ -0,0 +1,20 @@ +#!/bin/sh + +MAKEDEPS="make mkfontscale" +DEPS="fontconfig libxcb xcursor-themes" + +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 -d -m755 $PKG_DEST/usr/share/fonts && +ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && +ln -sf $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 deleted file mode 100644 index fbf0fdf..0000000 --- a/repo/font/font-ibm-type1.xibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make mkfontscale" -DEPS="fontconfig libxcb xcursor-themes" - -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 -d -m755 $PKG_DEST/usr/share/fonts && -ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && -ln -sf $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/font-ibm-type1.xibuild b/repo/font/font-ibm-type1/font-ibm-type1.xibuild new file mode 100644 index 0000000..fbf0fdf --- /dev/null +++ b/repo/font/font-ibm-type1/font-ibm-type1.xibuild @@ -0,0 +1,20 @@ +#!/bin/sh + +MAKEDEPS="make mkfontscale" +DEPS="fontconfig libxcb xcursor-themes" + +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 -d -m755 $PKG_DEST/usr/share/fonts && +ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && +ln -sf $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 deleted file mode 100644 index 872fa2c..0000000 --- a/repo/font/font-misc-ethiopic.xibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make mkfontscale" -DEPS="fontconfig libxcb xcursor-themes" - -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 -d -m755 $PKG_DEST/usr/share/fonts && -ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && -ln -sf $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/font-misc-ethiopic.xibuild b/repo/font/font-misc-ethiopic/font-misc-ethiopic.xibuild new file mode 100644 index 0000000..872fa2c --- /dev/null +++ b/repo/font/font-misc-ethiopic/font-misc-ethiopic.xibuild @@ -0,0 +1,20 @@ +#!/bin/sh + +MAKEDEPS="make mkfontscale" +DEPS="fontconfig libxcb xcursor-themes" + +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 -d -m755 $PKG_DEST/usr/share/fonts && +ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && +ln -sf $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-opensans.xibuild b/repo/font/font-opensans.xibuild deleted file mode 100644 index 26369eb..0000000 --- a/repo/font/font-opensans.xibuild +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -NAME="font-opensans" -DESC="Humanist Sans Serif Typeface" - -MAKEDEPS="sbase" -DEPS="fontconfig mkfontscale " - -SOURCE="https://github.com/googlefonts/opensans.git" - -package() { - for f in fonts/ttf/*.ttf; do - install -D -m644 $f $PKG_DEST/usr/share/fonts/TTF/ - done -} - - diff --git a/repo/font/font-opensans/font-opensans.xibuild b/repo/font/font-opensans/font-opensans.xibuild new file mode 100644 index 0000000..26369eb --- /dev/null +++ b/repo/font/font-opensans/font-opensans.xibuild @@ -0,0 +1,17 @@ +#!/bin/sh + +NAME="font-opensans" +DESC="Humanist Sans Serif Typeface" + +MAKEDEPS="sbase" +DEPS="fontconfig mkfontscale " + +SOURCE="https://github.com/googlefonts/opensans.git" + +package() { + for f in fonts/ttf/*.ttf; do + install -D -m644 $f $PKG_DEST/usr/share/fonts/TTF/ + done +} + + diff --git a/repo/font/font-util.xibuild b/repo/font/font-util.xibuild deleted file mode 100644 index 92b8078..0000000 --- a/repo/font/font-util.xibuild +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make" -DEPS="" - -PKG_VER=1.3.2 -SOURCE=https://www.x.org/pub/individual/font/font-util-$PKG_VER.tar.bz2 - -build () { - ./configure $XORG_CONFIG - make -} - -package () { - make DESTDIR=$PKG_DEST install -} diff --git a/repo/font/font-util/font-util.xibuild b/repo/font/font-util/font-util.xibuild new file mode 100644 index 0000000..92b8078 --- /dev/null +++ b/repo/font/font-util/font-util.xibuild @@ -0,0 +1,16 @@ +#!/bin/sh + +MAKEDEPS="make" +DEPS="" + +PKG_VER=1.3.2 +SOURCE=https://www.x.org/pub/individual/font/font-util-$PKG_VER.tar.bz2 + +build () { + ./configure $XORG_CONFIG + make +} + +package () { + make DESTDIR=$PKG_DEST install +} diff --git a/repo/font/font-xfree86-type1.xibuild b/repo/font/font-xfree86-type1.xibuild deleted file mode 100644 index aba89b8..0000000 --- a/repo/font/font-xfree86-type1.xibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make mkfontscale" -DEPS="fontconfig libxcb xcursor-themes" - -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 -d -m755 $PKG_DEST/usr/share/fonts && - ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && - ln -sf $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF -} diff --git a/repo/font/font-xfree86-type1/font-xfree86-type1.xibuild b/repo/font/font-xfree86-type1/font-xfree86-type1.xibuild new file mode 100644 index 0000000..aba89b8 --- /dev/null +++ b/repo/font/font-xfree86-type1/font-xfree86-type1.xibuild @@ -0,0 +1,20 @@ +#!/bin/sh + +MAKEDEPS="make mkfontscale" +DEPS="fontconfig libxcb xcursor-themes" + +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 -d -m755 $PKG_DEST/usr/share/fonts && + ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && + ln -sf $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF +} diff --git a/repo/font/fontconfig.xibuild b/repo/font/fontconfig.xibuild deleted file mode 100644 index 7814f4a..0000000 --- a/repo/font/fontconfig.xibuild +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make libxml2 texlive" -DEPS="freetype2 json" - -PKG_VER=2.13.1 -SOURCE=https://www.freedesktop.org/software/fontconfig/release/fontconfig-$PKG_VER.tar.bz2 - -DESC="Library for configuring and customizing font access" - -build () { - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-docs \ - --docdir=/usr/share/doc/fontconfig-$PKG_VER && - make -} - -package () { - make DESTDIR=$PKG_DEST install -} diff --git a/repo/font/fontconfig/fontconfig.xibuild b/repo/font/fontconfig/fontconfig.xibuild new file mode 100644 index 0000000..7814f4a --- /dev/null +++ b/repo/font/fontconfig/fontconfig.xibuild @@ -0,0 +1,22 @@ +#!/bin/sh + +MAKEDEPS="make libxml2 texlive" +DEPS="freetype2 json" + +PKG_VER=2.13.1 +SOURCE=https://www.freedesktop.org/software/fontconfig/release/fontconfig-$PKG_VER.tar.bz2 + +DESC="Library for configuring and customizing font access" + +build () { + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-docs \ + --docdir=/usr/share/doc/fontconfig-$PKG_VER && + make +} + +package () { + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1