mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Exclude some development files from snap
This commit is contained in:
parent
9047b3c121
commit
0d84ba406f
1 changed files with 7 additions and 0 deletions
|
@ -231,6 +231,7 @@ parts:
|
||||||
- -./usr/include
|
- -./usr/include
|
||||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libexec
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libexec
|
||||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig
|
||||||
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/*.so
|
||||||
- -./usr/mkspecs
|
- -./usr/mkspecs
|
||||||
- -./usr/share
|
- -./usr/share
|
||||||
after:
|
after:
|
||||||
|
@ -253,6 +254,7 @@ parts:
|
||||||
- -./usr/bin
|
- -./usr/bin
|
||||||
- -./usr/include
|
- -./usr/include
|
||||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig
|
||||||
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/*.so
|
||||||
- -./usr/share
|
- -./usr/share
|
||||||
|
|
||||||
openal:
|
openal:
|
||||||
|
@ -277,6 +279,7 @@ parts:
|
||||||
- -./usr/include
|
- -./usr/include
|
||||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/cmake
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/cmake
|
||||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig
|
||||||
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libopenal.so
|
||||||
|
|
||||||
plasma-wayland-protocols:
|
plasma-wayland-protocols:
|
||||||
source: https://github.com/KDE/plasma-wayland-protocols.git
|
source: https://github.com/KDE/plasma-wayland-protocols.git
|
||||||
|
@ -416,6 +419,10 @@ parts:
|
||||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/qt5/bin
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/qt5/bin
|
||||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/qt5/mkspecs
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/qt5/mkspecs
|
||||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/qt5/examples
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/qt5/examples
|
||||||
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/*.a
|
||||||
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/*.la
|
||||||
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/*.prl
|
||||||
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/*.so
|
||||||
- -./usr/lib/qt5
|
- -./usr/lib/qt5
|
||||||
- -./usr/share
|
- -./usr/share
|
||||||
after:
|
after:
|
||||||
|
|
Loading…
Add table
Reference in a new issue