forked from ports/contrib
xorg-font-inconsolata-dz: moved from opt, marked unmaintained
This commit is contained in:
parent
85023b44ef
commit
b243727b60
6
xorg-font-inconsolata-dz/.footprint
Normal file
6
xorg-font-inconsolata-dz/.footprint
Normal file
@ -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
|
5
xorg-font-inconsolata-dz/.signature
Normal file
5
xorg-font-inconsolata-dz/.signature
Normal file
@ -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
|
13
xorg-font-inconsolata-dz/Pkgfile
Normal file
13
xorg-font-inconsolata-dz/Pkgfile
Normal file
@ -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
|
||||
}
|
5
xorg-font-inconsolata-dz/post-install
Normal file
5
xorg-font-inconsolata-dz/post-install
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user