diff options
author | Ronny Gutbrod <gentoo@tastytea.de> | 2020-04-11 22:56:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-23 19:07:02 +0200 |
commit | 3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6 (patch) | |
tree | b89d99307c6453252730c79b1ac968718ef7ffa9 /games-simulation/simutrans/metadata.xml | |
parent | dev-libs/nss: always tolerate the first CCS in TLS 1.3 (diff) | |
download | gentoo-3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6.tar.gz gentoo-3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6.tar.bz2 gentoo-3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6.zip |
games-simulation/simutrans: Version bump 0.122.0.
Also add a Desktop Entry and all the maintained paksets (scenario data) via
use-flags.
Closes: https://bugs.gentoo.org/668504
Closes: https://bugs.gentoo.org/636324
Closes: https://bugs.gentoo.org/664634
Closes: https://bugs.gentoo.org/724470
Closes: https://bugs.gentoo.org/739360
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-simulation/simutrans/metadata.xml')
-rw-r--r-- | games-simulation/simutrans/metadata.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/games-simulation/simutrans/metadata.xml b/games-simulation/simutrans/metadata.xml index 9d88e43fb074..e411589b3ac1 100644 --- a/games-simulation/simutrans/metadata.xml +++ b/games-simulation/simutrans/metadata.xml @@ -1,11 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person"> + <email>gentoo@tastytea.de</email> + <name>Ronny (tastytea) Gutbrod</name> + </maintainer> <maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> </maintainer> <upstream> <remote-id type="sourceforge">simutrans</remote-id> </upstream> + <use> + <flag name="pak128">Install more detailed scenario data</flag> + <flag name="pak128-britain">Install British scenario data</flag> + <flag name="pak128-german">Install German scenario data</flag> + <flag name="pak192-comic">Install comic-like scenario data</flag> + </use> </pkgmetadata> |