mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
font-misc-misc: using 'fontrootdir=/usr/share/fonts', rework of build and install scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
35f577d692
commit
d960690435
@ -28,13 +28,25 @@ cd $PKG_BUILD
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--with-fontdir=$XORG_PATH_FONTS
|
--with-fontrootdir=/usr/share/fonts \
|
||||||
|
--disable-silent-rules \
|
||||||
|
--enable-iso8859-1 \
|
||||||
|
--enable-iso8859-2 \
|
||||||
|
--disable-iso8859-3 \
|
||||||
|
--disable-iso8859-4 \
|
||||||
|
--enable-iso8859-5 \
|
||||||
|
--disable-iso8859-6 \
|
||||||
|
--enable-iso8859-7 \
|
||||||
|
--enable-iso8859-8 \
|
||||||
|
--enable-iso8859-9 \
|
||||||
|
--disable-iso8859-10 \
|
||||||
|
--disable-iso8859-11 \
|
||||||
|
--disable-iso8859-12 \
|
||||||
|
--disable-iso8859-13 \
|
||||||
|
--enable-iso8859-14 \
|
||||||
|
--enable-iso8859-15 \
|
||||||
|
--disable-iso8859-16 \
|
||||||
|
--disable-koi8-r \
|
||||||
|
--disable-jisx0201 \
|
||||||
|
|
||||||
make UTIL_DIR="`ls -d $ROOT/$BUILD/font-util*`"
|
make UTIL_DIR="$SYSROOT_PREFIX/usr/share/fonts/util/"
|
||||||
|
|
||||||
mkdir -p fonts
|
|
||||||
cp 6x13-ISO8859-1.pcf.gz fonts
|
|
||||||
cp ../font-cursor-misc*/cursor.pcf.gz fonts
|
|
||||||
|
|
||||||
cd fonts
|
|
||||||
mkfontdir
|
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
mkdir -p $INSTALL/$XORG_PATH_FONTS/misc
|
FONTDIR="$INSTALL/usr/share/fonts/misc"
|
||||||
cp $PKG_BUILD/fonts/* $INSTALL/$XORG_PATH_FONTS/misc
|
|
||||||
cp $PKG_DIR/config/fonts.alias $INSTALL/$XORG_PATH_FONTS/misc
|
mkdir -p $FONTDIR
|
||||||
|
cp $PKG_BUILD/*.pcf.gz $FONTDIR
|
||||||
|
# cp $PKG_DIR/config/fonts.alias $FONTDIR
|
||||||
|
|
||||||
|
mkfontdir $FONTDIR
|
||||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.X.org"
|
PKG_SITE="http://www.X.org"
|
||||||
PKG_URL="http://xorg.freedesktop.org/archive/individual/font/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://xorg.freedesktop.org/archive/individual/font/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS="font-cursor-misc font-util"
|
PKG_DEPENDS="font-util font-cursor-misc"
|
||||||
PKG_BUILD_DEPENDS="toolchain util-macros font-cursor-misc font-util"
|
PKG_BUILD_DEPENDS="toolchain util-macros font-util font-cursor-misc"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="x11/font"
|
PKG_SECTION="x11/font"
|
||||||
PKG_SHORTDESC="font-misc-misc: A misc. public domain font"
|
PKG_SHORTDESC="font-misc-misc: A misc. public domain font"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user