summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-graphlcd/files/vdr-graphlcd-1.0.1_no-font.patch
blob: 371d65f6138c9aec3788fefee00bcc4a70b97ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
do not install any fonts, as they are not included in
License GPL v2

Signed-Off-By: Joerg Bornkessel <hd_brummy@gentoo.org> (17 Dec 2019)
diff -Naur vdr-plugin-graphlcd-1.0.0.orgi/Makefile vdr-plugin-graphlcd-1.0.0/Makefile
--- vdr-plugin-graphlcd-1.0.0.orgi/Makefile	2019-12-17 22:41:46.000000000 +0100
+++ vdr-plugin-graphlcd-1.0.0/Makefile	2019-12-17 22:42:09.000000000 +0100
@@ -271,15 +271,15 @@
 	@install -m 644 HISTORY $(DESTDIR)$(INSTALLDOCDIR)
 
 ttf-fonts:
-	@install -d $(DESTDIR)$(RESDIR)/fonts
-	@install -m 644 $(PLUGIN)/fonts/*.ttf $(DESTDIR)$(RESDIR)/fonts
+#	@install -d $(DESTDIR)$(RESDIR)/fonts
+#	@install -m 644 $(PLUGIN)/fonts/*.ttf $(DESTDIR)$(RESDIR)/fonts
 
 resources:
 	@install -d $(DESTDIR)$(RESDIR)/fonts
 	@install -m 644 $(PLUGIN)/channels.alias $(DESTDIR)$(RESDIR)
 	@cp -a $(PLUGIN)/logos $(DESTDIR)$(RESDIR)
 	@cp -a $(PLUGIN)/skins $(DESTDIR)$(RESDIR)
-	@install -m 644 $(PLUGIN)/fonts/*.fnt $(DESTDIR)$(RESDIR)/fonts
+#	@install -m 644 $(PLUGIN)/fonts/*.fnt $(DESTDIR)$(RESDIR)/fonts
 
 dist: $(I18Npo) clean
 	@-rm -rf $(TMPDIR)/$(ARCHIVE)