You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/bustle/files/bustle-0.4.2-restrict-gtk2h...

62 lines
1.7 KiB

--- bustle-0.4.2-orig/bustle.cabal 2012-11-15 02:19:34.000000000 +1100
+++ bustle-0.4.2/bustle.cabal 2013-04-03 15:07:35.381569187 +1100
@@ -82,15 +82,15 @@
Build-Depends: base >= 4 && < 5
, bytestring
- , cairo
+ , cairo < 0.13
, containers
, dbus >= 0.10
, directory
, filepath
- , glib
- , gtk >= 0.12.3
+ , glib < 0.13
+ , gtk >= 0.12.3 && < 0.13
, mtl
- , pango
+ , pango < 0.13
, parsec
, pcap
, process
@@ -111,15 +111,15 @@
pkgconfig-depends: glib-2.0
Build-Depends: base >= 4 && < 5
, bytestring
- , cairo
+ , cairo < 0.13
, containers
, dbus
, directory
, filepath
- , gtk > 0.12
- , glib
+ , gtk > 0.12 && < 0.13
+ , glib < 0.13
, mtl
- , pango
+ , pango < 0.13
, parsec
, pcap
, text
@@ -163,15 +163,15 @@
main-is: Test/Renderer.hs
other-modules: Bustle.Renderer
Build-Depends: base
- , cairo
+ , cairo < 0.13
, containers
, dbus >= 0.10
, directory
, filepath
- , gtk
+ , gtk < 0.13
, mtl
, text
- , pango
+ , pango < 0.13
, test-framework
, test-framework-hunit
, HUnit