-
Notifications
You must be signed in to change notification settings - Fork 4
/
org.kde.kstars.json
169 lines (169 loc) · 6.03 KB
/
org.kde.kstars.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"id": "org.kde.kstars",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-23.08",
"sdk": "org.kde.Sdk",
"command": "kstars",
"rename-icon": "kstars",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--share=network"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/lib/*.a",
"/lib/*.la",
"/share/man"
],
"modules": [
{
"name": "eigen3",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DBUILD_TESTING=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.bz2",
"sha256": "b4c198460eba6f28d34894e3a5710998818515104d6e74e5cc331ce31e46e626",
"x-checker-data": {
"type": "anitya",
"project-id": 666,
"stable-only": true,
"url-template": "https://gitlab.com/libeigen/eigen/-/archive/$version/eigen-$version.tar.bz2"
}
}
]
},
{
"name": "gsl",
"sources": [
{
"type": "archive",
"url": "https://ftp.gnu.org/gnu/gsl/gsl-2.8.tar.gz",
"sha256": "6a99eeed15632c6354895b1dd542ed5a855c0f15d9ad1326c6fe2b2c9e423190",
"x-checker-data": {
"type": "anitya",
"project-id": 1267,
"stable-only": true,
"url-template": "https://ftp.gnu.org/gnu/gsl/gsl-$version.tar.gz"
}
}
]
},
{
"name": "cfitsio",
"cleanup": [
"/bin/cookbook",
"/bin/smem",
"/bin/testprog"
],
"sources": [
{
"type": "archive",
"url": "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.5.0.tar.gz",
"sha256": "e4854fc3365c1462e493aa586bfaa2f3d0bb8c20b75a524955db64c27427ce09",
"disable-http-decompression": true,
"x-checker-data": {
"type": "anitya",
"project-id": 270,
"stable-only": true,
"url-template": "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-$version.tar.gz"
}
}
]
},
{
"name": "libraw",
"builddir": true,
"config-opts": [
"--disable-examples",
"--disable-static"
],
"sources": [
{
"type": "archive",
"url": "https://www.libraw.org/data/LibRaw-0.21.3.tar.gz",
"sha256": "dba34b7fc1143503942fa32ad9db43e94f714e62a4a856e91617f8f3e1e0aa5c",
"x-checker-data": {
"type": "anitya",
"project-id": 1709,
"stable-only": true,
"url-template": "https://www.libraw.org/data/LibRaw-$version.tar.gz"
}
},
{
"type": "shell",
"commands": [
"autoreconf -vfi"
]
}
]
},
{
"name": "wcslib",
"config-opts": [
"LIBS=-pthread -lcurl -lm",
"--without-pgplot"
],
"sources": [
{
"type": "archive",
"url": "http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib-8.4.tar.bz2",
"sha256": "960b844426d14a8b53cdeed78258aa9288cded99a7732c0667c64fa6a50126dc",
"x-checker-data": {
"type": "anitya",
"project-id": 7693,
"stable-only": true,
"url-template": "http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib-$version.tar.bz2"
}
}
]
},
{
"name": "stellarsolver",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://github.com/rlancaste/stellarsolver/archive/2.6/stellarsolver-2.6.tar.gz",
"sha256": "1176c1c0144705779e80cbcddcdcde1318b9e9cba889b5ce0f6d77ced66c4733",
"x-checker-data": {
"type": "anitya",
"project-id": 242699,
"stable-only": true,
"url-template": "https://github.com/rlancaste/stellarsolver/archive/$version/stellarsolver-$version.tar.gz"
}
}
]
},
{
"name": "kstars",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/kstars/3.7.3/kstars-3.7.3.tar.xz",
"sha256": "d3a469ad8068ceaa47fb145f90bc0818a8162a0545e15e424c00ddf0ac3f588d",
"x-checker-data": {
"type": "anitya",
"project-id": 229035,
"stable-only": true,
"url-template": "https://download.kde.org/stable/kstars/$version/kstars-$version.tar.xz"
}
}
]
}
]
}