r13787 - packages/trunk/nikki/debian/patches

Joachim Breitner nomeata at alioth.debian.org
Wed Sep 19 07:54:05 UTC 2012


Author: nomeata
Date: 2012-09-19 07:54:04 +0000 (Wed, 19 Sep 2012)
New Revision: 13787

Added:
   packages/trunk/nikki/debian/patches/no-stickyKeysHotKey
Modified:
   packages/trunk/nikki/debian/patches/series
Log:
Do not depend on stickyKeysHotKey

Added: packages/trunk/nikki/debian/patches/no-stickyKeysHotKey
===================================================================
--- packages/trunk/nikki/debian/patches/no-stickyKeysHotKey	                        (rev 0)
+++ packages/trunk/nikki/debian/patches/no-stickyKeysHotKey	2012-09-19 07:54:04 UTC (rev 13787)
@@ -0,0 +1,36 @@
+Description: Do not depend on stickyKeysHotKey
+ This package is a noop on non-Win32-machines, so we do not want to include it
+ in Debian.
+Author: Joachim Breitner <nomeata at debian.org>
+Forwarded: Not needed
+Last-Update: 2012-09-19
+
+--- nikki-1.0.orig/src/rootInstall/nikki.cabal
++++ nikki-1.0/src/rootInstall/nikki.cabal
+@@ -145,10 +145,9 @@ Executable nikki
+         , sfml-audio == 0.7.*
+         , StateVar
+         , strict >= 0.3.2
+-        , stickyKeysHotKey == 0.1.*
+         , template == 0.2.*
+         , temporary >= 1.1.1
+         , text
+--- nikki-1.0.orig/src/Top/Main.hs
++++ nikki-1.0/src/Top/Main.hs
+@@ -30,7 +30,6 @@ import Control.Exception
+ 
+ import System.FilePath
+ import System.Exit
+-import System.Win32.StickyKeysHotKey
+ 
+ import Graphics.Qt
+ 
+@@ -50,7 +49,7 @@ import Top.Menu
+ 
+ 
+ main :: IO ()
+-main = withHotKeyDeactivated $ do
++main = do
+     configuration <- loadConfiguration
+     exitWith =<< forkThreads (renderThread configuration) (logicThread configuration)
+ 

Modified: packages/trunk/nikki/debian/patches/series
===================================================================
--- packages/trunk/nikki/debian/patches/series	2012-09-19 07:45:51 UTC (rev 13786)
+++ packages/trunk/nikki/debian/patches/series	2012-09-19 07:54:04 UTC (rev 13787)
@@ -1 +1,3 @@
 No-FindBin-Dependency
+debian-changes-1.0-1
+no-stickyKeysHotKey




More information about the Pkg-games-commits mailing list