[game-data-packager] 01/01: megeia: stub support for Quake3
Alexandre Detiste
detiste-guest at moszumanska.debian.org
Sun Jan 10 14:49:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
detiste-guest pushed a commit to branch master
in repository game-data-packager.
commit 534c2bce60c2d8d74ac51e6b0055aa437408d26f
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date: Sun Jan 10 15:49:27 2016 +0100
megeia: stub support for Quake3
---
data/quake3.yaml | 4 ++++
game_data_packager/__init__.py | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/data/quake3.yaml b/data/quake3.yaml
index 3c06bcd..8180a79 100644
--- a/data/quake3.yaml
+++ b/data/quake3.yaml
@@ -42,6 +42,10 @@ packages:
steam:
id: 2200
path: "common/Quake 3 Arena"
+ rpm:
+ engine: ioquake3
+ mageia:
+ install_to: usr/share/ioquake3
gog:
url: quake_iii_gold
# We deliberately only put baseq3 in the search path, not
diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py
index fcea3b6..5dbda15 100644
--- a/game_data_packager/__init__.py
+++ b/game_data_packager/__init__.py
@@ -820,7 +820,7 @@ class GameData(object):
# for historical reasons)
'debian', 'rpm',
# specific distributions
- 'arch', 'fedora', 'suse',
+ 'arch', 'fedora', 'mageia', 'suse',
):
if port in d:
package.specifics[port] = d[port]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list