-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xinv3d (1.8.0), 2024 Apr 05, add configure --enable-as-xinv3d
Some Distros are aligned to xinvaders3d, and others as xinv3d. The default build is xinvaders3d, but using --enable-as-xinv3d allows you to create binary xinv3d instead of xinvaders3d plus xinv3d.6, and associated desktop files too. bugfix, also removed xinvaders.pc.in since this is not library
- Loading branch information
Showing
14 changed files
with
205 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
desktop/xinvaders3d.appdata.xml → desktop/xinvaders3d.appdata.xml.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2023 Joe Da Silva <digital@joescat.com> --> | ||
<application> | ||
<id type="desktop">xinvaders3d.desktop</id> | ||
<id type="desktop">@make_as_xinvaders3d@.desktop</id> | ||
<license>CC0-1.0</license> | ||
<name>X Invaders 3D</name> | ||
<name>@make_as_xinvaders3d_fn@</name> | ||
<description> | ||
<p xml:lang="C"> | ||
XInvaders 3D is a 3D vector-based space-invaders clone for the X Window System.</p> | ||
@make_as_xinvaders3d@ is a 3D vector-based space-invaders clone for the X Window System.</p> | ||
</description> | ||
<url type="homepage">https://github.com/JoesCat/xinvaders3d</url> | ||
</application> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[Desktop Entry] | ||
Version=1.0 | ||
Name=@make_as_xinvaders3d_fn@ | ||
GenericName=X Invaders 3D Game | ||
Comment=@make_as_xinvaders3d_fn@ is a 3D Vector Graphics Space Invaders clone for X11. | ||
TryExec=@make_as_xinvaders3d@ | ||
Exec=@make_as_xinvaders3d@ | ||
Icon=@make_as_xinvaders3d@ | ||
StartupNotify=true | ||
Terminal=false | ||
Type=Application | ||
Categories=Game;ArcadeGame; | ||
MimeType=application/x-@make_as_xinvaders3d@ | ||
Keywords=space;invaders;action;arcade;game;X;window; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> | ||
<mime-type type="application/x-xinvaders3d"> | ||
<comment>XBall script</comment> | ||
<mime-type type="application/x-@make_as_xinvaders3d@"> | ||
<comment>@make_as_xinvaders3d_fn@ scores</comment> | ||
<generic-icon name="text-x-script"/> | ||
<sub-class-of type="text/plain"/> | ||
<glob pattern="*.xinvaders3d"/> | ||
<glob pattern="*.@make_as_xinvaders3d@"/> | ||
</mime-type> | ||
</mime-info> |
Oops, something went wrong.