[SCM] projectm/master: Hardcode install-prefix for userconfig font paths

ximion-guest at users.alioth.debian.org ximion-guest at users.alioth.debian.org
Sat Sep 25 12:58:59 UTC 2010


The following commit has been merged in the master branch:
commit a74b757fcdbf6ddf604ed759d1136c96967091cc
Author: Matthias Klumpp <matthias at nlinux.org>
Date:   Sat Sep 25 14:58:35 2010 +0200

    Hardcode install-prefix for userconfig font paths

diff --git a/debian/patches/10_lprojectm_userfonts.patch b/debian/patches/10_lprojectm_userfonts.patch
index 8b1ba49..094e9d4 100644
--- a/debian/patches/10_lprojectm_userfonts.patch
+++ b/debian/patches/10_lprojectm_userfonts.patch
@@ -11,10 +11,10 @@ Last-Update: 2010-09-25
      #ifdef LINUX
      _settings.titleFontURL = config.read<string>
 -    ( "Title Font", CMAKE_INSTALL_PREFIX  "/share/projectM/fonts/Vera.ttf" );
-+    ( "Title Font", CMAKE_INSTALL_PREFIX  "/share/fonts/bitstream-vera/Vera.ttf" );
++    ( "Title Font", "/usr/share/fonts/bitstream-vera/Vera.ttf" );
      _settings.menuFontURL = config.read<string>
 -    ( "Menu Font", CMAKE_INSTALL_PREFIX  "/share/projectM/fonts/VeraMono.ttf" );
-+    ( "Menu Font", CMAKE_INSTALL_PREFIX  "/share/fonts/bitstream-vera/VeraMono.ttf" );
++    ( "Menu Font", "/usr/share/fonts/bitstream-vera/VeraMono.ttf" );
      #endif
  
      #ifdef WIN32

-- 
projectm packaging



More information about the pkg-multimedia-commits mailing list