mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
snapcraft: Add missing dependency.
Cleanup plugs now in extension/snapd.
This commit is contained in:
parent
d4e0835680
commit
7c606faf60
|
@ -14,52 +14,9 @@ apps:
|
||||||
common-id: org.kde.falkon.desktop
|
common-id: org.kde.falkon.desktop
|
||||||
desktop: usr/share/applications/org.kde.falkon.desktop
|
desktop: usr/share/applications/org.kde.falkon.desktop
|
||||||
command: usr/bin/falkon
|
command: usr/bin/falkon
|
||||||
command-chain:
|
|
||||||
- snap/command-chain/desktop-launch6
|
|
||||||
plugs:
|
plugs:
|
||||||
- pulseaudio
|
- pulseaudio
|
||||||
- browser-support
|
- browser-support
|
||||||
plugs:
|
|
||||||
gtk-3-themes:
|
|
||||||
interface: content
|
|
||||||
target: $SNAP/data-dir/themes
|
|
||||||
default-provider: gtk-common-themes
|
|
||||||
kde-gtk3-themes:
|
|
||||||
interface: content
|
|
||||||
target: $SNAP/data-dir/themes
|
|
||||||
default-provider: qt-common-themes
|
|
||||||
gtk-2-themes:
|
|
||||||
interface: content
|
|
||||||
target: $SNAP/data-dir/themes
|
|
||||||
default-provider: gtk-common-themes
|
|
||||||
kde-gtk2-themes:
|
|
||||||
interface: content
|
|
||||||
target: $SNAP/data-dir/themes
|
|
||||||
default-provider: qt-common-themes
|
|
||||||
qt-icon-themes:
|
|
||||||
interface: content
|
|
||||||
target: $SNAP/data-dir/icons
|
|
||||||
default-provider: qt-common-themes
|
|
||||||
gtk-icon-themes:
|
|
||||||
interface: content
|
|
||||||
target: $SNAP/data-dir/icons
|
|
||||||
default-provider: gtk-common-themes
|
|
||||||
qt-sound-themes:
|
|
||||||
interface: content
|
|
||||||
target: $SNAP/data-dir/sounds
|
|
||||||
default-provider: qt-common-themes
|
|
||||||
gtk-sound-themes:
|
|
||||||
interface: content
|
|
||||||
target: $SNAP/data-dir/sounds
|
|
||||||
default-provider: gtk-common-themes
|
|
||||||
qt-6-themes:
|
|
||||||
interface: content
|
|
||||||
target: $SNAP/kf6
|
|
||||||
default-provider: qt-common-themes
|
|
||||||
dot-config-kde-globals:
|
|
||||||
interface: personal-files
|
|
||||||
read:
|
|
||||||
- $HOME/.config/kdeglobals
|
|
||||||
slots:
|
slots:
|
||||||
session-dbus-interface:
|
session-dbus-interface:
|
||||||
interface: dbus
|
interface: dbus
|
||||||
|
@ -81,6 +38,10 @@ parts:
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
source: .
|
source: .
|
||||||
source-type: local
|
source-type: local
|
||||||
|
build-packages:
|
||||||
|
- libxcb-util-dev
|
||||||
|
stage-packages:
|
||||||
|
- libxcb-util1
|
||||||
cmake-parameters:
|
cmake-parameters:
|
||||||
- -DCMAKE_INSTALL_PREFIX=/usr
|
- -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
- -DCMAKE_BUILD_TYPE=Release
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
|
@ -103,7 +64,6 @@ parts:
|
||||||
- -usr/include/*
|
- -usr/include/*
|
||||||
- -usr/share/ECM/*
|
- -usr/share/ECM/*
|
||||||
- -usr/share/man/*
|
- -usr/share/man/*
|
||||||
- -usr/share/icons/breeze-dark*
|
|
||||||
- -usr/bin/X11
|
- -usr/bin/X11
|
||||||
- -usr/lib/gcc/$SNAPCRAFT_ARCH_TRIPLET/6.0.0
|
- -usr/lib/gcc/$SNAPCRAFT_ARCH_TRIPLET/6.0.0
|
||||||
- -usr/lib/aspell/*
|
- -usr/lib/aspell/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user