[mupen64plus-core] 15/310: Don't install font.ttf

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:56:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-core.

commit 790fdce98f7cdc372d9150cf325fb83f256427a2
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Fri Mar 5 15:18:08 2010 +0100

    Don't install font.ttf
---
 debian/patches/dejavu-font.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/patches/dejavu-font.patch b/debian/patches/dejavu-font.patch
index 4bdaa15..f1aeb36 100644
--- a/debian/patches/dejavu-font.patch
+++ b/debian/patches/dejavu-font.patch
@@ -3,6 +3,19 @@ Forwarded: not-needed
 Author: Sven Eckelmann <sven.eckelmann at gmx.de> Please enter the commit message for your changes. Lines starting
 
 ---
+diff --git a/projects/unix/Makefile b/projects/unix/Makefile
+index 201c5366844d18f42c906c3a0be6cd0e6762b161..c26d0dd9f9bd6fc599443fcea0bc8f88463bd208 100644
+--- a/projects/unix/Makefile
++++ b/projects/unix/Makefile
+@@ -362,7 +362,7 @@ install: $(TARGET)
+ 	$(INSTALL) -d -v "$(DESTDIR)$(LIBDIR)"
+ 	$(INSTALL) -m 0644 $(TARGET) "$(DESTDIR)$(LIBDIR)"
+ 	$(INSTALL) -d -v "$(DESTDIR)$(SHAREDIR)"
+-	$(INSTALL) -m 0644 ../../data/* "$(DESTDIR)$(SHAREDIR)"
++	$(INSTALL) -m 0644 ../../data/mupen64plus.* "$(DESTDIR)$(SHAREDIR)"
+ 	$(INSTALL) -d -v "$(DESTDIR)$(INCDIR)"
+ 	$(INSTALL) -m 0644 ../../src/api/m64p_*.h "$(DESTDIR)$(INCDIR)"
+ 	if [ `id -u` -eq 0 ]; then $(LDCONFIG); fi
 diff --git a/src/osd/osd.cpp b/src/osd/osd.cpp
 index b62f391f97d7697ef4f877f8f567ddedab869115..d6775c6a9d45a17a1f0b2728060bed3c564e4491 100644
 --- a/src/osd/osd.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-core.git



More information about the Pkg-games-commits mailing list