mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Compare commits
8 Commits
fix/cli-un
...
fix/snap-b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddfc94de4b | ||
|
|
1239e59ee1 | ||
|
|
434f31cba2 | ||
|
|
32abcb0d52 | ||
|
|
edd921401d | ||
|
|
e98c98c6c3 | ||
|
|
faf45079ef | ||
|
|
63714a6f5f |
@@ -1,4 +1,9 @@
|
|||||||
name: keepassxc
|
name: keepassxc
|
||||||
|
summary: "KeePassXC: Secure, Community-Driven Password Management"
|
||||||
|
description: |
|
||||||
|
KeePassXC is an advanced password manager that offers secure storage
|
||||||
|
in an encrypted database, with a modern, user-friendly experience that
|
||||||
|
adapts to your desktop environment.
|
||||||
adopt-info: keepassxc
|
adopt-info: keepassxc
|
||||||
grade: stable
|
grade: stable
|
||||||
base: core22
|
base: core22
|
||||||
@@ -7,19 +12,30 @@ compression: lzo
|
|||||||
|
|
||||||
apps:
|
apps:
|
||||||
keepassxc:
|
keepassxc:
|
||||||
command: usr/bin/keepassxc
|
# Use desktop-launch to improve integration
|
||||||
common-id: org.keepassxc.KeePassXC.desktop
|
command: desktop-launch usr/bin/keepassxc
|
||||||
|
desktop: usr/share/applications/org.keepassxc.KeePassXC.desktop
|
||||||
extensions: [kde-neon]
|
extensions: [kde-neon]
|
||||||
plugs: [home, unity7, network, network-bind, removable-media, raw-usb, password-manager-service, browser-native-messaging]
|
plugs:
|
||||||
autostart: org.keepassxc.KeePassXC.desktop
|
- home
|
||||||
|
- unity7
|
||||||
|
- network
|
||||||
|
- network-bind
|
||||||
|
- removable-media
|
||||||
|
- raw-usb
|
||||||
|
- password-manager-service
|
||||||
|
- browser-native-messaging
|
||||||
|
|
||||||
cli:
|
cli:
|
||||||
command: usr/bin/keepassxc-cli
|
command: usr/bin/keepassxc-cli
|
||||||
extensions: [kde-neon]
|
extensions: [kde-neon]
|
||||||
plugs: [home, removable-media, raw-usb]
|
plugs: [home, removable-media, raw-usb]
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
command: usr/bin/keepassxc-proxy
|
command: usr/bin/keepassxc-proxy
|
||||||
extensions: [kde-neon]
|
extensions: [kde-neon]
|
||||||
|
|
||||||
|
# Enable direct access to the native messaging host configuration files
|
||||||
plugs:
|
plugs:
|
||||||
browser-native-messaging:
|
browser-native-messaging:
|
||||||
interface: personal-files
|
interface: personal-files
|
||||||
@@ -78,8 +94,8 @@ parts:
|
|||||||
- libfreetype6
|
- libfreetype6
|
||||||
- xclip
|
- xclip
|
||||||
- libkeyutils1
|
- libkeyutils1
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
ignore:
|
ignore:
|
||||||
- library:
|
- library:
|
||||||
- lib/**/libhistory.so*
|
- lib/**/libhistory.so*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user