fix: add dependencies for system tray

This commit is contained in:
raindropqwq 2026-02-17 13:40:27 +08:00
parent 7f799659b2
commit 29b48fe8be
No known key found for this signature in database
GPG key ID: E111AE9AEF70F889
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = micyou-bin
pkgdesc = Turn your Android device into a high-quality wireless microphone for your PC
pkgver = 1.1.0
pkgrel = 1
pkgrel = 2
url = https://github.com/LanRhyme/MicYou
arch = x86_64
license = MIT
@ -9,6 +9,7 @@ pkgbase = micyou-bin
depends = fontconfig
depends = freetype2
depends = glibc
depends = libappindicator
depends = libgl
depends = libx11
depends = libxext

View file

@ -3,12 +3,12 @@
pkgname=micyou-bin
_pkgver=1.1.0-20260216-1523
pkgver=1.1.0
pkgrel=1
pkgrel=2
pkgdesc="Turn your Android device into a high-quality wireless microphone for your PC"
arch=('x86_64')
url="https://github.com/LanRhyme/MicYou"
license=('MIT')
depends=('alsa-lib' 'fontconfig' 'freetype2' 'glibc' 'libgl' 'libx11' 'libxext' 'libxi' 'libxrender' 'libxtst' 'zlib')
depends=('alsa-lib' 'fontconfig' 'freetype2' 'glibc' 'libappindicator' 'libgl' 'libx11' 'libxext' 'libxi' 'libxrender' 'libxtst' 'zlib')
provides=('micyou')
conflicts=('micyou')
options=('!strip')