From e83a24eb994b87f853d48ae732050de5fc31d561 Mon Sep 17 00:00:00 2001 From: fufesou Date: Fri, 14 Apr 2023 11:07:27 +0800 Subject: [PATCH] fix archlinux deps Signed-off-by: fufesou --- .github/workflows/flutter-build.yml | 3 +++ res/PKGBUILD | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index b1c4c577c..7ea06ba8e 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -1447,6 +1447,9 @@ jobs: python ttf-arphic-uming libappindicator-gtk3 + pam + gst-plugins-base + gst-plugin-pipewire scripts: | cd res && HBB=`pwd`/.. FLUTTER=1 makepkg -f diff --git a/res/PKGBUILD b/res/PKGBUILD index 338ba5b77..559f1c025 100644 --- a/res/PKGBUILD +++ b/res/PKGBUILD @@ -7,7 +7,7 @@ arch=('x86_64') url="" license=('AGPL-3.0') 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=() checkdepends=() optdepends=() @@ -22,9 +22,6 @@ noextract=() md5sums=() #generate with 'makepkg -g' package() { - pacman -S --noconfirm gst-plugins-base || true - pacman -S --noconfirm gst-plugin-pipewire || true - pacman -S --noconfirm pam if [[ ${FLUTTER} ]]; then mkdir -p "${pkgdir}/usr/lib/rustdesk" && cp -r ${HBB}/flutter/build/linux/x64/release/bundle/* -t "${pkgdir}/usr/lib/rustdesk" fi