mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-08 18:58:29 -05:00
Add xclip into snap
This commit is contained in:
parent
ad1b333601
commit
c416c036ea
@ -36,7 +36,7 @@ apps:
|
|||||||
DISABLE_WAYLAND: 1
|
DISABLE_WAYLAND: 1
|
||||||
cli:
|
cli:
|
||||||
command: keepassxc-cli
|
command: keepassxc-cli
|
||||||
plugs: [gsettings, home, removable-media, raw-usb]
|
plugs: [x11, gsettings, home, removable-media, raw-usb]
|
||||||
proxy:
|
proxy:
|
||||||
command: keepassxc-proxy
|
command: keepassxc-proxy
|
||||||
plugs: [home]
|
plugs: [home]
|
||||||
@ -87,6 +87,7 @@ parts:
|
|||||||
- qtwayland5
|
- qtwayland5
|
||||||
- qt5-gtk-platformtheme # for theming, font settings, cursor and to use gtk3 file chooser
|
- qt5-gtk-platformtheme # for theming, font settings, cursor and to use gtk3 file chooser
|
||||||
- libqrencode3
|
- libqrencode3
|
||||||
|
- xclip
|
||||||
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