mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
wine: update to 7.0rc1.
This commit is contained in:
parent
2856d5aeec
commit
f011ab8573
3 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- a/wine-6.23/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200
|
--- a/wine-7.0-rc1/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200
|
||||||
+++ b/wine-6.23/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200
|
+++ b/wine-7.0-rc1/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200
|
||||||
@@ -29,7 +29,8 @@
|
@@ -29,7 +29,8 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- a/wine-6.23/server/security.h 2021-10-12 19:52:55.876645306 +0200
|
--- a/wine-7.0-rc1/server/security.h 2021-10-12 19:52:55.876645306 +0200
|
||||||
+++ b/wine-6.23/server/security.h 2021-10-12 19:53:08.605490926 +0200
|
+++ b/wine-7.0-rc1/server/security.h 2021-10-12 19:53:08.605490926 +0200
|
||||||
@@ -21,6 +21,8 @@
|
@@ -21,6 +21,8 @@
|
||||||
#ifndef __WINE_SERVER_SECURITY_H
|
#ifndef __WINE_SERVER_SECURITY_H
|
||||||
#define __WINE_SERVER_SECURITY_H
|
#define __WINE_SERVER_SECURITY_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=6.23
|
version=7.0rc1
|
||||||
revision=2
|
revision=1
|
||||||
_pkgver=${version/r/-r}
|
_pkgver=${version/r/-r}
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc=wine-${_pkgver}
|
build_wrksrc=wine-${_pkgver}
|
||||||
|
@ -11,10 +11,10 @@ short_desc="Run Microsoft Windows applications"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.winehq.org/"
|
homepage="http://www.winehq.org/"
|
||||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
|
distfiles="https://dl.winehq.org/wine/source/${version%r*}/wine-${_pkgver}.tar.xz
|
||||||
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
|
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
|
||||||
checksum="d96c7f31741e4251fb50f919309c604665267cfacee13f8f450a30c953620e0d
|
checksum="2e9362c07c264c13baeac61c188175e977965b3778d6f00368040e8155d72061
|
||||||
1b996e7a0ce0f0015bae1a465aa55787edff3bc9edf1c7164dd264872cc7f3f6"
|
0d4447688e31fced16adbe4b3d15502f1e11422dcb18b66e133e5265d5f86f5d"
|
||||||
|
|
||||||
build_options="mingw staging"
|
build_options="mingw staging"
|
||||||
build_options_default="mingw"
|
build_options_default="mingw"
|
||||||
|
|
Loading…
Add table
Reference in a new issue