mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 01:41:19 +00:00
Fix missing icon on snap (#2616)
* defined FLAMESHOT_ICON variable * print statements * remove print statements * adding FLAMESHOT_ICON to snap yaml file * code format; comment
This commit is contained in:
@@ -46,9 +46,10 @@ parts:
|
||||
- kde-frameworks-5-qt-5-15-core20
|
||||
source: https://github.com/flameshot-org/flameshot.git
|
||||
plugin: cmake
|
||||
# This cannot be enabled until the KF5 toolkit in the snap is updated
|
||||
#cmake-parameters:
|
||||
# - -DUSE_WAYLAND_CLIPBOARD=1
|
||||
cmake-parameters:
|
||||
- -DFLAMESHOT_ICON=/snap/flameshot/current/usr/local/share/icons/hicolor/scalable/apps/flameshot.svg
|
||||
# This cannot be enabled until the KF5 toolkit in the snap is updated
|
||||
#- -DUSE_WAYLAND_CLIPBOARD=1
|
||||
source-type: git
|
||||
override-pull: |
|
||||
snapcraftctl pull
|
||||
|
||||
Reference in New Issue
Block a user