Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
winetricks
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
winetricks
Commits
7568e5f7
Commit
7568e5f7
authored
Aug 25, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20210825.1-alt1
- add msado15 install
parent
7754ebbc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
55 deletions
+8
-55
rules
.gear/rules
+1
-0
winetricks_msdmo15.patch
patches/winetricks_msdmo15.patch
+0
-54
winetricks.spec
winetricks.spec
+7
-1
No files found.
.gear/rules
View file @
7568e5f7
tar: @name@
copy?: patches/*.patch
patches/winetricks_msdmo15.patch
deleted
100644 → 0
View file @
7754ebbc
--- 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()
winetricks.spec
View file @
7568e5f7
Name: winetricks
Version: 20210825
Version: 20210825
.1
Release: alt1
Summary: Work around common problems in Wine
...
...
@@ -14,6 +14,8 @@ Packager: Vitaly Lipatov <lav@altlinux.ru>
# Source-url: %url/archive/%version/%name-%version.tar.gz
Source: %name-%version.tar
Patch1: winetricks_msado15.patch
BuildArch: noarch
ExclusiveArch: %ix86 x86_64 %arm aarch64
...
...
@@ -39,6 +41,7 @@ or tweak various Wine settings individually.
%prep
%setup
%patch1 -p0
# fix req. Disable autoreq at all?
%__subst 's|fusermount|a= fusermount|' src/winetricks
...
...
@@ -68,6 +71,9 @@ desktop-file-validate %buildroot%_desktopdir/%name.desktop
#exclude %_datadir/appdata/%name.appdata.xml
%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
- new version 20210825 (with rpmrb script)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment