summarylogtreecommitdiffstats
path: root/0004-Makefile-2.13.91+24+g75eadca.conf.d.patch
diff options
context:
space:
mode:
authorPhilip Deljanov2019-10-30 16:51:53 -0400
committerPhilip Deljanov2019-10-30 16:51:53 -0400
commit18671dd37516cb75a75cf8c6cc30fd8f4bf537b2 (patch)
treec63ec92cc75ebe2495845c200886aed2b40f4a04 /0004-Makefile-2.13.91+24+g75eadca.conf.d.patch
parent6979779052c4aa66a39b75be1bf1d2a9c8a17ab0 (diff)
downloadaur-18671dd37516cb75a75cf8c6cc30fd8f4bf537b2.tar.gz
Update to fontconfig-infinality-remix to 2.13.91+24+g75eadca.
Diffstat (limited to '0004-Makefile-2.13.91+24+g75eadca.conf.d.patch')
-rw-r--r--0004-Makefile-2.13.91+24+g75eadca.conf.d.patch62
1 files changed, 62 insertions, 0 deletions
diff --git a/0004-Makefile-2.13.91+24+g75eadca.conf.d.patch b/0004-Makefile-2.13.91+24+g75eadca.conf.d.patch
new file mode 100644
index 000000000000..6f57767b939f
--- /dev/null
+++ b/0004-Makefile-2.13.91+24+g75eadca.conf.d.patch
@@ -0,0 +1,62 @@
+--- a/conf.d/Makefile.am 2019-10-30 16:02:58.939228041 -0400
++++ b/conf.d/Makefile.am 2019-10-30 16:09:44.696215561 -0400
+@@ -23,30 +23,11 @@
+
+ NULL =
+ BUILT_SOURCES = \
+- README \
+ 35-lang-normalize.conf \
+ $(NULL)
+-DOC_SOURCES = README.in
+ DOC_FILES = $(DOC_SOURCES:.in=)
+
+-CONF_LINKS = \
+- 10-hinting-$(PREFERRED_HINTING).conf \
+- 10-scale-bitmap-fonts.conf \
+- 20-unhint-small-vera.conf \
+- 30-metric-aliases.conf \
+- 40-nonlatin.conf \
+- 45-generic.conf \
+- 45-latin.conf \
+- 49-sansserif.conf \
+- 50-user.conf \
+- 51-local.conf \
+- 60-generic.conf \
+- 60-latin.conf \
+- 65-fonts-persian.conf \
+- 65-nonlatin.conf \
+- 69-unifont.conf \
+- 80-delicious.conf \
+- 90-synthetic.conf
++CONF_LINKS =
+
+ EXTRA_DIST = $(template_DATA) $(DOC_SOURCES)
+ CLEANFILES = $(DOC_FILES)
+@@ -94,27 +75,7 @@
+ 80-delicious.conf \
+ 90-synthetic.conf
+
+-README: $(srcdir)/README.in
+- sed "s|\@TEMPLATEDIR\@|$(templatedir)|" $< > $@
+-
+ 35-lang-normalize.conf: ../fc-lang/Makefile.am
+ cd ../fc-lang && $(MAKE) $(AM_MAKEFLAGS) $(top_builddir)/conf.d/35-lang-normalize.conf
+
+-install-data-hook:
+- mkdir -p $(DESTDIR)$(configdir)
+- @(echo cd $(DESTDIR)$(configdir); \
+- cd $(DESTDIR)$(configdir); \
+- for i in $(CONF_LINKS); do \
+- echo $(RM) $$i";" ln -s $(templatedir)/$$i .; \
+- $(RM) $$i; \
+- ln -s $(templatedir)/$$i .; \
+- done)
+-uninstall-local:
+- @(echo cd $(DESTDIR)$(configdir); \
+- cd $(DESTDIR)$(configdir); \
+- for i in $(CONF_LINKS); do \
+- echo $(RM) $$i; \
+- $(RM) $$i; \
+- done)
+-
+ -include $(top_srcdir)/git.mk