-
Notifications
You must be signed in to change notification settings - Fork 4
/
gtk-mac-integration.cabal-renamed
70 lines (58 loc) · 2.41 KB
/
gtk-mac-integration.cabal-renamed
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
Name: gtk-mac-integration
Version: 0.3.3.1
License: LGPL-2.1
License-file: COPYING
Copyright: (c) 2001-2010 The Gtk2Hs Team
Author: Duncan Coutts, Peter Gavin, Axel Simon, Hamish Mackenzie
Maintainer: [email protected]
Build-Type: Custom
Cabal-Version: >= 1.24
Stability: provisional
homepage: http://www.haskell.org/gtk2hs/
bug-reports: http://hackage.haskell.org/trac/gtk2hs/
Synopsis: Bindings for the Gtk/OS X integration library.
Description: gtk-mac-integration helps integrate Gtk applications with the native Mac
desktop and make it feel more like a Mac application.
http://sourceforge.net/apps/trac/gtk-osx/wiki/Integrate
Category: Graphics
Tested-With: GHC == 7.2.2
Extra-Source-Files: hs-gtk-mac-integration.h
marshal.list
hierarchy.list
Data-Dir: demo
Data-Files: OSXDemo.hs
Makefile
x-Types-File: Graphics/UI/Gtk/OSX/Types.chs
x-Types-Tag: gtk-mac-integration
x-Types-ModName: Graphics.UI.Gtk.OSX.Types
x-Types-Forward: *Graphics.UI.GtkInternals
x-Types-Destructor: objectUnrefFromMainloop
x-Types-Hierarchy: hierarchy.list
Source-Repository head
type: git
location: https://github.com/gtk2hs/gtk-mac-integration.git
custom-setup
setup-depends: base >= 4.6,
Cabal >= 1.24 && < 1.25,
gtk2hs-buildtools >= 0.13.1.0 && < 0.14
Library
build-depends: base >= 4 && < 5, array -any, containers -any, mtl -any,
glib >=0.13.0.0 && <0.14,
gtk >=0.13.0.0 && <0.15
exposed-modules:
Graphics.UI.Gtk.OSX
Graphics.UI.Gtk.OSX.Application
Graphics.UI.Gtk.OSX.Window
other-modules:
Graphics.UI.Gtk.OSX.Types
Graphics.UI.Gtk.OSX.Signals
default-language: Haskell2010
default-extensions: ForeignFunctionInterface
include-dirs: .
cpp-options: -DDISABLE_DEPRECATED -U__BLOCKS__ -D__attribute__(A)= -D_Nullable= -D_Nonnull=
c-sources: Graphics/UI/Gtk/OSX/extra.m
x-Signals-File: Graphics/UI/Gtk/OSX/Signals.chs
x-Signals-Modname: Graphics.UI.Gtk.OSX.Signals
x-Signals-Types: marshal.list
x-c2hs-Header: hs-gtk-mac-integration.h
pkgconfig-depends: gtk-mac-integration-gtk2 >=2.0.0