Warning, /multimedia/k3b/snapcraft.yaml is written in an unsupported language. File is not indexed.
0001 # Rebuild 1 0002 --- 0003 name: k3b 0004 confinement: strict 0005 grade: stable 0006 base: core22 0007 adopt-info: k3b 0008 apps: 0009 k3b: 0010 # extensions: 0011 # - kde-neon 0012 common-id: org.kde.k3b 0013 desktop: usr/share/applications/org.kde.k3b.desktop 0014 command: usr/bin/k3b 0015 plugs: 0016 - home 0017 - desktop 0018 - desktop-legacy 0019 - opengl 0020 - wayland 0021 - x11 0022 - audio-playback 0023 - unity7 0024 - network 0025 - network-bind 0026 - optical-drive 0027 - system-backup 0028 - mount-observe 0029 command-chain: 0030 - snap/command-chain/desktop-launch 0031 assumes: 0032 - snapd2.55.3 0033 compression: lzo 0034 plugs: 0035 desktop: 0036 mount-host-font-cache: false 0037 icon-themes: 0038 interface: content 0039 target: $SNAP/data-dir/icons 0040 default-provider: gtk-common-themes 0041 sound-themes: 0042 interface: content 0043 target: $SNAP/data-dir/sounds 0044 default-provider: gtk-common-themes 0045 kf5-5-108-qt-5-15-10-core22: 0046 content: kf5-5-108-qt-5-15-10-core22-all 0047 interface: content 0048 default-provider: kf5-5-108-qt-5-15-10-core22 0049 target: $SNAP/kf5 0050 environment: 0051 SNAP_DESKTOP_RUNTIME: $SNAP/kf5 0052 hooks: 0053 configure: 0054 plugs: 0055 - desktop 0056 command-chain: 0057 - snap/command-chain/hooks-configure-desktop 0058 layout: 0059 /usr/share/X11: 0060 symlink: $SNAP/kf5/usr/share/X11 0061 slots: 0062 session-dbus-interface: 0063 interface: dbus 0064 name: org.kde.k3b 0065 bus: session 0066 package-repositories: 0067 - type: apt 0068 components: 0069 - main 0070 suites: 0071 - jammy 0072 key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D 0073 url: http://origin.archive.neon.kde.org/user 0074 key-server: keyserver.ubuntu.com 0075 parts: 0076 kde-neon: 0077 source: /snap/snapcraft/current/share/snapcraft/extensions/desktop/kde-neon 0078 source-type: local 0079 plugin: make 0080 make-parameters: 0081 - PLATFORM_PLUG=kf5-5-108-qt-5-15-10-core22 0082 build-snaps: 0083 - kf5-5-108-qt-5-15-10-core22-sdk 0084 build-environment: 0085 - &id001 0086 PATH: /snap/kf5-5-108-qt-5-15-10-core22-sdk/current/usr/bin${PATH:+:$PATH} 0087 - &id002 0088 XDG_DATA_DIRS: $CRAFT_STAGE/usr/share:/snap/kf5-5-108-qt-5-15-10-core22-sdk/current/usr/share:/usr/share${XDG_DATA_DIRS:+:$XDG_DATA_DIRS} 0089 - &id003 0090 XDG_CONFIG_HOME: $CRAFT_STAGE/etc/xdg:/snap/kf5-5-108-qt-5-15-10-core22-sdk/current/etc/xdg:/etc/xdg${XDG_CONFIG_HOME:+:$XDG_CONFIG_HOME} 0091 - &id004 0092 CRAFT_CMAKE_ARGS: -DCMAKE_FIND_ROOT_PATH=/snap/kf5-5-108-qt-5-15-10-core22-sdk/current${CRAFT_CMAKE_ARGS:+:$CRAFT_CMAKE_ARGS} 0093 k3b: 0094 after: 0095 - kde-neon 0096 parse-info: 0097 - usr/share/metainfo/org.kde.k3b.appdata.xml 0098 plugin: cmake 0099 build-packages: 0100 - libkf5doctools-dev 0101 - libsamplerate0-dev 0102 - libkf5cddb-dev 0103 - libmad0-dev 0104 stage-packages: 0105 - libkf5cddb5 0106 - libsamplerate0 0107 - libmad0 0108 - kio 0109 source: http://download.kde.org/stable/release-service/23.08.0/src/k3b-23.08.0.tar.xz 0110 cmake-parameters: 0111 - -DKDE_INSTALL_USE_QT_SYS_PATHS=FALSE 0112 - -DCMAKE_INSTALL_PREFIX=/usr 0113 - -DCMAKE_BUILD_TYPE=Release 0114 - -DENABLE_TESTING=OFF 0115 - -DBUILD_TESTING=OFF 0116 - -DKDE_SKIP_TEST_SETTINGS=ON 0117 - -DCMAKE_FIND_ROOT_PATH=$CRAFT_STAGE:/snap/kf5-5-108-qt-5-15-10-core22-sdk/current 0118 build-environment: &id005 0119 - *id001 0120 - *id002 0121 - *id003 0122 - *id004 0123 prime: 0124 - "-usr/lib/*/cmake/*" 0125 - "-usr/include/*" 0126 - "-usr/share/ECM/*" 0127 - "-usr/share/doc/*" 0128 - "-usr/share/man/*" 0129 - "-usr/share/icons/breeze-dark*" 0130 - "-usr/bin/X11" 0131 - "-usr/lib/gcc/$CRAFT_ARCH_TRIPLET/6.0.0" 0132 - "-usr/lib/aspell/*" 0133 - "-etc/alsa/conf.d/99-pulse.conf" 0134