summaryrefslogtreecommitdiff
path: root/org.gnome.Logs.json
blob: 3ac065919d1a68dec52cab2ed32c9c938b5f1d81 (plain)
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
{
  "app-id": "org.gnome.Logs",
  "runtime": "org.gnome.Platform",
  "runtime-version": "master",
  "sdk": "org.gnome.Sdk",
  "command": "gnome-logs",
  "tags": ["nightly"],
  "desktop-file-name-prefix": "(Nightly) ",
  "finish-args": [
    "--share=ipc", "--socket=fallback-x11",
    "--device=dri",
    "--socket=wayland",
    "--filesystem=/var/log/journal:ro",
    "--metadata=X-DConf=migrate-path=/org/gnome/logs/"
  ],
  "cleanup": [
    "/include",
    "/lib/pkgconfig"
  ],
  "modules": [
    {
      "name": "liblz4",
      "buildsystem": "meson",
      "subdir": "contrib/meson",
      "sources": [
        {
          "type": "git",
          "url": "https://github.com/lz4/lz4",
          "tag": "v1.9.2",
          "commit": "fdf2ef5809ca875c454510610764d9125ef2ebbd"
        }
      ]
    },
    {
      "name": "rsync",
      "config-opts": [
        "--disable-zstd",
        "--disable-xxhash"
      ],
      "cleanup": [
        "/share"
      ],
      "sources": [
        {
          "type": "archive",
          "url": "https://download.samba.org/pub/rsync/src/rsync-3.2.3.tar.gz",
          "sha256": "becc3c504ceea499f4167a260040ccf4d9f2ef9499ad5683c179a697146ce50e"
        }
      ]
    },
    {
        "name": "python3-jinja2",
        "buildsystem": "simple",
        "build-commands": [
            "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"jinja2\" --no-build-isolation"
        ],
        "sources": [
            {
                "type": "file",
                "url": "https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz",
                "sha256": "7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"
            },
            {
                "type": "file",
                "url": "https://files.pythonhosted.org/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Jinja2-3.1.2-py3-none-any.whl",
                "sha256": "6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"
            }
        ]
    },
    {
      "name": "systemd",
      "buildsystem": "meson",
      "config-opts": [
        "--libdir=lib",
        "-Drootprefix=/app",
        "-Drootlibdir=/app/lib",
        "-Dsysconfdir=/app/etc",
        "-Ddocdir=/app/share/doc",
        "-Dsysvinit-path=/app/etc/init.d",

        "-Dfdisk=false",
        "-Ddbus=false",
        "-Dutmp=false",
        "-Dhibernate=false",
        "-Dldconfig=false",
        "-Dresolve=false",
        "-Defi=false",
        "-Dtpm=false",
        "-Denvironment-d=false",
        "-Dbinfmt=false",
        "-Dcoredump=false",
        "-Dlogind=false",
        "-Dhostnamed=false",
        "-Dlocaled=false",
        "-Dmachined=false",
        "-Dportabled=false",
        "-Dnetworkd=false",
        "-Dtimedated=false",
        "-Dtimesyncd=false",
        "-Dremote=false",
        "-Dnss-myhostname=false",
        "-Dnss-mymachines=false",
        "-Dnss-resolve=false",
        "-Dnss-systemd=false",
        "-Dfirstboot=false",
        "-Drandomseed=false",
        "-Dbacklight=false",
        "-Dvconsole=false",
        "-Dquotacheck=false",
        "-Dsysusers=false",
        "-Dtmpfiles=false",
        "-Dimportd=false",
        "-Dhwdb=false",
        "-Drfkill=false",
        "-Dman=false",
        "-Dhtml=false",
        "-Dbashcompletiondir=no",
        "-Dzshcompletiondir=no"
      ],
      "cleanup": [
        "/bin",
        "/etc",
        "/lib/libudev*",
        "/lib/kernel",
        "/lib/modprobe.d",
        "/lib/rpm",
        "/lib/sysctl.d",
        "/lib/systemd",
        "/lib/udev",
        "/share/dbus-1",
        "/share/doc",
        "/share/factory",
        "/share/glib-2.0",
        "/share/icons",
        "/share/man",
        "/share/pkgconfig",
        "/share/polkit-1",
        "/share/runtime"
      ],
      "sources": [
        {
          "type": "git",
          "url": "https://github.com/systemd/systemd.git",
          "tag": "v251"
        }
      ]
    },
    {
      "name": "gnome-logs",
      "buildsystem": "meson",
      "sources": [
        {
          "type": "git",
          "url": "https://gitlab.gnome.org/GNOME/gnome-logs.git"
        }
      ]
    }
  ]
}