fix archlinux deps
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
9e3b76b399
commit
e83a24eb99
3
.github/workflows/flutter-build.yml
vendored
3
.github/workflows/flutter-build.yml
vendored
@ -1447,6 +1447,9 @@ jobs:
|
|||||||
python
|
python
|
||||||
ttf-arphic-uming
|
ttf-arphic-uming
|
||||||
libappindicator-gtk3
|
libappindicator-gtk3
|
||||||
|
pam
|
||||||
|
gst-plugins-base
|
||||||
|
gst-plugin-pipewire
|
||||||
scripts: |
|
scripts: |
|
||||||
cd res && HBB=`pwd`/.. FLUTTER=1 makepkg -f
|
cd res && HBB=`pwd`/.. FLUTTER=1 makepkg -f
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ arch=('x86_64')
|
|||||||
url=""
|
url=""
|
||||||
license=('AGPL-3.0')
|
license=('AGPL-3.0')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('gtk3' 'xdotool' 'libxcb' 'libxfixes' 'alsa-lib' 'curl' 'libva' 'libvdpau' 'libappindicator-gtk3')
|
depends=('gtk3' 'xdotool' 'libxcb' 'libxfixes' 'alsa-lib' 'curl' 'libva' 'libvdpau' 'libappindicator-gtk3' 'pam' 'gst-plugins-base' 'gst-plugin-pipewire')
|
||||||
makedepends=()
|
makedepends=()
|
||||||
checkdepends=()
|
checkdepends=()
|
||||||
optdepends=()
|
optdepends=()
|
||||||
@ -22,9 +22,6 @@ noextract=()
|
|||||||
md5sums=() #generate with 'makepkg -g'
|
md5sums=() #generate with 'makepkg -g'
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
pacman -S --noconfirm gst-plugins-base || true
|
|
||||||
pacman -S --noconfirm gst-plugin-pipewire || true
|
|
||||||
pacman -S --noconfirm pam
|
|
||||||
if [[ ${FLUTTER} ]]; then
|
if [[ ${FLUTTER} ]]; then
|
||||||
mkdir -p "${pkgdir}/usr/lib/rustdesk" && cp -r ${HBB}/flutter/build/linux/x64/release/bundle/* -t "${pkgdir}/usr/lib/rustdesk"
|
mkdir -p "${pkgdir}/usr/lib/rustdesk" && cp -r ${HBB}/flutter/build/linux/x64/release/bundle/* -t "${pkgdir}/usr/lib/rustdesk"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user