Try to build with F11 fontforge

f38
nim 16 years ago
parent bc5a723ff2
commit 656e3cbce1

@ -0,0 +1 @@
wine-1_1_15-3_fc11:HEAD:wine-1.1.15-3.fc11.src.rpm:1237145709

@ -1,12 +0,0 @@
--- tools/wineprefixcreate.in.orig 2006-04-03 10:04:18.000000000 +0200
+++ tools/wineprefixcreate.in 2006-04-03 10:06:20.000000000 +0200
@@ -170,6 +170,9 @@
export WINEPREFIX
"${WINELOADER:-wine}" rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
+# Copy the font files
+cp /usr/share/wine/fonts/* "$CROOT/windows/fonts/"
+
# Wait for the wineserver to finish
if [ $do_wait = 1 ]

@ -1,9 +0,0 @@
--- tools/wineshelllink.orig 2007-06-03 12:56:07.000000000 +0200
+++ tools/wineshelllink 2007-06-03 12:57:27.000000000 +0200
@@ -231,4 +231,6 @@
desktop_entry > "$desktop_target"
fi
+exec /usr/bin/wineshelllink-fedora
+
exit 0

@ -1,6 +1,6 @@
Name: wine
Version: 1.1.15
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A Windows 16/32/64 bit emulator
Group: Applications/Emulators
@ -869,6 +869,9 @@ update-desktop-database &>/dev/null || :
%{_libdir}/wine/winepulse.drv.so
%changelog
* Sun Mar 15 2009 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 1.1.15-3
— Make sure F11 font packages have been built with F11 fontforge
* Tue Feb 24 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.1.15-2
- switch from i386 to ix86

@ -1,6 +0,0 @@
#!/bin/sh
for i in $HOME/.config/menus/applications-merged/*menu ; do
sed -i -e 's:<Name>wine-wine</Name>:<Name>Wine</Name>:g' \
-e ':<Directory>wine-wine</Directory>:<Directory>wine</Directory>:g' "$i"
done
Loading…
Cancel
Save