Warning, /graphics/kgeotag/snapcraft.yaml is written in an unsupported language. File is not indexed.

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