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

libappindicator-gtk3-12.10.json « libappindicator - github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c613f8fb8633cc723843db2a704d0181e3d9193a (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
{
  "name": "libappindicator",
  "build-options": {
    "cflags": "-Wno-error",
    "make-args": [ "-j1" ]
  },
  "rm-configure": true,
  "config-opts": [
    "--disable-static",
    "--disable-gtk-doc",
    "--disable-tests",
    "--disable-mono-tests",
    "--enable-introspection=no",
    "--with-gtk=3"
  ],
  "cleanup": [
    "/include",
    "/lib/pkgconfig",
    "/lib/*.la",
    "/share/gtk-doc",
    "/share/gir-1.0"
  ],
  "sources": [
    {
      "type": "archive",
      "url": "https://launchpad.net/libappindicator/12.10/12.10.0/+download/libappindicator-12.10.0.tar.gz",
      "sha256": "d5907c1f98084acf28fd19593cb70672caa0ca1cf82d747ba6f4830d4cc3b49f"
    },
    {
      "type": "patch",
      "path": "libappindicator-ftbfs.patch"
    },
    {
      "type": "patch",
      "path": "libappindicator-no-python.patch"
    },
    {
      "type": "patch",
      "path": "libappindicator-fix-crash-from-incorrect-signal-emission.patch"
    },
    {
      "type": "patch",
      "path": "libappindicator-fix-crash-iterating-icon-themes.patch"
    },
    {
      "type": "script",
      "commands": ["autoreconf -sfi"],
      "dest-filename": "autogen.sh"
    }
  ],
  "modules": [
    "../intltool/intltool-0.51.json",
    "../dbus-glib/dbus-glib.json",
    {
      "name": "libdbusmenu",
      "build-options": {
        "cflags": "-Wno-error",
        "env": {
          "HAVE_VALGRIND_FALSE": "#",
          "HAVE_VALGRIND_TRUE": ""
        }
      },
      "cleanup": [
        "/include",
        "/libexec",
        "/lib/pkgconfig",
        "/lib/*.la",
        "/share/doc",
        "/share/libdbusmenu",
        "/share/gtk-doc",
        "/share/gir-1.0"
      ],
      "config-opts": [
        "--disable-static",
        "--disable-gtk-doc",
        "--enable-introspection=no",
        "--disable-vala",
        "--disable-dumper",
        "--disable-tests",
        "--with-gtk=3"
      ],
      "sources": [
        {
          "type": "archive",
          "url": "https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-16.04.0.tar.gz",
          "sha256": "b9cc4a2acd74509435892823607d966d424bd9ad5d0b00938f27240a1bfa878a"
        }
      ]
    },
    {
      "name": "libindicator",
      "build-options": {
        "cflags": "-Wno-error"
      },
      "cleanup": [
        "/include",
        "/libexec",
        "/lib/pkgconfig",
        "/lib/*.la",
        "/share/libindicator",
        "/share/gtk-doc",
        "/share/gir-1.0"
      ],
      "config-opts": [
        "--disable-static",
        "--disable-tests",
        "--with-gtk=3"
      ],
      "sources": [
        {
          "type": "archive",
          "url": "https://launchpad.net/libindicator/12.10/12.10.1/+download/libindicator-12.10.1.tar.gz",
          "sha256": "b2d2e44c10313d5c9cd60db455d520f80b36dc39562df079a3f29495e8f9447f"
        },
        {
          "type": "shell",
          "commands": [
            "# FTBFS fix",
            "sed -e '/LIBINDICATOR_LIBS/ s/\\$LIBM/ $LIBM/' -i configure.ac"
          ]
        },
        {
          "type": "script",
          "commands": ["autoreconf -sfi"],
          "dest-filename": "autogen.sh"
        }
      ]
    }
  ]
}