Welcome to mirror list, hosted at ThFree Co, Russian Federation.

xephyr.json « flatpak - gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac806aec0c6f4c3ea71dc4f945cdff10f9527092 (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
        {
            /**
            * Xephyr version 1.17.0 and later don't work fine with GtkSocket,
            * therefore we remain at version 1.16.4:
            *   - https://gitlab.com//Remmina//Remmina//issues//366
            *   - https://bugs.freedesktop.org//show_bug.cgi?id=91700
            */
            "name": "xephyr",
            "config-opts": [
                "--enable-kdrive",
                "--enable-kdrive-evdev",
                "--disable-kdrive-kbd",
                "--disable-kdrive-mouse",
                "--enable-xephyr",
                "--disable-xorg",
                "--disable-xvfb",
                "--disable-xnest",
                "--disable-xquartz",
                "--disable-xwayland",
                "--disable-standalone-xpbproxy",
                "--disable-xwin",
                "--disable-xfake",
                "--disable-xfbdev",
                "--disable-dmx",
                "--with-fontrootdir=/usr/share/fonts",
                "--with-xkb-bin-directory=/usr/bin",
                "--with-xkb-path=/usr/share/X11/xkb",
                "--with-xkb-output=/var/lib/xkb"
            ],
            "sources": [
                {
                    "type": "archive",
                    "url": "https://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.16.4.tar.bz2",
                    "sha256": "abb6e1cc9213a9915a121f48576ff6739a0b8cdb3d32796f9a7743c9a6efc871"
                }
            ],
            "modules": [
                {
                    "name": "libfontenc",
                    "config-opts": [
                        "--with-fontrootdir=/usr/share/fonts"
                    ],
                    "sources": [
                        {
                            "type": "archive",
                            "url": "https://xorg.freedesktop.org/releases/individual/lib/libfontenc-1.1.4.tar.bz2",
                            "sha256": "2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079",
                            "x-checker-data": {
                                "type": "anitya",
                                "project-id": "1613",
                                "url-template": "https://xorg.freedesktop.org/releases/individual/lib/libfontenc-$version.tar.bz2"
                            }
                        }
                    ]
                },
                {
                    "name": "libXfont",
                    "sources": [
                        {
                            "type": "archive",
                            "url": "https://xorg.freedesktop.org/releases/individual/lib/libXfont-1.5.4.tar.bz2",
                            "sha256": "1a7f7490774c87f2052d146d1e0e64518d32e6848184a18654e8d0bb57883242",
                            "x-checker-data": {
                                "type": "anitya",
                                "project-id": "1776",
                                "url-template": "https://xorg.freedesktop.org/releases/individual/lib/libXfont-$version.tar.bz2"
                            }
                        }
                    ]
                }
            ]
        },