-
Notifications
You must be signed in to change notification settings - Fork 2
/
io.github.najepaliya.kleaner.json
111 lines (111 loc) · 4 KB
/
io.github.najepaliya.kleaner.json
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
101
102
103
104
105
106
107
108
109
110
111
{
"id": "io.github.najepaliya.kleaner",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-22.08",
"sdk": "org.kde.Sdk",
"command": "kleaner",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=xdg-pictures"
],
"modules": [
{
"name": "inih",
"buildsystem": "meson",
"config-opts": [
"-Ddefault_library=shared",
"-Ddistro_install=true",
"-Dwith_INIReader=true"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/benhoyt/inih/archive/refs/tags/r57.tar.gz",
"sha256": "f03f98ca35c3adb56b2358573c8d3eda319ccd5287243d691e724b7eafa970b3",
"x-checker-data": {
"type": "anitya",
"project-id": 11600,
"stable-only": true,
"url-template": "https://github.com/benhoyt/inih/archive/refs/tags/r$version.tar.gz"
}
}
]
},
{
"name": "exiv2",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DBUILD_SHARED_LIBS=ON",
"-DEXIV2_ENABLE_XMP=ON",
"-DEXIV2_ENABLE_EXTERNAL_XMP=OFF",
"-DEXIV2_ENABLE_PNG=ON",
"-DEXIV2_ENABLE_NLS=ON",
"-DEXIV2_ENABLE_PRINTUCS2=ON",
"-DEXIV2_ENABLE_LENSDATA=ON",
"-DEXIV2_ENABLE_VIDEO=OFF",
"-DEXIV2_ENABLE_WEBREADY=OFF",
"-DEXIV2_ENABLE_DYNAMIC_RUNTIME=OFF",
"-DEXIV2_ENABLE_CURL=OFF",
"-DEXIV2_ENABLE_SSH=OFF",
"-DEXIV2_BUILD_SAMPLES=OFF",
"-DEXIV2_BUILD_PO=OFF",
"-DEXIV2_BUILD_EXIV2_COMMAND=OFF",
"-DEXIV2_BUILD_UNIT_TESTS=OFF",
"-DEXIV2_BUILD_DOC=OFF",
"-DEXIV2_TEAM_EXTRA_WARNINGS=OFF",
"-DEXIV2_TEAM_WARNINGS_AS_ERRORS=OFF",
"-DEXIV2_TEAM_USE_SANITIZERS=OFF",
"-DEXIV2_ENABLE_WIN_UNICODE=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/Exiv2/exiv2/releases/download/v0.28.0/exiv2-0.28.0-Source.tar.gz",
"sha256": "89af3b5ef7277753ef7a7b5374ae017c6b9e304db3b688f1948e73e103491f3d",
"x-checker-data": {
"type": "anitya",
"project-id": 769,
"stable-only": true,
"url-template": "https://github.com/Exiv2/exiv2/releases/download/v$version/exiv2-$version-Source.tar.gz"
}
}
]
},
{
"name": "libkexiv2",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/release-service/23.08.2/src/libkexiv2-23.08.2.tar.xz",
"sha256": "d06e36a408bf2e846a18056a1f15e61d981fa2a1fceb81f7c15136604319d033",
"x-checker-data": {
"type": "anitya",
"project-id": 8763,
"stable-only": true,
"url-template": "https://download.kde.org/stable/release-service/$version/src/libkexiv2-$version.tar.xz"
}
}
]
},
{
"name": "kleaner",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "dir",
"path": "."
}
]
}
],
"cleanup": [
"/include"
]
}