mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Revert "wine: update to 10.2"
This reverts commit 9b7f06d7a1
.
Closes: #54456
This commit is contained in:
parent
b0d4643aa2
commit
11df4c4ed9
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=10.2
|
reverts="10.2_1"
|
||||||
revision=1
|
version=10.1
|
||||||
|
revision=2
|
||||||
_pkgver=${version/r/-r}
|
_pkgver=${version/r/-r}
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc=wine-${_pkgver}
|
build_wrksrc=wine-${_pkgver}
|
||||||
|
@ -13,8 +14,8 @@ 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%.*}.x/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="9d90dfb6cf10b810a7b4789f0067712b4730d3ea2a88b91f1be273b2ad04243f
|
checksum="63471e37b1a515795ff3368d26a039261660e1377cb427d1b61b3a7b76091663
|
||||||
44d051a8622dd6245d63b88d988eebcdb712d309ee57eccdccbe59d6c4788194"
|
029009c52a0eb428451d8381992bbcabe50bed4527f3a9c73d00f55c7f3af9cc"
|
||||||
|
|
||||||
# NOTE: wine depends on specific versions of wine-mono and wine-gecko,
|
# NOTE: wine depends on specific versions of wine-mono and wine-gecko,
|
||||||
# check for updates to these packages when updating wine
|
# check for updates to these packages when updating wine
|
||||||
|
@ -133,7 +134,7 @@ post_install() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# install man page for wine executable
|
# install man page for wine executable
|
||||||
for f in tools/wine/wine*.man; do
|
for f in loader/wine*.man; do
|
||||||
vman "$f" "${f//man/1}"
|
vman "$f" "${f//man/1}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue