From 0d37a1ef234c38b27faba43bc3a22f985d311deb Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Wed, 17 May 2023 17:01:27 +0100
Subject: Remove all firmware

---
 repo/font-sony-misc/font-sony-misc.xibuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 repo/font-sony-misc/font-sony-misc.xibuild

(limited to 'repo/font-sony-misc')

diff --git a/repo/font-sony-misc/font-sony-misc.xibuild b/repo/font-sony-misc/font-sony-misc.xibuild
new file mode 100644
index 0000000..461ff75
--- /dev/null
+++ b/repo/font-sony-misc/font-sony-misc.xibuild
@@ -0,0 +1,30 @@
+#!/bin/sh
+
+NAME="font-sony-misc"
+DESC="X.org Sony fonts"
+
+MAKEDEPS=" font-util bdftopcf"
+
+PKG_VER=1.0.3
+SOURCE="https://www.x.org/releases/individual/font/font-sony-misc-$PKG_VER.tar.bz2"
+
+prepare() {
+	update_config_sub
+	apply_patches
+}
+
+build() {
+	./configure \
+		--prefix=/usr \
+		--with-fontdir=/usr/share/fonts/misc
+	make
+}
+
+package() {
+	make -j1 DESTDIR="$PKG_DEST" \
+		MKFONTDIR=: \
+		MKFONTSCALE=: \
+		FCCACHE=: \
+		install
+}
+
-- 
cgit v1.2.1