-
Notifications
You must be signed in to change notification settings - Fork 1
/
io.github.martinrotter.rssguard.yml
212 lines (201 loc) · 7.32 KB
/
io.github.martinrotter.rssguard.yml
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
id: io.github.martinrotter.rssguard
runtime: org.kde.Platform
runtime-version: '6.8'
base: io.qt.qtwebengine.BaseApp
base-version: '6.8'
sdk: org.kde.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.node20
command: rssguard
finish-args:
- --device=dri
- --share=ipc
- --share=network
- --socket=fallback-x11
- --socket=pulseaudio
- --socket=wayland
- --filesystem=xdg-download
- --talk-name=org.kde.StatusNotifierWatcher
- --talk-name=org.freedesktop.Notifications
- --system-talk-name=org.freedesktop.UPower
cleanup:
- /lib/*.a
cleanup-commands:
- /app/cleanup-BaseApp.sh
modules:
- name: libmpv
buildsystem: meson
config-opts:
- -Dbuild-date=false
- -Dlibmpv=true
- -Dlua=enabled
- -Dmanpage-build=disabled
sources:
- type: archive
dest-filename: mpv.tar.gz
url: https://api.github.com/repos/mpv-player/mpv/tarball/v0.39.0
sha256: 635debea7f816211519c1e721efa7ff09c59cd1cf3148c1efe6009daeeba0361
x-checker-data:
type: json
url: https://api.github.com/repos/mpv-player/mpv/releases/latest
tag-query: .tag_name
version-query: $tag | sub("^v"; "")
url-query: .tarball_url
cleanup:
- /share/applications
- /share/bash-completion
- /share/doc
- /share/icons
- /share/zsh
modules:
- shared-modules/luajit/luajit.json
- name: libplacebo
buildsystem: meson
config-opts:
- -Ddemos=false
cleanup:
- /include
- /lib/pkgconfig
sources:
- type: git
url: https://github.com/haasn/libplacebo.git
tag: v7.349.0
commit: 1fd3c7bde7b943fe8985c893310b5269a09b46c5
x-checker-data:
type: git
tag-pattern: ^v([\d.]+)$
modules:
- name: glslang
buildsystem: cmake-ninja
config-opts:
- -DBUILD_SHARED_LIBS=ON
cleanup:
- /bin
- /include
- /lib/cmake
sources:
- type: archive
dest-filename: glslang.tar.gz
url: https://github.com/KhronosGroup/glslang/archive/15.0.0.tar.gz
sha256: c31c8c2e89af907507c0631273989526ee7d5cdf7df95ececd628fd7b811e064
x-checker-data:
type: anitya
project-id: 205796
stable-only: true
url-template: https://github.com/KhronosGroup/glslang/archive/$version.tar.gz
- type: archive
dest-filename: spirv-tools.tar.gz
url: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-1.3.296.0.tar.gz
sha256: 75aafdf7e731b4b6bfb36a590ddfbb38ebc605d80487f38254da24fe0cb95837
dest: External/spirv-tools
x-checker-data:
type: anitya
stable-only: true
project-id: 334920
url-template: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-$version.tar.gz
- type: archive
dest-filename: spirv-headers.tar.gz
url: https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.3.296.0.tar.gz
sha256: 1423d58a1171611d5aba2bf6f8c69c72ef9c38a0aca12c3493e4fda64c9b2dc6
dest: External/spirv-tools/external/spirv-headers
x-checker-data:
type: anitya
stable-only: true
project-id: 334920
url-template: https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-$version.tar.gz
- name: libass
cleanup:
- /include
- /lib/*.la
- /lib/pkgconfig
config-opts:
- --disable-static
sources:
- type: archive
url: https://github.com/libass/libass/releases/download/0.17.3/libass-0.17.3.tar.xz
sha256: eae425da50f0015c21f7b3a9c7262a910f0218af469e22e2931462fed3c50959
x-checker-data:
type: anitya
project-id: 1560
stable-only: true
url-template: https://github.com/libass/libass/releases/download/$version/libass-$version.tar.xz
- name: libXpresent
buildsystem: autotools
sources:
- type: archive
url: https://xorg.freedesktop.org/archive/individual/lib/libXpresent-1.0.1.tar.xz
sha256: b964df9e5a066daa5e08d2dc82692c57ca27d00b8cc257e8e960c9f1cf26231b
x-checker-data:
type: anitya
project-id: 17166
stable-only: true
url-template: https://xorg.freedesktop.org/archive/individual/lib/libXpresent-$version.tar.xz
- name: yt-dlp
no-autogen: true
no-make-install: true
make-args:
- yt-dlp
- PYTHON=/usr/bin/python3
post-install:
- install yt-dlp /app/bin
sources:
- type: archive
dest-filename: yt-dlp.tar.gz
url: https://github.com/yt-dlp/yt-dlp/archive/refs/tags/2024.11.18.tar.gz
sha256: 70824d82603e4ce1047f74e84ae6c41361af8ddb3b2bfd4f0855e996a07362d2
x-checker-data:
type: anitya
project-id: 143399
stable-only: true
url-template: https://github.com/yt-dlp/yt-dlp/archive/refs/tags/$version.tar.gz
- name: nodejs-and-npm
buildsystem: simple
build-commands:
- mkdir -p /app/{bin,lib}
- cp -a /usr/lib/sdk/node20/bin/{node,npm} /app/bin
- cp -a /usr/lib/sdk/node20/lib/* /app/lib
- name: clang-format
buildsystem: simple
build-commands:
- |
cmake -S llvm -B builddir \
-G Ninja \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DCMAKE_INSTALL_LIBDIR=/app/lib \
-DCMAKE_INSTALL_PREFIX=/app \
-DBUILD_SHARED_LIBS=OFF \
-DLLVM_ENABLE_PROJECTS=clang
- cmake --build builddir --parallel $(nproc) --target clang-format
- install -Dt /app/bin builddir/bin/clang-format
sources:
- type: archive
url: https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.3/llvm-project-19.1.3.src.tar.xz
sha256: 324d483ff0b714c8ce7819a1b679dd9e4706cf91c6caf7336dc4ac0c1d3bf636
x-checker-data:
type: json
url: https://api.github.com/repos/llvm/llvm-project/releases/latest
version-query: .tag_name | sub("^llvmorg-"; "")
url-query: .assets[] | select(.name == "llvm-project-" + $version + ".src.tar.xz").browser_download_url
- name: rssguard
buildsystem: cmake-ninja
config-opts:
- -DBUILD_WITH_QT6=ON
- -DENABLE_COMPRESSED_SITEMAP=ON
- -DENABLE_MEDIAPLAYER_LIBMPV=ON
- -DENABLE_MEDIAPLAYER_QTMULTIMEDIA=OFF
- -DFORCE_BUNDLE_ICONS=ON
- -DIS_FLATPAK_BUILD=ON
- -DNO_LITE=ON
- -DNO_UPDATE_CHECK=ON
sources:
- type: archive
dest-filename: rssguard.tar.gz
url: https://api.github.com/repos/martinrotter/rssguard/tarball/4.7.4
sha256: c5008f21372ab71f5cad67e37eab69798e472d943d148d4900f14c567eb38407
x-checker-data:
type: json
url: https://api.github.com/repos/martinrotter/rssguard/releases/latest
version-query: .tag_name
url-query: .tarball_url
cleanup:
- /include