makedeb
A compatibility layer for running Windows programs (wayland version of wine https://github.com/Kron4ek/wine-wayland.git)
Click here to go back to the commit logs for wine-wayland.
Hash: 1d65b34e6676411858b6e59233ee8a83a13f759d
Message: update
diff --git a/.SRCINFO b/.SRCINFO
index 9953b74..94ecde0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
pkgname = wine-wayland
pkgbase = wine-wayland
pkgdesc = A compatibility layer for running Windows programs (wayland version of wine https://github.com/Kron4ek/wine-wayland.git)
-pkgrel = 6
+pkgrel = 7
pkgver = 8.2
url = http://www.winehq.com
arch = amd64
@@ -68,7 +68,6 @@ depends = libxxf86vm1:amd64
depends = libopenal1:amd64
depends = libunwind8:amd64
depends = libkrb5-3:amd64
-depends = libdrm-common:amd64
depends = libgbm1:amd64
depends = liblcms2-2:amd64
depends = libfaudio0:amd64
@@ -133,7 +132,6 @@ depends = libxxf86vm1:i386
depends = libopenal1:i386
depends = libunwind8:i386
depends = libkrb5-3:i386
-depends = libdrm-common:i386
depends = libgbm1:i386
depends = liblcms2-2:i386
depends = libfaudio0:i386
@@ -258,7 +256,7 @@ makedepends = libdrm-dev:i386
makedepends = libgbm-dev:i386
makedepends = libstdc++-10-dev:i386
provides = libwine=8.2
-source = git+https://gitlab.collabora.com/alf/wine.git
+source = git+https://gitlab.collabora.com/alf/wine.git/#branch=wayland
sha512sums = SKIP
makedepends = debhelper
makedepends = wayland-protocols
diff --git a/PKGBUILD b/PKGBUILD
index 8022bd2..d374f02 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=wine-wayland
pkgbase=wine-wayland
pkgver=8.2
-pkgrel=6
+pkgrel=7
br="wayland"
-source=("git+https://gitlab.collabora.com/alf/wine.git")
+source=("git+https://gitlab.collabora.com/alf/wine.git/#branch=wayland")
# '30-win32-aliases.conf'
# 'wine-binfmt.conf')
sha512sums=(
@@ -87,7 +87,6 @@ libopenal1:amd64
#unixodbc:amd64
libunwind8:amd64
libkrb5-3:amd64
-libdrm-common:amd64
libgbm1:amd64
liblcms2-2:amd64
libfaudio0:amd64
@@ -155,7 +154,6 @@ libopenal1:i386
#unixodbc:i386
libunwind8:i386
libkrb5-3:i386
-libdrm-common:i386
libgbm1:i386
liblcms2-2:i386
libfaudio0:i386
@@ -331,7 +329,7 @@ build() {
mkdir -pv "$srcdir/wine-64-build"
cd "$srcdir/wine-32-build"
- ../wine-$br/configure \
+ ../wine/configure \
--prefix=/usr \
--with-x \
--with-gstreamer \
@@ -342,7 +340,7 @@ build() {
make -j1
cd "$srcdir/wine-64-build"
- ../wine-$br/configure \
+ ../wine/configure \
--prefix=/usr \
--libdir=/usr/lib \
--with-x \