From b243727b6032c30a2a1c04effac3b6816f88f669 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sat, 19 Aug 2023 11:52:42 +0200 Subject: [PATCH] xorg-font-inconsolata-dz: moved from opt, marked unmaintained --- xorg-font-inconsolata-dz/.footprint | 6 ++++++ xorg-font-inconsolata-dz/.signature | 5 +++++ xorg-font-inconsolata-dz/Pkgfile | 13 +++++++++++++ xorg-font-inconsolata-dz/post-install | 5 +++++ 4 files changed, 29 insertions(+) create mode 100644 xorg-font-inconsolata-dz/.footprint create mode 100644 xorg-font-inconsolata-dz/.signature create mode 100644 xorg-font-inconsolata-dz/Pkgfile create mode 100644 xorg-font-inconsolata-dz/post-install diff --git a/xorg-font-inconsolata-dz/.footprint b/xorg-font-inconsolata-dz/.footprint new file mode 100644 index 000000000..eb5b37ba5 --- /dev/null +++ b/xorg-font-inconsolata-dz/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/fonts/ +drwxr-xr-x root/root usr/share/fonts/X11/ +drwxr-xr-x root/root usr/share/fonts/X11/OTF/ +-rw-r--r-- root/root usr/share/fonts/X11/OTF/Inconsolata-dz.otf diff --git a/xorg-font-inconsolata-dz/.signature b/xorg-font-inconsolata-dz/.signature new file mode 100644 index 000000000..97664dd92 --- /dev/null +++ b/xorg-font-inconsolata-dz/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3/zX6YVt0Gsaryv2Zk9vwBwp2jTO6M1uxtmtDmYvcvrU2LvkDiqUAgO4x8IHXO7Ovah2otAF1kQ+ntk63dPB9AY= +SHA256 (Pkgfile) = d36cefe37d8cbd616436130a339f36be48d962a34260e6ac61c843256b62c470 +SHA256 (.footprint) = b789e4814bad3d6307660c68c66fb3c0c5587d726f039425b8fc37c6bc865204 +SHA256 (Inconsolata-dz.otf) = 04e0821b13941dca2df582ea16ff146d848bbb6fc0171d7c714e2c7bc471947f diff --git a/xorg-font-inconsolata-dz/Pkgfile b/xorg-font-inconsolata-dz/Pkgfile new file mode 100644 index 000000000..a3d3db42b --- /dev/null +++ b/xorg-font-inconsolata-dz/Pkgfile @@ -0,0 +1,13 @@ +# Description: A beautiful sans-serif monotype font designed for code listings +# URL: https://nodnod.net/posts/inconsolata-dz +# Maintainer: unmaintained +# Depends on: fontconfig xorg-mkfontscale + +name=xorg-font-inconsolata-dz +version=20201205 +release=1 +source=(https://nodnod.net/posts/inconsolata-dz/files/Inconsolata-dz.otf) + +build() { + install -m 0644 -D $SRC/Inconsolata-dz.otf $PKG/usr/share/fonts/X11/OTF/Inconsolata-dz.otf +} diff --git a/xorg-font-inconsolata-dz/post-install b/xorg-font-inconsolata-dz/post-install new file mode 100644 index 000000000..3795f6416 --- /dev/null +++ b/xorg-font-inconsolata-dz/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +fc-cache /usr/share/fonts/X11/OTF +mkfontscale /usr/share/fonts/X11/OTF +mkfontdir /usr/share/fonts/X11/OTF