-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
100 lines (98 loc) · 3 KB
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
name: kde-frameworks-5
version: 5.26
summary: KDE Frameworks 5
description: KDE Frameworks are addons and useful extensions to Qt
confinement: devmode
grade: devel
slots:
kde-frameworks-5-slot:
content: kde-frameworks-5-all
interface: content
read: [usr]
parts:
qt5:
plugin: nil
build-packages:
- qtbase5-dev
- qtscript5-dev
- qtdeclarative5-dev
- qttools5-dev
- qttools5-dev-tools
stage-packages:
- libqt5concurrent5
- libqt5core5a
- libqt5dbus5
- libqt5gui5
- libqt5network5
- libqt5printsupport5
- libqt5sql5
- libqt5test5
- libqt5widgets5
- libqt5xml5
- qtchooser
filesets:
exclusion:
- -etc # All in core
- -var # All in core
- -lib # All in core
- -usr/lib/*/cmake/*
- -usr/include
- -usr/share/doc/*
- -usr/share/man/*
- -usr/lib/gcc
- -usr/lib/*.a
- -usr/lib/*/*.a
- -usr/lib/*/*.prl
- -usr/lib/*/pkgconfig/*
snap: [$exclusion]
extra-cmake-modules:
after: [qt5]
plugin: cmake
source: http://download.kde.org/stable/frameworks/5.26/extra-cmake-modules-5.26.0.tar.xz
configflags:
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- -DCMAKE_INSTALL_PREFIX=/usr
- -DCMAKE_BUILD_TYPE=Debug
filesets:
exclusion:
- -usr/lib/*/cmake/*
- -usr/include/*
- -usr/share/ECM/*
- -usr/share/doc/*
- -usr/share/man/*
snap: [$exclusion]
ki18n:
after: [extra-cmake-modules]
plugin: cmake
source: http://download.kde.org/stable/frameworks/5.26/ki18n-5.26.0.tar.xz
configflags:
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- -DCMAKE_INSTALL_PREFIX=/usr
- -DCMAKE_BUILD_TYPE=Debug
stage-packages: []
filesets:
exclusion:
- -usr/lib/*/cmake/*
- -usr/include/*
- -usr/share/ECM/*
- -usr/share/doc/*
- -usr/share/man/*
snap: [$exclusion]
kcoreaddons:
after: [extra-cmake-modules, ki18n]
plugin: cmake
source: http://download.kde.org/stable/frameworks/5.26/kcoreaddons-5.26.0.tar.xz
configflags:
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- -DCMAKE_INSTALL_PREFIX=/usr
- -DCMAKE_BUILD_TYPE=Debug
build-packages: [libfam-dev]
stage-packages: [libfam0]
filesets:
exclusion:
- -usr/lib/*/cmake/*
- -usr/include/*
- -usr/share/ECM/*
- -usr/share/doc/*
- -usr/share/man/*
snap: [$exclusion]