Changeset - 5f1095591d3d
[Not reviewed]
default
0 3 0
Nathan Brink (binki) - 16 years ago 2009-11-14 16:35:35
ohnobinki@ohnopublishing.net
games-arcade/supertux: Updated patch for supertux SVN r5936.
3 files changed with 8 insertions and 4 deletions:
0 comments (0 inline, 0 general)
games-arcade/supertux/ChangeLog
Show inline comments
 
# ChangeLog for games-arcade/supertux
 
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 
# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.33 2009/02/23 01:02:56 mr_bones_ Exp $
 

	
 
  14 Nov 2009; Nathan Phillip Brink (ohnobinki)
 
  <ohnobinki@ohnopublishing.net> files/supertux-cmake.patch:
 
  Updated patch for supertux SVN r5936.
 

	
 
  02 May 2009; Nathan Phillip Brink <ohnobinki@ohnopublishing.net>
 
  supertux-9999.ebuild, +files/supertux-cmake.patch:
 
  Fixed installation paths.
 

	
 

	
 
  21 Apr 2009; Nathan Phillip Brink <ohnobinki@ohnopublishing.net>
 
  supertux-9999.ebuild:
 
  set SLOT=1 because this can coexist with supertux-0.1*
 

	
 
*supertux-9999 (20 Apr 2009)
 

	
 
  20 Apr 2009; Nathan Phillip Brink <ohnobinki@ohnopublishing.net>
games-arcade/supertux/Manifest
Show inline comments
 
AUX supertux-cmake.patch 4936 RMD160 26caecb7f478fda7bfdc35db5a068f75a81059cd SHA1 c9f9aa2dde304a1d7a55da8b4251d79094f92046 SHA256 ac37a9b997370a71689f5b06e46995fef506b7bc57c26e7607487a7ac4314992
 
AUX supertux-cmake.patch 4864 RMD160 807501750c7c253de7a67fa5d02197bc8474ece3 SHA1 94908744bbeda42a63b67932fd7eed896c92827c SHA256 0e0374b2e385445915a58dcdfd793af3816b87761a691195a707cc73caa1ef0a
 
EBUILD supertux-9999.ebuild 1393 RMD160 2d6e164b8893b3d9bec09e1cad36dea6babdb470 SHA1 2becb126d0ca9b52e0177b51ead48a414efa3b7d SHA256 2a1c6cdb2301cfc626d1aeea054bfd091ee22efa9ac6f609892d74abe3f40ebc
 
MISC ChangeLog 4808 RMD160 71a3ca002d464d40eb5387def2c042d9dfc908c8 SHA1 a6be5d41d51884fe8b5b0519a9b22334e94e9ed3 SHA256 0eac7a67011bbeac8b20e9a8360e5c875167e9f6610896712510e2462e4185dc
 
MISC ChangeLog 4958 RMD160 485b89a533bb574db6ec7cc46491f83884590747 SHA1 2ffe7be2e6523355d346fc2cfda2aa3e0f34e0e1 SHA256 e7c5e87030aa5ac2dfe8e32e314761d84a5564b29efcc73187c7118020a58847
 
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
games-arcade/supertux/files/supertux-cmake.patch
Show inline comments
 
@@ -76,26 +76,26 @@ Index: CMakeLists.txt
 
+
 
+INCLUDE(VariableOption)
 
+
 
 IF(WIN32 AND NOT UNIX)
 
 
 
-  SET(INSTALL_SUBDIR_BIN ".")
 
-  SET(INSTALL_SUBDIR_SHARE "data/")
 
-  SET(INSTALL_SUBDIR_DOC ".")
 
+  SETIFNOTDEFINED(INSTALL_SUBDIR_BIN "." STRING)
 
+  SETIFNOTDEFINED(INSTALL_SUBDIR_SHARE "data/" STRING)
 
+  SETIFNOTDEFINED(INSTALL_SUBDIR_DOC "." STRING)
 
 
 
   INSTALL(FILES ${SUPERTUX_SOURCE_DIR}/SDL.dll DESTINATION ${INSTALL_SUBDIR_BIN})
 
   INSTALL(FILES ${SUPERTUX_SOURCE_DIR}/SDL_image.dll DESTINATION ${INSTALL_SUBDIR_BIN})
 
  INSTALL(FILES ${SUPERTUX_SOURCE_DIR}/SDL.dll
 
                ${SUPERTUX_SOURCE_DIR}/SDL_image.dll
 
@@ -369,19 +375,19 @@
 
 ELSE(WIN32 AND NOT UNIX)
 
 IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
 
 
 
-  SET(INSTALL_SUBDIR_BIN "SuperTux.app/Contents/MacOS/")
 
-  SET(INSTALL_SUBDIR_SHARE "SuperTux.app/Contents/Resources/data/")
 
-  SET(INSTALL_SUBDIR_DOC "SuperTux.app/Contents/Resources/")
 
-
 
+  SETIFNOTDEFINED(INSTALL_SUBDIR_BIN "SuperTux.app/Contents/MacOS/" STRING)
 
+  SETIFNOTDEFINED(INSTALL_SUBDIR_SHARE "SuperTux.app/Contents/Resources/data/" STRING)
 
+  SETIFNOTDEFINED(INSTALL_SUBDIR_DOC "SuperTux.app/Contents/Resources/" STRING)
 
+  
0 comments (0 inline, 0 general)