nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

GNU Ghostscript: Add pointers to the URW++ font files in the fontmap.

svn path=/nixpkgs/trunk/; revision=15780

+62 -1
+1 -1
pkgs/misc/ghostscript/default.nix
··· 38 38 39 39 NIX_CFLAGS_COMPILE = "-fpic"; 40 40 41 - patches = [ ./purity.patch ./mkromfs-zlib.patch ]; 41 + patches = [ ./purity.patch ./mkromfs-zlib.patch ./urw-font-files.patch ]; 42 42 43 43 doCheck = true; 44 44
+61
pkgs/misc/ghostscript/urw-font-files.patch
··· 1 + Sometime between 8.62 and 8.64, the fontmap file was changed such that the 2 + `.pfb' files of the URW++ fonts no longer appear in 8.64, making it impossible 3 + to display/render these fonts. 4 + 5 + --- gnu-ghostscript-8.64/Resource/Init/Fontmap.GS 2009-05-27 02:19:02.000000000 +0200 6 + +++ gnu-ghostscript-8.62/Resource/Init/Fontmap.GS 2009-05-27 02:19:09.000000000 +0200 7 + @@ -81,6 +81,54 @@ 8 + % Copyright URW Software, Copyright 1994 by URW. 9 + % 10 + 11 + +% Actual fonts 12 + + 13 + +/URWBookmanL-DemiBold (b018015l.pfb) ; 14 + +/URWBookmanL-DemiBoldItal (b018035l.pfb) ; 15 + +/URWBookmanL-Ligh (b018012l.pfb) ; 16 + +/URWBookmanL-LighItal (b018032l.pfb) ; 17 + + 18 + +/NimbusMonL-Regu (n022003l.pfb) ; 19 + +/NimbusMonL-ReguObli (n022023l.pfb) ; 20 + +/NimbusMonL-Bold (n022004l.pfb) ; 21 + +/NimbusMonL-BoldObli (n022024l.pfb) ; 22 + + 23 + +/URWGothicL-Book (a010013l.pfb) ; 24 + +/URWGothicL-BookObli (a010033l.pfb) ; 25 + +/URWGothicL-Demi (a010015l.pfb) ; 26 + +/URWGothicL-DemiObli (a010035l.pfb) ; 27 + + 28 + +/NimbusSanL-Regu (n019003l.pfb) ; 29 + +/NimbusSanL-ReguItal (n019023l.pfb) ; 30 + +/NimbusSanL-Bold (n019004l.pfb) ; 31 + +/NimbusSanL-BoldItal (n019024l.pfb) ; 32 + + 33 + +/NimbusSanL-ReguCond (n019043l.pfb) ; 34 + +/NimbusSanL-ReguCondItal (n019063l.pfb) ; 35 + +/NimbusSanL-BoldCond (n019044l.pfb) ; 36 + +/NimbusSanL-BoldCondItal (n019064l.pfb) ; 37 + + 38 + +/URWPalladioL-Roma (p052003l.pfb) ; 39 + +/URWPalladioL-Ital (p052023l.pfb) ; 40 + +/URWPalladioL-Bold (p052004l.pfb) ; 41 + +/URWPalladioL-BoldItal (p052024l.pfb) ; 42 + + 43 + +/CenturySchL-Roma (c059013l.pfb) ; 44 + +/CenturySchL-Ital (c059033l.pfb) ; 45 + +/CenturySchL-Bold (c059016l.pfb) ; 46 + +/CenturySchL-BoldItal (c059036l.pfb) ; 47 + + 48 + +/NimbusRomNo9L-Regu (n021003l.pfb) ; 49 + +/NimbusRomNo9L-ReguItal (n021023l.pfb) ; 50 + +/NimbusRomNo9L-Medi (n021004l.pfb) ; 51 + +/NimbusRomNo9L-MediItal (n021024l.pfb) ; 52 + + 53 + +/StandardSymL (s050000l.pfb) ; 54 + + 55 + +/URWChanceryL-MediItal (z003034l.pfb) ; 56 + + 57 + +/Dingbats (d050000l.pfb) ; 58 + + 59 + % Aliases 60 + 61 + /Bookman-Demi /URWBookmanL-DemiBold ;