Skip to content

Commit

Permalink
Merge pull request #966 from duganchen/icon-locations
Browse files Browse the repository at this point in the history
Install icons to PREFIX/share/icons/hicolor/128x128/apps
  • Loading branch information
fragglet committed Jan 6, 2018
2 parents 8777b99 + 4280276 commit d2cdb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/Makefile.am
Expand Up @@ -9,7 +9,7 @@ EXTRA_DIST= \
setup.png \ setup.png \
convert-icon convert-icon


iconsdir = $(prefix)/share/icons iconsdir = $(prefix)/share/icons/hicolor/128x128/apps
icons_DATA = @PROGRAM_PREFIX@doom.png \ icons_DATA = @PROGRAM_PREFIX@doom.png \
@PROGRAM_PREFIX@setup.png @PROGRAM_PREFIX@setup.png


Expand Down
2 changes: 1 addition & 1 deletion rpm.spec.in
Expand Up @@ -61,7 +61,7 @@ Requires: libSDL-1.2.so.0, libSDL_mixer-1.2.so.0, libSDL_net-1.2.so.0
/usr/games/@PROGRAM_PREFIX@doom /usr/games/@PROGRAM_PREFIX@doom
/usr/games/@PROGRAM_PREFIX@server /usr/games/@PROGRAM_PREFIX@server
/usr/games/@PROGRAM_PREFIX@doom-setup /usr/games/@PROGRAM_PREFIX@doom-setup
/usr/share/icons/* /usr/share/icons/hicolor/128x128/apps/*
/usr/share/applications/* /usr/share/applications/*


%description -n @PROGRAM_PREFIX@heretic %description -n @PROGRAM_PREFIX@heretic
Expand Down

0 comments on commit d2cdb39

Please sign in to comment.