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