summarylogtreecommitdiffstats
path: root/0004-Makefile-20190528.conf.d.patch
diff options
context:
space:
mode:
authorSolomon Choina2019-05-29 21:58:45 -0400
committerSolomon Choina2019-05-29 21:58:45 -0400
commitcd4cf36546957a4404a10e8121a5c48cb9208015 (patch)
tree707e027030369482522f6eb40fc3c277676146db /0004-Makefile-20190528.conf.d.patch
parentd06f2d7965c0b4a0af75768d836e88572faa2943 (diff)
downloadaur-cd4cf36546957a4404a10e8121a5c48cb9208015.tar.gz
updating pkgver, merging with fontconfig-ultimate
Diffstat (limited to '0004-Makefile-20190528.conf.d.patch')
-rw-r--r--0004-Makefile-20190528.conf.d.patch71
1 files changed, 71 insertions, 0 deletions
diff --git a/0004-Makefile-20190528.conf.d.patch b/0004-Makefile-20190528.conf.d.patch
new file mode 100644
index 000000000000..b79ce2a7b42a
--- /dev/null
+++ b/0004-Makefile-20190528.conf.d.patch
@@ -0,0 +1,71 @@
+From 0e01ff35b0d1f5a3ddca94a24083a31da17ca22c Mon Sep 17 00:00:00 2001
+From: Solomon Choina <shlomochoina@gmail.com>
+Date: Wed, 29 May 2019 14:23:26 -0400
+Subject: [PATCH 4/5] Makefile-20190328.conf.d
+
+---
+ conf.d/Makefile.am | 41 +----------------------------------------
+ 1 file changed, 1 insertion(+), 40 deletions(-)
+
+diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am
+index ff03fb2..107b058 100644
+--- a/conf.d/Makefile.am
++++ b/conf.d/Makefile.am
+@@ -21,28 +21,9 @@
+ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ # PERFORMANCE OF THIS SOFTWARE.
+
+-BUILT_SOURCES = README
+-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)
+@@ -87,24 +68,4 @@ template_DATA = \
+ 80-delicious.conf \
+ 90-synthetic.conf
+
+-README: $(srcdir)/README.in
+- sed "s|\@TEMPLATEDIR\@|$(templatedir)|" $< > $@
+-
+-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
+--
+2.21.0
+