summaryrefslogtreecommitdiff
path: root/wine/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'wine/Pkgfile')
-rw-r--r--wine/Pkgfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/wine/Pkgfile b/wine/Pkgfile
index 96249d0d2..6f25ef95c 100644
--- a/wine/Pkgfile
+++ b/wine/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: fontconfig-32 freeglut-32 gnutls-32 lcms2-32 mpg123-32 openal-32 prelink vkd3d-32 xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxxf86dga-32 mingw-w64-gcc
name=wine
-version=6.19
+version=6.20
release=1
source=(https://dl.winehq.org/wine/source/6.x/$name-$version.tar.xz
https://dl.winehq.org/wine/wine-gecko/2.47.2/wine-gecko-2.47.2-x86.msi
@@ -52,6 +52,10 @@ build() {
make
make DESTDIR=$PKG install
+ install -d $PKG/etc/revdep.d
+ echo "/usr/lib/wine/x86_64-unix" > $PKG/etc/revdep.d/$name
+ echo "/usr/lib32/wine/i386-unix" >> $PKG/etc/revdep.d/$name
+
install -d $PKG/usr/share/wine/gecko
install -d $PKG/usr/share/wine/mono

Generated by cgit