File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
AUTOMAKE_OPTIONS = foreign
2
2
SUBDIRS = src man themes
3
3
4
+ desktopdir = $(datadir ) /applications
5
+ dist_desktop_DATA = xjump.desktop
6
+
7
+ icondir = $(datadir ) /icons
8
+ dist_icon_DATA = xjump.png
9
+
4
10
install-exec-hook :
5
11
chgrp games @bindir@/xjump || true
6
12
chmod +s @bindir@/xjump || true
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ AM_LDFLAGS = -lXaw -lXt -lXpm -lX11
6
6
7
7
bin_PROGRAMS = xjump
8
8
9
- xjump_SOURCES = game.c main.c misc.c record.c record.h resource.c xjump.h icon.xbm icon_msk.xbm xjump-icon.xpm
9
+ xjump_SOURCES = game.c main.c misc.c record.c record.h resource.c xjump.h icon.xbm icon_msk.xbm
Original file line number Diff line number Diff line change 1
1
[Desktop Entry]
2
2
Version =1.0
3
- Encoding =UTF-8
4
3
Type =Application
5
4
Name =XJump
6
- Comment =A jumping game
5
+ Comment =A jumping game for X
7
6
Comment[fr]=Un jeu de saut
7
+ Comment[pt]=Um jogo de pulo para o X
8
8
TryExec =xjump
9
9
Exec =xjump
10
- Icon =xjump-icon.xpm
11
- Categories =Application; Game;
10
+ Icon =xjump
11
+ Categories =Game;ArcadeGame ;
You can’t perform that action at this time.
0 commit comments