From c9c3e701443dc60dec9ea627d057c4d473c7edc1 Mon Sep 17 00:00:00 2001 From: nim Date: Sep 25 2019 13:33:45 +0000 Subject: Try to build with F11 fontforge --- diff --git a/import.log b/import.log new file mode 100644 index 0000000..bb8668c --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +wine-1_1_15-3_fc11:HEAD:wine-1.1.15-3.fc11.src.rpm:1237145709 diff --git a/wine-prefixfonts.patch b/wine-prefixfonts.patch deleted file mode 100644 index 885c56a..0000000 --- a/wine-prefixfonts.patch +++ /dev/null @@ -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 ] diff --git a/wine-wineshelllink.patch b/wine-wineshelllink.patch deleted file mode 100644 index 0dd020c..0000000 --- a/wine-wineshelllink.patch +++ /dev/null @@ -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 diff --git a/wine.spec b/wine.spec index 7b2a09f..8e8df01 100644 --- a/wine.spec +++ b/wine.spec @@ -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 - 1.1.15-3 +— Make sure F11 font packages have been built with F11 fontforge + * Tue Feb 24 2009 Andreas Bierfert - 1.1.15-2 - switch from i386 to ix86 diff --git a/wineshelllink-fedora b/wineshelllink-fedora deleted file mode 100644 index 6473493..0000000 --- a/wineshelllink-fedora +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -for i in $HOME/.config/menus/applications-merged/*menu ; do - sed -i -e 's:wine-wine:Wine:g' \ - -e ':wine-wine:wine:g' "$i" -done