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

py2gtk2.json « py2gtk2 - github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d07e6038ccfeb8ae8a0dcb9d1d280900f6bc180 (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
{
  "name": "pygtk",
  "config-opts": [
    "--disable-docs"
  ],
  "sources": [
    {
      "type": "archive",
      "url": "https://download.gnome.org/sources/pygtk/2.24/pygtk-2.24.0.tar.gz",
      "sha256": "6e3e54fa6e65a69ac60bd58cb2e60a57f3346ac52efe995f3d10b6c38c972fd8"
    },
    {
      "type": "patch",
      "path": "py2gtk2.patch"
    },
    {
      "type": "shell",
      "commands": [
        "cp -p /usr/share/automake-*/config.{sub,guess} ."
      ]
    }
  ],
  "modules": [
    {
      "name": "python2-pycairo",
      "buildsystem": "meson",
      "config-opts": [
        "-Dpython=python2"
      ],
      "sources": [
        {
          "type": "archive",
          "url": "https://github.com/pygobject/pycairo/releases/download/v1.18.2/pycairo-1.18.2.tar.gz",
          "sha256": "dcb853fd020729516e8828ad364084e752327d4cff8505d20b13504b32b16531"
        }
      ]
    },
    {
      "name": "pygobject",
      "config-opts": [
        "--disable-glibtest"
      ],
      "cleanup": [
        "/bin"
      ],
      "sources": [
        {
          "type": "archive",
          "url": "https://download.gnome.org/sources/pygobject/2.28/pygobject-2.28.7.tar.xz",
          "sha256": "bb9d25a3442ca7511385a7c01b057492095c263784ef31231ffe589d83a96a5a"
        }
      ]
    },
    {
      "name": "libglade",
      "rm-configure": true,
      "cleanup": [
        "/bin"
      ],
      "sources": [
        {
          "type": "archive",
          "url": "https://download.gnome.org/sources/libglade/2.6/libglade-2.6.4.tar.gz",
          "sha256": "c41d189b68457976069073e48d6c14c183075d8b1d8077cb6dfb8b7c5097add3"
        },
        {
          "type": "shell",
          "commands": [
            "rm -f config.guess"
          ]
        },
        {
          "type": "script",
          "commands": [
            "autoreconf -fiv"
          ],
          "dest-filename": "autogen.sh"
        }
      ]
    }
  ]
}