-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnet.sourceforge.liferea.json
174 lines (174 loc) · 5.97 KB
/
net.sourceforge.liferea.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
170
171
172
173
174
{
"app-id": "net.sourceforge.liferea",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "liferea.sh",
"cleanup": [
"/include",
"/lib/pkgconfig",
"/share/pkgconfig",
"/share/aclocal",
"/share/doc",
"/share/gir-1.0",
"/share/gitweb",
"/man",
"/share/man",
"*.la",
"*.a"
],
"finish-args": [
"--device=dri",
"--filesystem=xdg-download",
"--share=ipc",
"--share=network",
"--socket=pulseaudio",
"--socket=fallback-x11",
"--socket=wayland",
"--talk-name=org.freedesktop.secrets"
],
"modules": [
"shared-modules/intltool/intltool-0.51.json",
"shared-modules/libsoup/libsoup-2.4.json",
{
"name": "libpeas",
"buildsystem": "meson",
"cleanup": [
"/bin/*",
"/lib/peas-demo"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libpeas/1.36/libpeas-1.36.0.tar.xz",
"sha256": "297cb9c2cccd8e8617623d1a3e8415b4530b8e5a893e3527bbfd1edd13237b4c",
"x-checker-data": {
"type": "gnome",
"name": "libpeas",
"versions": {
"<": "1.99"
}
}
}
]
},
{
"name": "git",
"make-args": [
"NO_TCLTK=1",
"INSTALL_SYMLINKS=1"
],
"make-install-args": [
"NO_TCLTK=1",
"INSTALL_SYMLINKS=1"
],
"sources": [
{
"type": "archive",
"url": "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.48.1.tar.xz",
"sha256": "1c5d545f5dc1eb51e95d2c50d98fdf88b1a36ba1fa30e9ae5d5385c6024f82ad",
"x-checker-data": {
"type": "anitya",
"project-id": 5350,
"stable-only": true,
"url-template": "https://mirrors.edge.kernel.org/pub/software/scm/git/git-$version.tar.xz"
}
}
]
},
{
"name": "aria2",
"config-opts": [
"--enable-libaria2",
"--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
],
"sources": [
{
"type": "archive",
"sha256": "60a420ad7085eb616cb6e2bdf0a7206d68ff3d37fb5a956dc44242eb2f79b66b",
"url": "https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0.tar.xz",
"x-checker-data": {
"type": "anitya",
"project-id": 109,
"url-template": "https://github.com/aria2/aria2/releases/download/release-$version/aria2-$version.tar.xz"
}
}
]
},
{
"name": "unifdef",
"no-autogen": true,
"make-install-args": [
"prefix=${FLATPAK_DEST}"
],
"sources": [
{
"type": "archive",
"url": "https://dotat.at/prog/unifdef/unifdef-2.12.tar.xz",
"sha256": "43ce0f02ecdcdc723b2475575563ddb192e988c886d368260bc0a63aee3ac400"
}
],
"cleanup": [
"*"
]
},
{
"name": "webkit2gtk-4.0",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DPORT=GTK",
"-DENABLE_BUBBLEWRAP_SANDBOX=OFF",
"-DENABLE_DOCUMENTATION=OFF",
"-DUSE_GTK4=OFF",
"-DUSE_LIBBACKTRACE=OFF",
"-DUSE_SOUP2=ON",
"-DENABLE_MINIBROWSER=OFF",
"-DENABLE_WEBDRIVER=OFF",
"-DENABLE_GAMEPAD=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://webkitgtk.org/releases/webkitgtk-2.46.6.tar.xz",
"sha256": "f2b31de693220ba9bab76ce6ddfe5b0bfab2515cb2b0a70f3c54d4050766c32b",
"x-checker-data": {
"type": "html",
"url": "https://webkitgtk.org/releases/",
"version-pattern": "LATEST-STABLE-(\\d[\\.\\d]+\\d)",
"url-template": "https://webkitgtk.org/releases/webkitgtk-$version.tar.xz"
}
}
]
},
{
"name": "liferea",
"post-install": [
"install -Dm0755 liferea.sh ${FLATPAK_DEST}/bin/liferea.sh",
"desktop-file-edit --set-key=\"Exec\" --set-value=\"liferea.sh %U\" ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop"
],
"sources": [
{
"type": "git",
"url": "https://github.com/lwindolf/liferea.git",
"tag": "v1.14.6",
"commit": "b394b0f4806f5c47e7a156e2bf40b2d670a7ee21"
},
{
"type": "patch",
"paths": [
"patches/appdata.patch",
"patches/download.patch",
"patches/prgname.patch",
"patches/appdata-screenshot.patch",
"patches/libxml.patch"
]
},
{
"type": "file",
"path": "liferea.sh"
}
]
}
]
}