Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/openmw/files/, games-engines/openmw/
Date: Mon, 17 Aug 2020 21:54:25
Message-Id: 1597700993.6c386a1cb194c96808364c924e8bd3db703384b0.chewi@gentoo
1 commit: 6c386a1cb194c96808364c924e8bd3db703384b0
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Sun Aug 9 21:33:24 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 21:49:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c386a1c
7
8 games-engines/openmw: update the patch for 9999
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 .../openmw/files/openmw-0.47.0-mygui-license.patch | 16 ++++++++++++++++
15 games-engines/openmw/openmw-9999.ebuild | 2 +-
16 2 files changed, 17 insertions(+), 1 deletion(-)
17
18 diff --git a/games-engines/openmw/files/openmw-0.47.0-mygui-license.patch b/games-engines/openmw/files/openmw-0.47.0-mygui-license.patch
19 new file mode 100644
20 index 00000000000..d0da8a2563b
21 --- /dev/null
22 +++ b/games-engines/openmw/files/openmw-0.47.0-mygui-license.patch
23 @@ -0,0 +1,16 @@
24 +We don't install license files
25 +
26 +diff --git a/CMakeLists.txt b/CMakeLists.txt
27 +index d69352c94..5f97c86e9 100644
28 +--- a/CMakeLists.txt
29 ++++ b/CMakeLists.txt
30 +@@ -470,9 +470,6 @@ IF(NOT WIN32 AND NOT APPLE)
31 + # INSTALL(PROGRAMS "${OpenMW_BINARY_DIR}/Plugin_MyGUI_OpenMW_Resources.so" DESTINATION "${LIBDIR}" )
32 + #ENDIF(BUILD_MYGUI_PLUGIN)
33 +
34 +- # Install licenses
35 +- INSTALL(FILES "files/mygui/DejaVuFontLicense.txt" DESTINATION "${LICDIR}" )
36 +-
37 + # Install icon and desktop file
38 + INSTALL(FILES "${OpenMW_BINARY_DIR}/org.openmw.launcher.desktop" DESTINATION "${DATAROOTDIR}/applications" COMPONENT "openmw")
39 + INSTALL(FILES "${OpenMW_SOURCE_DIR}/files/launcher/images/openmw.png" DESTINATION "${ICONDIR}" COMPONENT "openmw")
40
41 diff --git a/games-engines/openmw/openmw-9999.ebuild b/games-engines/openmw/openmw-9999.ebuild
42 index df9cc73b585..1183e5459a1 100644
43 --- a/games-engines/openmw/openmw-9999.ebuild
44 +++ b/games-engines/openmw/openmw-9999.ebuild
45 @@ -61,7 +61,7 @@ BDEPEND="
46 "
47
48 PATCHES=(
49 - "${FILESDIR}"/openmw-0.46.0-mygui-license.patch
50 + "${FILESDIR}"/openmw-0.47.0-mygui-license.patch
51 "${FILESDIR}"/openmw-0.46.0-recastnavigation.patch
52 )