diff --git a/files/0001-Do-not-hijack-file-associations.patch b/files/0001-Do-not-hijack-file-associations.patch new file mode 100644 --- /dev/null +++ b/files/0001-Do-not-hijack-file-associations.patch @@ -0,0 +1,25 @@ +From 882f1caad52c6291c260c503f4696932624158d6 Mon Sep 17 00:00:00 2001 +From: Fabio Forni +Date: Fri, 29 Nov 2019 00:15:03 +0100 +Subject: [PATCH] Do not hijack file associations + +--- + programs/winecfg/theme.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/programs/winecfg/theme.c b/programs/winecfg/theme.c +index 66d2344..c47c9ed 100644 +--- a/programs/winecfg/theme.c ++++ b/programs/winecfg/theme.c +@@ -1165,7 +1165,7 @@ static void on_select_font(HWND hDlg) + + static void init_mime_types(HWND hDlg) + { +- char *buf = get_reg_key(config_key, keypath("FileOpenAssociations"), "Enable", "Y"); ++ char *buf = get_reg_key(config_key, keypath("FileOpenAssociations"), "Enable", "N"); + int state = IS_OPTION_TRUE(*buf) ? BST_CHECKED : BST_UNCHECKED; + + CheckDlgButton(hDlg, IDC_ENABLE_FILE_ASSOCIATIONS, state); +-- +2.24.0 + diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : wine version : '4.20' -release : 75 +release : 76 source : - https://dl.winehq.org/wine/source/4.x/wine-4.20.tar.xz : 60a0060bf7ac13948d55d8637b5c1d0b3ba11ff236bf5a084b557247ca2698d3 license : LGPL-2.1-or-later @@ -78,6 +78,8 @@ - vulkan-32bit - libpng15 setup : | + %patch -p1 < $pkgfiles/0001-Do-not-hijack-file-associations.patch + # Get 64-bit done first. mkdir wine64 && pushd wine64 ../configure %CONFOPTS% \ diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ wine - Pierre-Yves - pyu@riseup.net + Fabio Forni + livingsilver94.solus@redaril.me LGPL-2.1-or-later virt @@ -2098,7 +2098,7 @@ emul32 - wine + wine /usr/bin/wine @@ -4192,8 +4192,8 @@ programming.devel - wine-32bit - wine-devel + wine-32bit + wine-devel /usr/lib32/libwine.so @@ -4206,7 +4206,7 @@ programming.devel - wine + wine /usr/include/wine/debug.h @@ -5190,12 +5190,12 @@ - - 2019-11-16 + + 2019-11-28 4.20 Packaging update - Pierre-Yves - pyu@riseup.net + Fabio Forni + livingsilver94.solus@redaril.me \ No newline at end of file