mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
fix snap build. add libfreetype-dev and libfreetype6 as required packages.
This commit is contained in:
parent
10891a403d
commit
6165975bdc
1 changed files with 8 additions and 1 deletions
|
@ -20,7 +20,7 @@ apps:
|
||||||
command: usr/bin/keepassxc-proxy
|
command: usr/bin/keepassxc-proxy
|
||||||
extensions: [kde-neon]
|
extensions: [kde-neon]
|
||||||
plugs: [home]
|
plugs: [home]
|
||||||
|
|
||||||
slots:
|
slots:
|
||||||
session-dbus-interface:
|
session-dbus-interface:
|
||||||
interface: dbus
|
interface: dbus
|
||||||
|
@ -53,6 +53,7 @@ parts:
|
||||||
- libxi-dev
|
- libxi-dev
|
||||||
- libxtst-dev
|
- libxtst-dev
|
||||||
- asciidoctor
|
- asciidoctor
|
||||||
|
- libfreetype-dev
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- dbus
|
- dbus
|
||||||
- libbotan-2-19
|
- libbotan-2-19
|
||||||
|
@ -62,4 +63,10 @@ parts:
|
||||||
- libpcsclite1
|
- libpcsclite1
|
||||||
- libminizip1
|
- libminizip1
|
||||||
- libxtst6
|
- libxtst6
|
||||||
|
- libfreetype6
|
||||||
- xclip
|
- xclip
|
||||||
|
lint:
|
||||||
|
ignore:
|
||||||
|
- library:
|
||||||
|
- lib/**/libhistory.so*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue