Add wine with audio dependencies
This commit is contained in:
commit
a1445f0bc5
|
@ -0,0 +1,12 @@
|
||||||
|
pkgbase = wine-meta
|
||||||
|
pkgdesc = install wine with often needed packages
|
||||||
|
pkgver = 0.1
|
||||||
|
pkgrel = 1
|
||||||
|
arch = x86_64
|
||||||
|
license = unknown
|
||||||
|
provides = wine
|
||||||
|
provides = lib32-libpulse
|
||||||
|
provides = lib32-openal
|
||||||
|
provides = lib32-pipewire
|
||||||
|
|
||||||
|
pkgname = wine-meta
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Maintainer: Dendy Faist <dendy@fai.st>
|
||||||
|
|
||||||
|
pkgname=wine-meta
|
||||||
|
pkgver=0.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="install wine with often needed packages"
|
||||||
|
arch=(x86_64)
|
||||||
|
license=(unknown)
|
||||||
|
provides=(
|
||||||
|
wine
|
||||||
|
lib32-libpulse
|
||||||
|
lib32-openal
|
||||||
|
lib32-pipewire
|
||||||
|
)
|
Loading…
Reference in New Issue