summaryrefslogtreecommitdiff
path: root/homebrew/gtkx/.beer
blob: 2391c8a46746d62ee7b3c081ece6dbb1f1e8eba3 (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
{
    "name": "Gtkx",
    "description": "GUI toolkit",
    "url": "https://download.gnome.org/sources/gtk+/2.24/gtk+-2.24.32.tar.xz",
    "mirror": null,
    "homepage": "https://gtk.org/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "gtk-doc",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "gobject-introspection",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "atk",
            "build-depend": false
        },
        {
            "depend": "gdk-pixbuf",
            "build-depend": false
        },
        {
            "depend": "hicolor-icon-theme",
            "build-depend": false
        },
        {
            "depend": "pango",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://bug757187.bugzilla-attachments.gnome.org/attachment.cgi?id=331173",
            "strip": "1"
        }
    ],
    "install": [
        "args = [\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\",",
        "\"--enable-static\",",
        "\"--disable-glibtest\",",
        "\"--enable-introspection=yes\",",
        "\"--with-gdktarget=quartz\",",
        "\"--disable-visibility\"]",
        "if build.head?",
        "inreplace \"autogen.sh\", \"libtoolize\", \"glibtoolize\"",
        "ENV[\"NOCONFIGURE\"] = \"yes\"",
        "system \"./autogen.sh\"",
        "end",
        "system \"./configure\", *args",
        "system \"make\", \"install\"",
        "inreplace bin/\"gtk-builder-convert\", %r{^#!/usr/bin/env python$}, \"#!/usr/bin/python\""
    ],
    "version": "2.24.32",
    "file": "gtk+.rb"
}