mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Use epoxy in snap
This commit is contained in:
@@ -192,6 +192,23 @@ parts:
|
|||||||
- mozjpeg
|
- mozjpeg
|
||||||
- qt
|
- qt
|
||||||
|
|
||||||
|
epoxy:
|
||||||
|
source: https://github.com/anholt/libepoxy.git
|
||||||
|
source-depth: 1
|
||||||
|
source-tag: 1.5.9
|
||||||
|
plugin: meson
|
||||||
|
meson-parameters:
|
||||||
|
- --buildtype=release
|
||||||
|
- --prefix=/usr
|
||||||
|
- --default-library=static
|
||||||
|
- -Dtests=false
|
||||||
|
override-pull: |
|
||||||
|
snapcraftctl pull
|
||||||
|
patch -p1 < $SNAPCRAFT_STAGE/patches/libepoxy.patch
|
||||||
|
prime: [-./*]
|
||||||
|
after:
|
||||||
|
- patches
|
||||||
|
|
||||||
extra-cmake-modules:
|
extra-cmake-modules:
|
||||||
source: https://github.com/KDE/extra-cmake-modules.git
|
source: https://github.com/KDE/extra-cmake-modules.git
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
@@ -432,6 +449,7 @@ parts:
|
|||||||
# Allow tdesktop's custom try-portal-and-fallback logic to work
|
# Allow tdesktop's custom try-portal-and-fallback logic to work
|
||||||
- -./usr/plugins/platformthemes/libqxdgdesktopportal.so
|
- -./usr/plugins/platformthemes/libqxdgdesktopportal.so
|
||||||
after:
|
after:
|
||||||
|
- epoxy
|
||||||
- mozjpeg
|
- mozjpeg
|
||||||
- patches
|
- patches
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user