Warning, /sdk/kommit/snapcraft.yaml is written in an unsupported language. File is not indexed.

0001 # Rebuild 2
0002 ---
0003 name: kommit
0004 confinement: strict
0005 grade: stable
0006 base: core22
0007 adopt-info: kommit
0008 version: 1.3.0
0009 apps:
0010     kommit:
0011         # extensions:
0012         # - kde-neon
0013         common-id: org.kde.kommit.desktop
0014         desktop: usr/share/applications/org.kde.kommit.desktop
0015         command: bin/snap_connect_advise $SNAP/usr/bin/kommit
0016         plugs:
0017         - home
0018         - network
0019         - network-bind
0020         - audio-playback
0021         - removable-media
0022         - desktop
0023         - desktop-legacy
0024         - opengl
0025         - wayland
0026         - x11
0027         - unity7
0028         - ssh-keys
0029         - gpg-keys
0030         command-chain:
0031         - snap/command-chain/desktop-launch
0032 assumes:
0033 - snapd2.58.3
0034 compression: lzo
0035 plugs:
0036     desktop:
0037         mount-host-font-cache: false
0038     icon-themes:
0039         interface: content
0040         target: $SNAP/data-dir/icons
0041         default-provider: gtk-common-themes
0042     sound-themes:
0043         interface: content
0044         target: $SNAP/data-dir/sounds
0045         default-provider: gtk-common-themes
0046     kf5-5-110-qt-5-15-11-core22:
0047         content: kf5-5-110-qt-5-15-11-core22-all
0048         interface: content
0049         default-provider: kf5-5-110-qt-5-15-11-core22
0050         target: $SNAP/kf5
0051     gitconfig:
0052         interface: personal-files
0053         read:
0054             - $HOME/.gitconfig
0055             - $HOME/.config/git/config
0056 environment:
0057     SNAP_DESKTOP_RUNTIME: $SNAP/kf5
0058 hooks:
0059     configure:
0060         plugs:
0061         - desktop
0062         command-chain:
0063         - snap/command-chain/hooks-configure-desktop
0064 layout:
0065     /usr/share/X11:
0066         symlink: $SNAP/kf5/usr/share/X11
0067 slots:
0068     session-dbus-interface:
0069         interface: dbus
0070         name: org.kde.kommit
0071         bus: session
0072 package-repositories:
0073 -   type: apt
0074     components:
0075     - main
0076     suites:
0077     - jammy
0078     key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D
0079     url: http://archive.neon.kde.org/user
0080     key-server: keyserver.ubuntu.com
0081 parts:
0082     kde-neon:
0083         source: /snap/snapcraft/current/share/snapcraft/extensions/desktop/kde-neon
0084         source-type: local
0085         plugin: make
0086         make-parameters:
0087         - PLATFORM_PLUG=kf5-5-110-qt-5-15-11-core22
0088         build-snaps:
0089         - kf5-5-110-qt-5-15-11-core22-sdk
0090         build-environment:
0091         - &id001
0092             PATH: /snap/kf5-5-110-qt-5-15-11-core22-sdk/current/usr/bin${PATH:+:$PATH}
0093         - &id002
0094             XDG_DATA_DIRS: $CRAFT_STAGE/usr/share:/snap/kf5-5-110-qt-5-15-11-core22-sdk/current/usr/share:/usr/share${XDG_DATA_DIRS:+:$XDG_DATA_DIRS}
0095         - &id003
0096             XDG_CONFIG_HOME: $CRAFT_STAGE/etc/xdg:/snap/kf5-5-110-qt-5-15-11-core22-sdk/current/etc/xdg:/etc/xdg${XDG_CONFIG_HOME:+:$XDG_CONFIG_HOME}
0097         - &id004
0098             CRAFT_CMAKE_ARGS: -DCMAKE_FIND_ROOT_PATH=/snap/kf5-5-110-qt-5-15-11-core22-sdk/current${CRAFT_CMAKE_ARGS:+:$CRAFT_CMAKE_ARGS}
0099     launchers:
0100         source: snap/local/launchers
0101         plugin: dump
0102         organize:
0103             '*': bin/
0104     kommit:
0105         after:
0106         - kde-neon
0107         - launchers
0108         parse-info:
0109         - usr/share/metainfo/org.kde.kommit.appdata.xml
0110         plugin: cmake
0111         build-packages:
0112         - libkf5doctools-dev
0113         stage-packages:
0114         - kio
0115         - git-all
0116         - openssh-client
0117         - ksshaskpass
0118         - kdialog
0119         - pinentry-qt
0120         source: .
0121         source-type: local
0122         cmake-parameters:
0123         - "-DCMAKE_INSTALL_PREFIX=/usr"
0124         - "-DCMAKE_BUILD_TYPE=Release"
0125         - "-DENABLE_TESTING=OFF"
0126         - "-DBUILD_TESTING=OFF"
0127         - "-DKDE_SKIP_TEST_SETTINGS=ON"
0128         - "-DCMAKE_FIND_ROOT_PATH=/usr\\;$CRAFT_STAGE\\;/snap/kf5-5-110-qt-5-15-11-core22-sdk/current"
0129         - "-DKDE_INSTALL_PLUGINDIR=/usr/lib/$CRAFT_ARCH_TRIPLET/qt5/plugins/"
0130         prime:
0131         - "-usr/lib/*/cmake/*"
0132         - "-usr/include/*"
0133         - "-usr/share/ECM/*"
0134         - "-usr/share/doc/*"
0135         - "-usr/share/man/*"
0136         - "-usr/share/icons/breeze-dark*"
0137         - "-usr/bin/X11"
0138         - "-usr/lib/gcc/$CRAFT_ARCH_TRIPLET/6.0.0"
0139         - "-usr/lib/aspell/*"
0140         - "-usr/share/lintian"
0141         build-environment: &id005
0142         - *id001
0143         - *id002
0144         - *id003
0145         - *id004
0146     cleanup:
0147         after:
0148         - kde-neon
0149         - kommit
0150         plugin: nil
0151         override-prime:  |
0152             set -eux
0153             # # Unused libraries found by linter