diff options
-rw-r--r-- | wine/.footprint | 5 | ||||
-rw-r--r-- | wine/.md5sum | 2 | ||||
-rw-r--r-- | wine/Pkgfile | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/wine/.footprint b/wine/.footprint index 3203dc72b..93c7f0716 100644 --- a/wine/.footprint +++ b/wine/.footprint @@ -139,6 +139,7 @@ drwxr-xr-x root/root usr/include/wine/windows/ -rw-r--r-- root/root usr/include/wine/windows/d3dx8math.h -rw-r--r-- root/root usr/include/wine/windows/d3dx8math.inl -rw-r--r-- root/root usr/include/wine/windows/d3dx9.h +-rw-r--r-- root/root usr/include/wine/windows/d3dx9core.h -rw-r--r-- root/root usr/include/wine/windows/d3dx9math.h -rw-r--r-- root/root usr/include/wine/windows/d3dx9math.inl -rw-r--r-- root/root usr/include/wine/windows/dbghelp.h @@ -779,6 +780,7 @@ drwxr-xr-x root/root usr/lib/wine/ -rwxr-xr-x root/root usr/lib/wine/mmdevldr.vxd.so -rw-r--r-- root/root usr/lib/wine/mmsystem.dll16 -rwxr-xr-x root/root usr/lib/wine/monodebg.vxd.so +-rwxr-xr-x root/root usr/lib/wine/mountmgr.sys.so -rw-r--r-- root/root usr/lib/wine/mouse.drv16 -rwxr-xr-x root/root usr/lib/wine/mpr.dll.so -rwxr-xr-x root/root usr/lib/wine/mprapi.dll.so @@ -975,9 +977,6 @@ drwxr-xr-x root/root usr/lib/wine/ -rwxr-xr-x root/root usr/lib/wine/wtsapi32.dll.so -rwxr-xr-x root/root usr/lib/wine/xcopy.exe.so drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/de.UTF-8/ -drwxr-xr-x root/root usr/man/de.UTF-8/man1/ --rw-r--r-- root/root usr/man/de.UTF-8/man1/wine.1 drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/widl.1.gz -rw-r--r-- root/root usr/man/man1/wine.1.gz diff --git a/wine/.md5sum b/wine/.md5sum index aa09fabf7..8aab4ee59 100644 --- a/wine/.md5sum +++ b/wine/.md5sum @@ -1 +1 @@ -c3b14ac84f049a2db28cd41c3f71998b wine-0.9.52.tar.bz2 +48fe690c6f37302401adde4cf5db7c19 wine-0.9.53.tar.bz2 diff --git a/wine/Pkgfile b/wine/Pkgfile index ef4dd9215..38db5ab32 100644 --- a/wine/Pkgfile +++ b/wine/Pkgfile @@ -18,4 +18,5 @@ build() { make depend make make prefix=$PKG/usr install + rm -rf $PKG/usr/man/{de,fr}.UTF-8 } |