commit e0019a0
chld
·
2026-08-31 02:49:55 +0000 UTC
parent e7c6dfa
console-setup: stop building fonts, install equivalents and fontsets
2 files changed,
+5,
-2
+1,
-0
1@@ -0,0 +1 @@
2+>perl
+4,
-2
1@@ -3,10 +3,9 @@ NAME=console-setup
2 VERSION=1.249
3 RELEASE=1
4 SOURCE="http://deb.debian.org/debian/pool/main/c/console-setup/console-setup_${VERSION}.tar.xz"
5-BUILD_STYLE=gmake
6
7 build(){
8- gmake PREFIX="$PREFIX" -j`nproc`
9+ # gmake PREFIX="$PREFIX" -j`nproc` # this is really evil im sorry
10
11 mkdir -p $PKG/$PREFIX/share/fonts/consolefonts/
12 mkdir -p $PKG/$PREFIX/bin/
13@@ -14,6 +13,9 @@ build(){
14 cp Fonts/bdf2psf $PKG/$PREFIX/bin/
15 cp Fonts/bdf/* $PKG/$PREFIX/share/fonts/consolefonts/
16 cp Fonts/*.psf.gz $PKG/$PREFIX/share/fonts/consolefonts/
17+ cp Fonts/*.set* $PKG/$PREFIX/share/fonts/consolefonts/
18+ cp Fonts/fontsets/* $PKG/$PREFIX/share/fonts/consolefonts/
19+ cp Fonts/*.equivalent* $PKG/$PREFIX/share/fonts/consolefonts/
20 }
21
22 . ${0%/*}/../../libsh/libdmake.sh