Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/war1gus/
Date: Fri, 29 Jul 2022 18:02:47
Message-Id: 1659117756.eb9bb2bd5d0d374a6e40200063bddab3bfd8ba8b.mgorny@gentoo
1 commit: eb9bb2bd5d0d374a6e40200063bddab3bfd8ba8b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 16:09:34 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 18:02:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9bb2bd
7
8 games-strategy/war1gus: Bump to 3.3.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-strategy/war1gus/Manifest | 1 +
13 games-strategy/war1gus/war1gus-3.3.0.ebuild | 68 +++++++++++++++++++++++++++++
14 2 files changed, 69 insertions(+)
15
16 diff --git a/games-strategy/war1gus/Manifest b/games-strategy/war1gus/Manifest
17 index 16118d27c705..a4449166cbfc 100644
18 --- a/games-strategy/war1gus/Manifest
19 +++ b/games-strategy/war1gus/Manifest
20 @@ -4,3 +4,4 @@ DIST war1gus-3.1.0.tar.gz 395576 BLAKE2B 3fe8341bac0811c86e8240a07500dc42972a275
21 DIST war1gus-3.1.1.tar.gz 395477 BLAKE2B 5e304e8e2982e971c479d41b52958bc143518008d3452903f4a4c2d40cf3ea355ac7391d5da3ff2fa3c27d89a45270e64ddb7ee161e4531df54866f3a498dc0b SHA512 3657a2ea21d01559edcc44cecd0090df058f90d1f783b3e5a885f41fc8f4104a5063db50d0c6d3055d1181330486c54d7d3cfc6c3a795a82bcc25dcf67cc3fb5
22 DIST war1gus-3.1.2.tar.gz 397685 BLAKE2B fabcd74d0f8622eed5f7b1c77dcbee8bee0e47bf51c5873d2565cfe200e2e21f5bbb54699cc2afd9b457e998f88b259494a3ee7394f912d6ef159f69ba8777a5 SHA512 64a6c03645cb8f0b4b8fe963e554842988efa74273a58213f047eecd322dfc77d5b4951dd4f0cb5dbd27e0c0f83d825e7fc7fd0102b83c4dbc90bee65c3d8ba1
23 DIST war1gus-3.2.0.tar.gz 408417 BLAKE2B 8369d380813aa6a5c7484e7b668284ee3b59bd4a914b82b074640344af977c08727260efc284a5ffc7d5c52ef7ae0ab45b484d87d855a088198b02adf5240bac SHA512 2e3509792509730254e9292dce66491e848980a37171281dcd851aaa0662a3dd8911444d97c25486acb61fa5ad913da3bb397ddd599cd7ea1293b0afbfc88bc6
24 +DIST war1gus-3.3.0.tar.gz 486274 BLAKE2B 90675ce44cab26079c53ebd70377ea24bef3894d1f194f45496a0df6528e1bb63184f3c93f843ab9176ad02c542a9e51fbfa9f4af3bce6018fa7085d31494998 SHA512 9e17101954f7e953ba11cebd2f62eb9e3465217897bd55699846d6290fa5d249574d144f271e08485bc38ef7dd63e5efa05437faa5191148d1ea9341157834ea
25
26 diff --git a/games-strategy/war1gus/war1gus-3.3.0.ebuild b/games-strategy/war1gus/war1gus-3.3.0.ebuild
27 new file mode 100644
28 index 000000000000..d61b049b1854
29 --- /dev/null
30 +++ b/games-strategy/war1gus/war1gus-3.3.0.ebuild
31 @@ -0,0 +1,68 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +inherit cmake xdg-utils
38 +
39 +DESCRIPTION="Warcraft: Orcs & Humans for the Stratagus game engine"
40 +HOMEPAGE="
41 + https://stratagus.com/war1gus.html
42 + https://github.com/Wargus/war1gus/
43 +"
44 +SRC_URI="
45 + https://github.com/Wargus/war1gus/archive/v${PV}.tar.gz
46 + -> ${P}.tar.gz
47 +"
48 +
49 +LICENSE="GPL-2"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +
53 +DEPEND="
54 + =games-engines/stratagus-${PV}*[theora]
55 + media-libs/libpng:0=
56 + sys-libs/zlib:=
57 + x11-libs/gtk+:2
58 + x11-libs/libX11
59 +"
60 +RDEPEND="
61 + ${DEPEND}
62 +"
63 +BDEPEND="
64 + virtual/pkgconfig
65 +"
66 +
67 +src_configure() {
68 + local mycmakeargs=(
69 + -DGAMEDIR="${EPREFIX}/usr/bin"
70 + -DBINDIR="${EPREFIX}/usr/bin"
71 + -DSTRATAGUS="${EPREFIX}/usr/bin/stratagus"
72 + -DSHAREDIR="${EPREFIX}/usr/share/stratagus/war1gus"
73 + -DICONDIR=/usr/share/icons/hicolor/64x64/apps
74 + )
75 + cmake_src_configure
76 +}
77 +
78 +pkg_postinst() {
79 + elog "War1gus requires the data from the original game to run. The game"
80 + elog "will ask you for the location of the game data and extract/convert"
81 + elog "it automatically on the first run."
82 +
83 + if ! has_version media-video/ffmpeg ||
84 + ! has_version media-sound/timidity++
85 + then
86 + elog
87 + elog "If you did not convert the game data yet, you may want to install"
88 + elog "the following optional dependencies:"
89 + elog
90 + elog "media-video/ffmpeg -- to convert game videos"
91 + elog "media-sound/timidity++ -- to convert game music"
92 + fi
93 +
94 + xdg_icon_cache_update
95 +}
96 +
97 +pkg_postrm() {
98 + xdg_icon_cache_update
99 +}