ports/contrib (3.6): wine-staging: added a revdep.d file
commit 981e1ca975f250ede365390b83e312be0c63524a Author: Matt Housh <jaeger@crux.ninja> Date: Fri Aug 27 10:02:38 2021 -0500 wine-staging: added a revdep.d file diff --git a/wine-staging/.footprint b/wine-staging/.footprint index bfa85f7f4..f1d302cdb 100644 --- a/wine-staging/.footprint +++ b/wine-staging/.footprint @@ -1,3 +1,6 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/revdep.d/ +-rw-r--r-- root/root etc/revdep.d/wine-staging drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/function_grep.pl diff --git a/wine-staging/.signature b/wine-staging/.signature index 44b7fa288..df971aea0 100644 --- a/wine-staging/.signature +++ b/wine-staging/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31VmgqVcMZn7yr5rRl0T+XMr1gcAoynucMtqjCIGvQCK25brU+L8Q/t7JboCArdWD5Jh28uYPO1hncACJ/3+fAU= -SHA256 (Pkgfile) = bfabe28f48e575a0e8c603d3a3e878846bceb58555a661ba217962908b02c1ea -SHA256 (.footprint) = c16fd3203f1bd702808808b302bf73afa4f7242f9e096276f38a1463231f2587 +RWSagIOpLGJF37ZAQBAB1hTLK7Um1Oi/0Vjo6VTyB2ORA4l3q9DoyoFBvX/l4sa59wMZa2pOg4W3cLwGO733JC5f1yKcAkykrQY= +SHA256 (Pkgfile) = ce9190978360a274d645dcd23fd283ff38076994ee557c57eff81c39ba6a4e7a +SHA256 (.footprint) = a97be611a1164c13bbea321af767fc6800e7dcec7028c82871d9133bf6542b28 SHA256 (wine-6.15.tar.xz) = 61fd65a365832a62bae7a78429270c076fb2a29f1c7f462595d1f3543651779b SHA256 (wine-staging-6.15.tar.gz) = 8eab77df53dac69cc6ffd2df94e4b53f4312806649e2a27ea97082047fe7dd61 SHA256 (wine-gecko-2.47.2-x86.msi) = e520ce7336cd420cd09c91337d87e74bb420300fd5cbc6f724c1802766b6a61d diff --git a/wine-staging/Pkgfile b/wine-staging/Pkgfile index fbd0e5217..ee0ecc13a 100644 --- a/wine-staging/Pkgfile +++ b/wine-staging/Pkgfile @@ -61,4 +61,7 @@ build() { install $SRC/wine-mono-6.3.0-x86.msi $PKG/usr/share/wine/mono/ rm -r $PKG/usr/share/man/??.UTF-8 + + install -d $PKG/etc/revdep.d + echo -e "/usr/lib/wine/x86_64-unix\n/usr/lib32/wine/i386-unix\n" > $PKG/etc/revdep.d/$name }
participants (1)
-
crux@crux.nu