about summary refs log tree commit diff
path: root/pkgs/gtk+/gtk+.fix
blob: 173b17ae5e085e8ca87f64d9f7d120701d08a9f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package(
  [ ("name", "gtk+-2.2.2")

  , ("build", Relative("gtk+/gtk+-build.sh"))
  , ("setenv", Relative("helpers/set-env.sh"))

  , ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
      [ ("url", "ftp://ftp.gtk.org/pub/gtk/v2.2/gtk+-2.2.2.tar.bz2")
      , ("md5", "5a7c639f0f2d682bdc17e3f81c17c79c")
      ]))

  , ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
  , ("glib", IncludeFix("glib/glib.fix"))
  , ("atk", IncludeFix("atk/atk.fix"))
  , ("pango", IncludeFix("pango/pango.fix"))
  ]
)