mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 08:54:17 +01:00
fix: add bluez-libs and xdg-utils to optdepends
This commit is contained in:
parent
29b48fe8be
commit
1aa42944ff
2 changed files with 6 additions and 0 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -17,6 +17,8 @@ pkgbase = micyou-bin
|
|||
depends = libxrender
|
||||
depends = libxtst
|
||||
depends = zlib
|
||||
optdepends = bluez-libs: Bluetooth connectivity support
|
||||
optdepends = xdg-utils: Open URLs in default browser
|
||||
provides = micyou
|
||||
conflicts = micyou
|
||||
noextract = MicYou-Linux-1.1.0.deb
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -9,6 +9,10 @@ arch=('x86_64')
|
|||
url="https://github.com/LanRhyme/MicYou"
|
||||
license=('MIT')
|
||||
depends=('alsa-lib' 'fontconfig' 'freetype2' 'glibc' 'libappindicator' 'libgl' 'libx11' 'libxext' 'libxi' 'libxrender' 'libxtst' 'zlib')
|
||||
optdepends=(
|
||||
'bluez-libs: Bluetooth connectivity support'
|
||||
'xdg-utils: Open URLs in default browser'
|
||||
)
|
||||
provides=('micyou')
|
||||
conflicts=('micyou')
|
||||
options=('!strip')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue