Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-rpg/tmw/files: tmw-0.5.2-gentoo.patch
Date: Tue, 02 Aug 2011 11:56:44
Message-Id: 20110802115626.1494620051@flycatcher.gentoo.org
1 tupone 11/08/02 11:56:26
2
3 Added: tmw-0.5.2-gentoo.patch
4 Log:
5 Version bump to 0.5.2 Bug #363795
6
7 (Portage version: 2.1.10.9/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 games-rpg/tmw/files/tmw-0.5.2-gentoo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/tmw/files/tmw-0.5.2-gentoo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/tmw/files/tmw-0.5.2-gentoo.patch?rev=1.1&content-type=text/plain
14
15 Index: tmw-0.5.2-gentoo.patch
16 ===================================================================
17 --- CMakeLists.txt.old 2011-08-02 08:28:51.211645468 +0200
18 +++ CMakeLists.txt 2011-08-02 08:29:26.912641230 +0200
19 @@ -41,9 +41,9 @@
20 IF (NOT OSX)
21 OPTION(USE_X11 "Use X11 Clipboard functionality" ON)
22 ENDIF ()
23 - SET(PKG_DATADIR ${CMAKE_INSTALL_PREFIX}/share/mana)
24 + SET(PKG_DATADIR @GENTOO_DATADIR@)
25 SET(LOCALEDIR ${CMAKE_INSTALL_PREFIX}/share/locale)
26 - SET(PKG_BINDIR ${CMAKE_INSTALL_PREFIX}/bin)
27 + SET(PKG_BINDIR @GENTOO_BINDIR@)
28 ENDIF (WIN32)
29
30 ADD_SUBDIRECTORY(data)
31 --- mana.desktop.old 2011-08-02 11:31:56.049341650 +0200
32 +++ mana.desktop 2011-08-02 11:32:05.312340549 +0200
33 @@ -13,4 +13,4 @@
34 Terminal=false
35 Type=Application
36 Icon=mana
37 -Categories=Application;Game;
38 +Categories=Game;
39 --- data/CMakeLists.txt.old 2011-08-02 12:15:38.520030381 +0200
40 +++ data/CMakeLists.txt 2011-08-02 12:15:44.971029615 +0200
41 @@ -1,6 +1,5 @@
42 SET(DATA_DIR ${PKG_DATADIR}/data)
43
44 -ADD_SUBDIRECTORY(fonts)
45 ADD_SUBDIRECTORY(graphics)
46 ADD_SUBDIRECTORY(help)
47 ADD_SUBDIRECTORY(icons)