Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 16eb0890d..fdeef7766 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: keepassxc
-version: 2.4.0
+version: 2.4.1
grade: stable
summary: Community-driven port of the Windows application “KeePass Password Safe”
description: |
@@ -9,6 +9,12 @@ description: |
confinement: strict
base: core18
+plugs:
+ icon-themes: # fix mouse cursor theme
+ interface: content
+ target: $SNAP/data-dir/icons
+ default-provider: gtk-common-themes
+
apps:
keepassxc:
command: desktop-launch keepassxc
@@ -67,6 +73,7 @@ parts:
- libquazip5-1
- libusb-1.0-0
- qtwayland5
+ - qt5-style-plugins # for mouse cursor theme fix
override-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