File: 1081-fix-FTBFS-due-dfsg-repacking-p2.patch

package info (click to toggle)
freecad 1.0.0%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 463,492 kB
  • sloc: cpp: 930,635; python: 586,652; xml: 103,037; ansic: 9,568; fortran: 3,878; lex: 699; sh: 645; javascript: 311; yacc: 271; makefile: 120
file content (23 lines) | stat: -rw-r--r-- 886 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Fix FTBFS due to dfsg repacking
 - when Y14.5-2018.ttf (TechDraw Workbench.) is deleted, CMake will complain.
 note: upstream is clarifing font license, see https://github.com/FreeCAD/FreeCAD/issues/18622
Author: Tobias Frost <tobi@debian.org>
Forwarded: not suitable in this form top be upstreamed.
Last-Update: 2024-12-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/Mod/TechDraw/Gui/CMakeLists.txt
+++ b/src/Mod/TechDraw/Gui/CMakeLists.txt
@@ -463,9 +463,9 @@
     Resources/fonts/osifont-lgpl3fe.ttf
     Resources/fonts/osifont-italic.ttf
     Resources/fonts/osifont.license
-    Resources/fonts/Y14.5-2018.ttf
-    Resources/fonts/Y14.5Font.license
-    Resources/fonts/Y14.5-FreeCAD.ttf
+#    Resources/fonts/Y14.5-2018.ttf
+#    Resources/fonts/Y14.5Font.license
+#    Resources/fonts/Y14.5-FreeCAD.ttf
 )
 
 if(FREECAD_USE_PCH)