forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bustle-0.4.0-restrict-gtk2hs-deps-to-gtkplus2.patch
76 lines (75 loc) · 2.29 KB
/
bustle-0.4.0-restrict-gtk2hs-deps-to-gtkplus2.patch
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
--- bustle-0.4.0-orig/bustle.cabal 2013-04-03 15:59:57.193656822 +1100
+++ bustle-0.4.0/bustle.cabal 2013-04-03 15:09:21.825572157 +1100
@@ -86,16 +86,17 @@
Build-Depends: base >= 4 && < 5
, binary
, bytestring
- , cairo
+ , cairo < 0.13
, containers
, dbus-core == 0.9.*
, directory
, filepath
- , glade
- , glib
- , gtk > 0.11
+ , glade < 0.13
+ , glib < 0.13
+ , gtk > 0.11 && < 0.13
+ , haskell98
, mtl
- , pango
+ , pango < 0.13
, parsec
, pcap
, process
@@ -105,16 +106,17 @@
Build-Depends: base >= 4 && < 5
, binary
, bytestring
- , cairo
+ , cairo < 0.13
, containers
, dbus-core == 0.9.*
, directory
, filepath
- , glade
- , glib
+ , glade < 0.13
+ , glib < 0.13
, gtk > 0.10 && < 0.11
+ , haskell98
, mtl
- , pango
+ , pango < 0.13
, parsec
, pcap
, process
@@ -133,8 +135,8 @@
C-sources: c-sources/pcap-monitor.c
pkgconfig-depends: glib-2.0
Build-Depends: base >= 4 && < 5
- , gtk > 0.11
- , glib
+ , gtk > 0.11 && < 0.13
+ , glib < 0.13
Executable dump-messages
if flag(InteractiveTests) && flag(PostCabalizedGtk2HS)
@@ -177,14 +179,14 @@
main-is: Test/Renderer.hs
other-modules: Bustle.Renderer
Build-Depends: base
- , cairo
+ , cairo < 0.13
, containers
, dbus-core
, directory
, filepath
- , gtk
+ , gtk < 0.13
, mtl
- , pango
+ , pango < 0.13
, test-framework
, test-framework-hunit
, HUnit