summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-06-04 10:11:15 +0200
committerMichel Zou2019-06-04 10:11:15 +0200
commitdd79579379f5a92c0f8fb3a0f67eec6c2a4d18b5 (patch)
tree41dd8538fd189e337da16ce6d6fe4f60ca9f6f30
parente76515a8cab73113587efd0ce2d1d0e2cfb8c93e (diff)
downloadaur-dd79579379f5a92c0f8fb3a0f67eec6c2a4d18b5.tar.gz
revert xvfb/wineboot: it hangs
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--mingw-wine.sh5
3 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9175c425752b..dd010f90cc6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = mingw-w64-wine
pkgdesc = Wine wrapper for MinGW (mingw-w64)
pkgver = 1
- pkgrel = 3
+ pkgrel = 4
url = http://fedoraproject.org/wiki/MinGW
arch = any
license = MIT
depends = wine
- depends = xorg-server-xvfb
source = mingw-wine.sh
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8e4d014c1d7b..1c9480f73457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=mingw-w64-wine
pkgver=1
-pkgrel=3
+pkgrel=4
arch=('any')
pkgdesc="Wine wrapper for MinGW (mingw-w64)"
-depends=('wine' 'xorg-server-xvfb')
+depends=('wine')
license=("MIT")
url="http://fedoraproject.org/wiki/MinGW"
source=("mingw-wine.sh")
diff --git a/mingw-wine.sh b/mingw-wine.sh
index b384f357d61e..7cb8498caada 100644
--- a/mingw-wine.sh
+++ b/mingw-wine.sh
@@ -22,11 +22,6 @@ else
export WINEARCH=win32
fi
-if ! test -d "${WINEPREFIX}"
-then
- /usr/bin/xvfb-run wineboot --update
-fi
-
export WINEDLLOVERRIDES="mscoree,mshtml="
/usr/bin/wine "$@"