Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
fontconfig
fontconfig
Commits
97488fd7
Commit
97488fd7
authored
Jan 06, 2018
by
Akira TAGOH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
export GETTEXTDATADIR to refer the local .its/.loc file instead of using --its option
parent
030e2e4e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
44 additions
and
8 deletions
+44
-8
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+1
-0
its/Makefile.am
its/Makefile.am
+6
-0
its/fontconfig.its
its/fontconfig.its
+0
-0
its/fontconfig.loc
its/fontconfig.loc
+0
-0
po-conf/Makevars
po-conf/Makevars
+2
-2
po-conf/POTFILES.in
po-conf/POTFILES.in
+34
-0
src/Makefile.am
src/Makefile.am
+0
-5
No files found.
Makefile.am
View file @
97488fd7
...
...
@@ -24,7 +24,7 @@
SUBDIRS
=
fontconfig fc-case fc-lang src
\
fc-cache fc-cat fc-conflist fc-list fc-match
\
fc-pattern fc-query fc-scan fc-validate conf.d
\
po po-conf
test
its
po po-conf
test
if
ENABLE_DOCS
SUBDIRS
+=
doc
endif
...
...
configure.ac
View file @
97488fd7
...
...
@@ -778,6 +778,7 @@ fc-scan/Makefile
fc-validate/Makefile
doc/Makefile
doc/version.sgml
its/Makefile
po/Makefile.in
po-conf/Makefile.in
test/Makefile
...
...
its/Makefile.am
0 → 100644
View file @
97488fd7
gettextitsdir
=
$(datadir)
/gettext/its
gettextits_DATA
=
\
fontconfig.its
\
fontconfig.loc
-include
$(top_srcdir)/git.mk
src
/fontconfig.its
→
its
/fontconfig.its
View file @
97488fd7
File moved
src
/fontconfig.loc
→
its
/fontconfig.loc
View file @
97488fd7
File moved
po-conf/Makevars
View file @
97488fd7
...
...
@@ -8,7 +8,7 @@ subdir = po-conf
top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
--its=$(top_srcdir)/src/fontconfig.its
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
...
...
@@ -77,4 +77,4 @@ PO_DEPENDS_ON_POT = yes
# externally.
DIST_DEPENDS_ON_UPDATE_PO = yes
$(DOMAIN).pot-update: export GETTEXTDATADIR = $(top_srcdir)
po-conf/POTFILES.in
View file @
97488fd7
conf.d/10-autohint.conf
conf.d/10-hinting-full.conf
conf.d/10-hinting-medium.conf
conf.d/10-hinting-none.conf
conf.d/10-hinting-slight.conf
conf.d/10-no-sub-pixel.conf
conf.d/10-scale-bitmap-fonts.conf
conf.d/10-sub-pixel-bgr.conf
conf.d/10-sub-pixel-rgb.conf
conf.d/10-sub-pixel-vbgr.conf
conf.d/10-sub-pixel-vrgb.conf
conf.d/10-unhinted.conf
conf.d/11-lcdfilter-default.conf
conf.d/11-lcdfilter-legacy.conf
conf.d/11-lcdfilter-light.conf
conf.d/20-unhint-small-vera.conf
conf.d/25-unhint-nonlatin.conf
conf.d/30-metric-aliases.conf
conf.d/40-nonlatin.conf
conf.d/45-generic.conf
conf.d/45-latin.conf
conf.d/49-sansserif.conf
conf.d/50-user.conf
conf.d/51-local.conf
conf.d/60-generic.conf
conf.d/60-latin.conf
conf.d/65-fonts-persian.conf
conf.d/65-khmer.conf
conf.d/65-nonlatin.conf
conf.d/69-unifont.conf
conf.d/70-no-bitmaps.conf
conf.d/70-yes-bitmaps.conf
conf.d/80-delicious.conf
conf.d/90-synthetic.conf
src/Makefile.am
View file @
97488fd7
...
...
@@ -218,9 +218,4 @@ fontconfig.def: $(PUBLIC_FILES) $(PUBLIC_FT_FILES)
echo
VERSION @LIBT_CURRENT@.@LIBT_REVISION@
)
>
$@
@
!
$(GREP)
-q
FcERROR
$@
||
(
$(RM)
$@
;
false
)
gettextitsdir
=
$(datadir)
/gettext/its
gettextits_DATA
=
\
fontconfig.its
\
fontconfig.loc
-include
$(top_srcdir)/git.mk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment