Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
fix (snap): ignore some libraries generated by scrcpy build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jul 19, 2022
1 parent be39e54 commit 0b4b306
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,6 @@ parts:
- locales-all
- xdg-user-dirs
- fcitx-frontend-qt5
stage:
- lib/x86_64-linux-gnu/libcom_err.so.2.1
- usr/lib/x86_64-linux-gnu/libsensors.so.4.4.0
- usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0
- usr/lib/x86_64-linux-gnu/libxml2.so.2.9.4
- usr/share/doc/libcom-err2/changelog.Debian.gz
- usr/share/doc/libsensors4/changelog.Debian.gz
- usr/share/doc/libtiff5/changelog.Debian.gz
- usr/share/doc/libxml2/changelog.Debian.gz


guiscrcpy:
after: [desktop-qt5, classic-launch, debian-multiarch-triplet-provider-launch]
Expand All @@ -107,14 +97,14 @@ parts:
stage-snaps:
- scrcpy
stage:
- lib/x86_64-linux-gnu/libcom_err.so.2.1
- usr/lib/x86_64-linux-gnu/libsensors.so.4.4.0
- usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0
- usr/lib/x86_64-linux-gnu/libxml2.so.2.9.4
- usr/share/doc/libcom-err2/changelog.Debian.gz
- usr/share/doc/libsensors4/changelog.Debian.gz
- usr/share/doc/libtiff5/changelog.Debian.gz
- usr/share/doc/libxml2/changelog.Debian.gz
- -lib/x86_64-linux-gnu/libcom_err.so.2.1
- -usr/lib/x86_64-linux-gnu/libsensors.so.4.4.0
- -usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0
- -usr/lib/x86_64-linux-gnu/libxml2.so.2.9.4
- -usr/share/doc/libcom-err2/changelog.Debian.gz
- -usr/share/doc/libsensors4/changelog.Debian.gz
- -usr/share/doc/libtiff5/changelog.Debian.gz
- -usr/share/doc/libxml2/changelog.Debian.gz

plugs:
adb-support:
Expand Down

0 comments on commit 0b4b306

Please sign in to comment.