summaryrefslogtreecommitdiff
path: root/dev-util/bustle/files/bustle-0.4.2-restrict-gtk2hs-deps-to-gtkplus2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/bustle/files/bustle-0.4.2-restrict-gtk2hs-deps-to-gtkplus2.patch')
-rw-r--r--dev-util/bustle/files/bustle-0.4.2-restrict-gtk2hs-deps-to-gtkplus2.patch61
1 files changed, 0 insertions, 61 deletions
diff --git a/dev-util/bustle/files/bustle-0.4.2-restrict-gtk2hs-deps-to-gtkplus2.patch b/dev-util/bustle/files/bustle-0.4.2-restrict-gtk2hs-deps-to-gtkplus2.patch
deleted file mode 100644
index 74ab26ff8fcd..000000000000
--- a/dev-util/bustle/files/bustle-0.4.2-restrict-gtk2hs-deps-to-gtkplus2.patch
+++ /dev/null
@@ -1,61 +0,0 @@
---- 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