mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-09 03:08:32 -05:00
Snap: improve cursor theme
This commit is contained in:
parent
4a0bb32c2e
commit
76913a5dd1
@ -9,6 +9,12 @@ description: |
|
|||||||
confinement: strict
|
confinement: strict
|
||||||
base: core18
|
base: core18
|
||||||
|
|
||||||
|
plugs:
|
||||||
|
icon-themes: # fix mouse cursor theme
|
||||||
|
interface: content
|
||||||
|
target: $SNAP/data-dir/icons
|
||||||
|
default-provider: gtk-common-themes
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
keepassxc:
|
keepassxc:
|
||||||
command: desktop-launch keepassxc
|
command: desktop-launch keepassxc
|
||||||
@ -67,6 +73,7 @@ parts:
|
|||||||
- libquazip5-1
|
- libquazip5-1
|
||||||
- libusb-1.0-0
|
- libusb-1.0-0
|
||||||
- qtwayland5
|
- qtwayland5
|
||||||
|
- qt5-style-plugins # for mouse cursor theme fix
|
||||||
override-build: |
|
override-build: |
|
||||||
snapcraftctl build
|
snapcraftctl build
|
||||||
sed -i 's|Icon=keepassxc|Icon=${SNAP}/usr/share/icons/hicolor/256x256/apps/keepassxc.png|g' $SNAPCRAFT_PART_INSTALL/usr/share/applications/org.keepassxc.KeePassXC.desktop
|
sed -i 's|Icon=keepassxc|Icon=${SNAP}/usr/share/icons/hicolor/256x256/apps/keepassxc.png|g' $SNAPCRAFT_PART_INSTALL/usr/share/applications/org.keepassxc.KeePassXC.desktop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user