mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 12:43:11 +01:00
fix: add dependencies for system tray
This commit is contained in:
parent
7f799659b2
commit
29b48fe8be
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue