Commit 81953711 authored by Clint Adams's avatar Clint Adams
Browse files

xmonad: patch for newer X11

parent 462e346f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
xmonad (0.13-14) UNRELEASED; urgency=medium
xmonad (0.13-14) unstable; urgency=medium

  * Set Rules-Requires-Root to no.
  * Patch to build with newer X11.

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:11:06 -0400
 -- Clint Adams <clint@debian.org>  Thu, 07 Jun 2018 19:21:04 -0400

xmonad (0.13-13) unstable; urgency=medium

+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-x11-dev (>= 1.8),
 libghc-x11-dev (<< 1.9),
 libghc-x11-dev (<< 1.10),
 libghc-x11-prof,
 libghc-data-default-dev,
 libghc-data-default-prof,
@@ -42,7 +42,7 @@ Build-Depends-Indep:
 libghc-utf8-string-doc,
 libghc-x11-doc,
Standards-Version: 4.1.4
Homepage: http://xmonad.org
Homepage: https://xmonad.org
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/xmonad
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git

+11 −0
Original line number Diff line number Diff line
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -78,7 +78,7 @@
                    process,
                    unix,
                    utf8-string >= 0.3 && < 1.1,
-                   X11>=1.8 && < 1.9
+                   X11>=1.8 && < 1.10
 
     if true
         ghc-options:        -funbox-strict-fields -Wall
+1 −0
Original line number Diff line number Diff line
use_x-terminal-emulator.patch
#haddock-fixes.patch
newer-pandoc
newer-x11