diff options
author | James Geboski <jgeboski@gmail.com> | 2012-12-02 12:33:55 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:48 -0500 |
commit | c652a97d08969c84db34c3124676ed85f00a8bf6 (patch) | |
tree | d786437fec9064a00214141fac8fb4a11f798d20 /games | |
parent | eeb290dcaca6620ddb17c8fd08e65d628e9e2ac6 (diff) | |
download | slackbuilds-c652a97d08969c84db34c3124676ed85f00a8bf6.tar.gz |
games/xonotic: Default to xonotic-glx over xonotix-sdl
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/xonotic/xonotic.SlackBuild | 2 | ||||
-rw-r--r-- | games/xonotic/xonotic.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xonotic/xonotic.SlackBuild b/games/xonotic/xonotic.SlackBuild index c48dc088e7..fdabcde0d8 100644 --- a/games/xonotic/xonotic.SlackBuild +++ b/games/xonotic/xonotic.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=xonotic VERSION=${VERSION:-0.6.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/games/xonotic/xonotic.desktop b/games/xonotic/xonotic.desktop index 81badc94fa..2012f903f3 100644 --- a/games/xonotic/xonotic.desktop +++ b/games/xonotic/xonotic.desktop @@ -2,7 +2,7 @@ Type=Application Name=Xonotic Categories=Game; -Exec=xonotic-sdl +Exec=xonotic-glx Icon=xonotic Terminal=false StartupNotify=false |