mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
Bump font-util to 1.1.1
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
config BR2_PACKAGE_XFONT_FONT_UTIL
|
||||
bool "font-util"
|
||||
help
|
||||
font-util 1.0.1
|
||||
font-util 1.1.1
|
||||
No description available
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
STAGING_DIR=$1
|
||||
|
||||
# fix the fontutil pkgconfig file to cross-compile fonts after fontutil is installed
|
||||
sed "s,^mapdir=.*,mapdir=${STAGING_DIR}/usr/lib/X11/fonts/util,g" \
|
||||
sed "s,^mapdir=.*,mapdir=${STAGING_DIR}/usr/share/fonts/X11/util,g" \
|
||||
${STAGING_DIR}/usr/lib/pkgconfig/fontutil.pc > ${STAGING_DIR}/usr/lib/pkgconfig/fontutil.pc.new
|
||||
mv ${STAGING_DIR}/usr/lib/pkgconfig/fontutil.pc.new ${STAGING_DIR}/usr/lib/pkgconfig/fontutil.pc
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XFONT_FONT_UTIL_VERSION = 1.0.1
|
||||
XFONT_FONT_UTIL_VERSION = 1.1.1
|
||||
XFONT_FONT_UTIL_SOURCE = font-util-$(XFONT_FONT_UTIL_VERSION).tar.bz2
|
||||
XFONT_FONT_UTIL_SITE = http://xorg.freedesktop.org/releases/individual/font
|
||||
XFONT_FONT_UTIL_DEPENDENCIES = host-pkg-config
|
||||
|
||||
Reference in New Issue
Block a user