Warning, /packaging/snap-kf5/snapcraft.yaml is written in an unsupported language. File is not indexed.

0001 name: kde-frameworks-5
0002 version: 5.26
0003 summary: KDE Frameworks 5
0004 description: KDE Frameworks are addons and useful extensions to Qt
0005 confinement: devmode
0006 grade: devel
0007 
0008 slots:
0009     kde-frameworks-5-slot:
0010         content: kde-frameworks-5-all
0011         interface: content
0012         read: [usr]
0013 
0014 parts:
0015     qt5:
0016         plugin: nil
0017         build-packages:
0018             - qtbase5-dev
0019             - qtscript5-dev
0020             - qtdeclarative5-dev
0021             - qttools5-dev
0022             - qttools5-dev-tools
0023         stage-packages:
0024             - libqt5concurrent5
0025             - libqt5core5a
0026             - libqt5dbus5
0027             - libqt5gui5
0028             - libqt5network5
0029             - libqt5printsupport5
0030             - libqt5sql5
0031             - libqt5test5
0032             - libqt5widgets5
0033             - libqt5xml5
0034             - qtchooser
0035         filesets:
0036             exclusion:
0037                 - -etc # All in core
0038                 - -var # All in core
0039                 - -lib # All in core
0040                 - -usr/lib/*/cmake/*
0041                 - -usr/include
0042                 - -usr/share/doc/*
0043                 - -usr/share/man/*
0044                 - -usr/lib/gcc
0045                 - -usr/lib/*.a
0046                 - -usr/lib/*/*.a
0047                 - -usr/lib/*/*.prl
0048                 - -usr/lib/*/pkgconfig/*
0049         snap: [$exclusion]
0050     extra-cmake-modules:
0051         after: [qt5]
0052         plugin: cmake
0053         source: http://download.kde.org/stable/frameworks/5.26/extra-cmake-modules-5.26.0.tar.xz
0054         configflags:
0055             - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
0056             - -DCMAKE_INSTALL_PREFIX=/usr
0057             - -DCMAKE_BUILD_TYPE=Debug
0058         filesets:
0059             exclusion:
0060                 - -usr/lib/*/cmake/*
0061                 - -usr/include/*
0062                 - -usr/share/ECM/*
0063                 - -usr/share/doc/*
0064                 - -usr/share/man/*
0065         snap: [$exclusion]
0066     ki18n:
0067         after: [extra-cmake-modules]
0068         plugin: cmake
0069         source: http://download.kde.org/stable/frameworks/5.26/ki18n-5.26.0.tar.xz
0070         configflags:
0071             - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
0072             - -DCMAKE_INSTALL_PREFIX=/usr
0073             - -DCMAKE_BUILD_TYPE=Debug
0074         stage-packages: []
0075         filesets:
0076             exclusion:
0077                 - -usr/lib/*/cmake/*
0078                 - -usr/include/*
0079                 - -usr/share/ECM/*
0080                 - -usr/share/doc/*
0081                 - -usr/share/man/*
0082         snap: [$exclusion]
0083     kcoreaddons:
0084         after: [extra-cmake-modules, ki18n]
0085         plugin: cmake
0086         source: http://download.kde.org/stable/frameworks/5.26/kcoreaddons-5.26.0.tar.xz
0087         configflags:
0088             - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
0089             - -DCMAKE_INSTALL_PREFIX=/usr
0090             - -DCMAKE_BUILD_TYPE=Debug
0091         build-packages: [libfam-dev]
0092         stage-packages: [libfam0]
0093         filesets:
0094             exclusion:
0095                 - -usr/lib/*/cmake/*
0096                 - -usr/include/*
0097                 - -usr/share/ECM/*
0098                 - -usr/share/doc/*
0099                 - -usr/share/man/*
0100         snap: [$exclusion]