Commit 7568e5f7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

20210825.1-alt1

- add msado15 install
parent 7754ebbc
tar: @name@ tar: @name@
copy?: patches/*.patch
--- winetricks 2021-08-25 17:49:59.797348694 +0300
+++ src/winetricks.new 2021-08-25 15:15:10.093371438 +0300
@@ -22881,6 +22834,51 @@
w_set_winver winxp
}
+#----------------------------------------------------------------
+
+w_metadata msado15 dlls
+
+load_msado15()
+{
+ w_download_to win2k3sp2_x64 https://download.microsoft.com/download/3/c/5/3c5c6364-27d3-4e18-bd04-244d0ec09dd4/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+ w_try_cd "$W_TMP"
+
+
+ cabextract -d "$W_TMP" -F amd64/wow/wmsdart.dl_ "$W_CACHE"/win2k3sp2_x64/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+
+ cabextract -d "$W_TMP" -F amd64/msdart.dl_ "$W_CACHE"/win2k3sp2_x64/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+
+
+ cabextract -d "$W_SYSTEM32_DLLS" "$W_TMP"/amd64/wow/wmsdart.dl_
+ cabextract -d "$W_SYSTEM64_DLLS" "$W_TMP"/amd64/msdart.dl_
+ mv "$W_SYSTEM32_DLLS"/wmsdart.dll "$W_SYSTEM32_DLLS"/msdart.dll
+
+
+
+
+ cabextract -d "$W_TMP" -F amd64/wow/wmsado15.dl_ "$W_CACHE"/win2k3sp2_x64/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+
+ cabextract -d "$W_TMP" -F amd64/msado15.dl_ "$W_CACHE"/win2k3sp2_x64/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+
+
+ cabextract -d "$W_COMMONFILES_X86/System/ADO" "$W_TMP"/amd64/wow/wmsado15.dl_
+ cabextract -d "$W_COMMONFILES/System/ADO" "$W_TMP"/amd64/msado15.dl_
+ mv "$W_COMMONFILES_X86/System/ADO"/wmsado15.dll "$W_COMMONFILES_X86/System/ADO"/msado15.dll
+
+ w_override_dlls native msado15
+
+
+ cd "$W_COMMONFILES"/System/ADO/
+
+
+ "$WINE64" regsvr32 $W_UNATTENDED_SLASH_S "msado15.dll"
+
+ cd "$W_COMMONFILES_X86"/System/ADO/
+
+ "$WINE" regsvr32 $W_UNATTENDED_SLASH_S "msado15.dll"
+}
+#----------------------------------------------------------------
+
#---- Main Program ----
winetricks_stats_save()
Name: winetricks Name: winetricks
Version: 20210825 Version: 20210825.1
Release: alt1 Release: alt1
Summary: Work around common problems in Wine Summary: Work around common problems in Wine
...@@ -14,6 +14,8 @@ Packager: Vitaly Lipatov <lav@altlinux.ru> ...@@ -14,6 +14,8 @@ Packager: Vitaly Lipatov <lav@altlinux.ru>
# Source-url: %url/archive/%version/%name-%version.tar.gz # Source-url: %url/archive/%version/%name-%version.tar.gz
Source: %name-%version.tar Source: %name-%version.tar
Patch1: winetricks_msado15.patch
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %ix86 x86_64 %arm aarch64 ExclusiveArch: %ix86 x86_64 %arm aarch64
...@@ -39,6 +41,7 @@ or tweak various Wine settings individually. ...@@ -39,6 +41,7 @@ or tweak various Wine settings individually.
%prep %prep
%setup %setup
%patch1 -p0
# fix req. Disable autoreq at all? # fix req. Disable autoreq at all?
%__subst 's|fusermount|a= fusermount|' src/winetricks %__subst 's|fusermount|a= fusermount|' src/winetricks
...@@ -68,6 +71,9 @@ desktop-file-validate %buildroot%_desktopdir/%name.desktop ...@@ -68,6 +71,9 @@ desktop-file-validate %buildroot%_desktopdir/%name.desktop
#exclude %_datadir/appdata/%name.appdata.xml #exclude %_datadir/appdata/%name.appdata.xml
%changelog %changelog
* Wed Aug 25 2021 Vitaly Lipatov <lav@altlinux.ru> 20210825.1-alt1
- add msado15 install
* Wed Aug 25 2021 Vitaly Lipatov <lav@altlinux.ru> 20210825-alt1 * Wed Aug 25 2021 Vitaly Lipatov <lav@altlinux.ru> 20210825-alt1
- new version 20210825 (with rpmrb script) - new version 20210825 (with rpmrb script)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment