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
bd6a79fc
Commit
bd6a79fc
authored
Feb 13, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20250207-alt1
- new version (20250207) with rpmgs script - disable win64 warnings
parent
cffee8dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
2 deletions
+34
-2
0001-winetricks-W_NO_WIN64_WARNINGS-1.patch
patches/0001-winetricks-W_NO_WIN64_WARNINGS-1.patch
+26
-0
winetricks.spec
winetricks.spec
+8
-2
No files found.
patches/0001-winetricks-W_NO_WIN64_WARNINGS-1.patch
0 → 100644
View file @
bd6a79fc
From 9c165694b660944b2d92e308a8b25590124c0ae1 Mon Sep 17 00:00:00 2001
From: Vitaly Lipatov <lav@etersoft.ru>
Date: Thu, 13 Feb 2025 16:30:43 +0300
Subject: [PATCH] winetricks: W_NO_WIN64_WARNINGS=1
To: wine-devel <wine-devel@winehq.org>
---
src/winetricks | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/winetricks b/src/winetricks
index 6a4bfb7..611959e 100755
--- a/src/winetricks
+++ b/src/winetricks
@@ -13,6 +13,8 @@ WINETRICKS_VERSION=20250102-next
# You should see a micro (u with a tail) here [µ]
# You should see a trademark symbol here [™]
+W_NO_WIN64_WARNINGS=1
+
#--------------------------------------------------------------------
#
# Winetricks is a package manager for Win32 dlls and applications on POSIX.
--
2.42.4
winetricks.spec
View file @
bd6a79fc
%define commit
9f6b3136ee218b853792b056da0985c8053b3c10
%define commit
e73c4d8f71801fe842c0276b603d9c8024d6d957
Name: winetricks
Version: 20250
125
Version: 20250
207
Release: alt1
Summary: Work around common problems in Wine
...
...
@@ -16,6 +16,7 @@ Packager: Vitaly Lipatov <lav@altlinux.ru>
Source: %name-%version.tar
Patch2: 0001-winetricks-try-use-xvt-as-terminal.patch
Patch3: 0001-winetricks-W_NO_WIN64_WARNINGS-1.patch
Patch10: 0001-Remove-unuseful-binary-arch-detection.patch
Patch11: 0002-add-w_expand_env32-and-w_expand_env64-and-using-them.patch
...
...
@@ -53,6 +54,7 @@ or tweak various Wine settings individually.
%prep
%setup
%patch2 -p1
%patch3 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
...
...
@@ -87,6 +89,10 @@ desktop-file-validate %buildroot%_desktopdir/%name.desktop
%_datadir/bash-completion/completions/winetricks
%changelog
* Thu Feb 13 2025 Vitaly Lipatov <lav@altlinux.ru> 20250207-alt1
- new version (20250207) with rpmgs script
- disable win64 warnings
* Thu Feb 06 2025 Vitaly Lipatov <lav@altlinux.ru> 20250125-alt1
- new version (20250125) with rpmgs 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