mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Merge pull request #1303 from keepassxreboot/hotfix/snapcraft
Updated snapcraft build file
This commit is contained in:
commit
959103a416
@ -41,6 +41,8 @@ parts:
|
|||||||
- libxtst-dev
|
- libxtst-dev
|
||||||
- libyubikey-dev
|
- libyubikey-dev
|
||||||
- libykpers-1-dev
|
- libykpers-1-dev
|
||||||
|
stage-packages:
|
||||||
|
- dbus
|
||||||
install: |
|
install: |
|
||||||
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
|
||||||
after: [desktop-qt5]
|
after: [desktop-qt5]
|
||||||
@ -52,19 +54,12 @@ parts:
|
|||||||
- ttf-ubuntu-font-family
|
- ttf-ubuntu-font-family
|
||||||
- dmz-cursor-theme
|
- dmz-cursor-theme
|
||||||
- light-themes
|
- light-themes
|
||||||
|
- adwaita-icon-theme
|
||||||
|
- gnome-themes-standard
|
||||||
- shared-mime-info
|
- shared-mime-info
|
||||||
- libqt5gui5
|
- libqt5gui5
|
||||||
- libgdk-pixbuf2.0-0
|
- libgdk-pixbuf2.0-0
|
||||||
- libqt5svg5 # for loading icon themes which are svg
|
- libqt5svg5 # for loading icon themes which are svg
|
||||||
- locales-all
|
- locales-all
|
||||||
|
- xdg-user-dirs
|
||||||
|
|
||||||
# Overcome limitation in snapd to support URL loading (CTRL+U)
|
|
||||||
# client needs to install "snapd-xdg-open" on their system
|
|
||||||
snapd-xdg-open:
|
|
||||||
source: https://github.com/ubuntu-core/snapd-xdg-open.git
|
|
||||||
source-depth: 1
|
|
||||||
plugin: nil
|
|
||||||
install: |
|
|
||||||
install -D -t $SNAPCRAFT_PART_INSTALL/usr/bin/ data/xdg-open
|
|
||||||
stage-packages:
|
|
||||||
- dbus
|
|
||||||
|
Loading…
Reference in New Issue
Block a user