mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Move systemd to a separate snap part
This commit is contained in:
parent
ed8c8aba17
commit
2af4b2b512
1 changed files with 7 additions and 3 deletions
|
@ -130,7 +130,6 @@ parts:
|
|||
- libxcb-screensaver0
|
||||
- zlib1g
|
||||
- glib-networking
|
||||
- systemd
|
||||
cmake-generator: Ninja
|
||||
cmake-parameters:
|
||||
- -DCMAKE_BUILD_TYPE=Release
|
||||
|
@ -159,8 +158,6 @@ parts:
|
|||
rm -rf "$CRAFT_PART_INSTALL/usr/share/icons"
|
||||
stage:
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/libjpeg.so.8.2.2
|
||||
prime:
|
||||
- -./lib/systemd
|
||||
after:
|
||||
- ffmpeg
|
||||
- libjxl
|
||||
|
@ -531,6 +528,13 @@ parts:
|
|||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.so
|
||||
- -./usr/share
|
||||
|
||||
systemd:
|
||||
plugin: nil
|
||||
stage-packages:
|
||||
- systemd
|
||||
stage:
|
||||
- ./usr/bin/systemd-detect-virt
|
||||
|
||||
webrtc:
|
||||
source: https://github.com/desktop-app/tg_owt.git
|
||||
source-depth: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue