Move 10-Missing_Fonts to fonts-Missing_Fonts.

This commit is contained in:
Erich E. Hoover 2014-07-25 18:40:06 -06:00
parent 10354d4cb5
commit 3a74d5cccc
3 changed files with 20 additions and 20 deletions

View File

@ -5,8 +5,7 @@
CURDIR ?= ${.CURDIR}
PATCH := $(CURDIR)/../debian/tools/gitapply.sh -d $(DESTDIR)
PATCHLIST := 10-Missing_Fonts.ok \
12-FD_Cache.ok \
PATCHLIST := 12-FD_Cache.ok \
13-Misc_ACL.ok \
14-UrlCombineW.ok \
15-wtsapi32.ok \
@ -16,6 +15,7 @@ PATCHLIST := 10-Missing_Fonts.ok \
19-ntdll-Dynamic_DST.ok \
97-Pipelight.ok \
98-Miscellaneous.ok \
fonts-Missing_Fonts.ok \
kernel32-GetVolumePathName.ok \
kernel32-Named_Pipe.ok \
loader-Cmdline_Diagnostics.ok \
@ -48,24 +48,6 @@ clean:
.NOTPARALLEL:
# Patchset 10-Missing_Fonts
# |
# | Included patches:
# | * Implement missing Arial font expected by Silverlight. [by Torsten Kurbad]
# |
# | This patchset fixes the following Wine bugs:
# | * [#32323] Netflix (Silverlight 4.x) and several .NET Framework 3.x/4.0 WPF apps require either Arial or Verdana to be
# | installed
# |
# | Modified files:
# | * fonts/Makefile.in, fonts/arial.sfd, fonts/arial.ttf
# |
10-Missing_Fonts.ok:
$(PATCH) < 10-Missing_Fonts/0001-fonts-Add-Liberation-Sans-as-an-Arial-replacement.patch
( \
echo "+ { \"10-Missing_Fonts\", \"Torsten Kurbad\", \"Implement missing Arial font expected by Silverlight.\" },"; \
) > 10-Missing_Fonts.ok
# Patchset 12-FD_Cache
# |
# | Included patches:
@ -258,6 +240,24 @@ clean:
echo "+ { \"98-Miscellaneous\", \"Sebastian Lackner\", \"wined3d: Silence repeated wined3d_swapchain_present FIXME.\" },"; \
) > 98-Miscellaneous.ok
# Patchset fonts-Missing_Fonts
# |
# | Included patches:
# | * Implement missing Arial font expected by Silverlight. [by Torsten Kurbad]
# |
# | This patchset fixes the following Wine bugs:
# | * [#32323] Netflix (Silverlight 4.x) and several .NET Framework 3.x/4.0 WPF apps require either Arial or Verdana to be
# | installed
# |
# | Modified files:
# | * fonts/Makefile.in, fonts/arial.sfd, fonts/arial.ttf
# |
fonts-Missing_Fonts.ok:
$(PATCH) < fonts-Missing_Fonts/0001-fonts-Add-Liberation-Sans-as-an-Arial-replacement.patch
( \
echo "+ { \"fonts-Missing_Fonts\", \"Torsten Kurbad\", \"Implement missing Arial font expected by Silverlight.\" },"; \
) > fonts-Missing_Fonts.ok
# Patchset kernel32-GetVolumePathName
# |
# | Included patches: