Commit Graph

1212 Commits

Author SHA1 Message Date
Wengier
4e9b6cb229 update banner etc 2020-09-14 13:20:50 -04:00
Wengier
6619f93fc2 fix uninstall context menu 2020-09-10 14:34:03 -04:00
Wengier
ee03f939df move windows installer to contrib 2020-09-01 12:48:18 -04:00
rderooy
7a481e51ec Move shaders to contrib/shaders
And update references. I hope this does not break the windows build.
2020-09-09 11:12:30 +02:00
rderooy
f88dd7d2d0 Move mappings to contrib/mappings 2020-09-09 10:09:19 +02:00
rderooy
497acea834 Move macOS specific files to contrib/macos
And update any references to them. I did not compile test this,
so cannot guarantee not to have broken anything along the way.
2020-09-09 09:34:35 +02:00
rderooy
f2c0acbe8a Move src/cfggui.ico pause.ico and mapper.ico to contrib/icons 2020-09-09 09:18:34 +02:00
rderooy
982a363630 Move src/dosbox.ico to contrib/icons/dosbox-x.ixo
This could break the windows build, which I did not test!
2020-09-09 09:14:11 +02:00
rderooy
8c5772b54c Move src/dosbox.png to contrib/icons/dosbox-x.png 2020-09-09 08:51:21 +02:00
rderooy
6c315cda62 Move font to contrib/fonts 2020-09-08 17:58:18 +02:00
rderooy
662e2a64b9 Switch linux to SVG icon
I found that the icon used by DOSBox-X comes from
https://www.vogons.org/viewtopic.php?p=79575#p79575

Which apart from Windows and Mac icons also included a SVG icon
which is preferred on Linux, and looks nicer. So add the SVG icon
and update 'make install' and make-rpm.sh to use it.
The SVG icon is placed in contrib/icons

p.s. I found that the tar operation in make-rpm.sh blindly assumes
the directory containing the tree to be named "dosbox-x", instead
of just the current directory, it effectively will tar
../dosbox-x even if your in, say, dosbox-x.clone to keep different
trees apart... I did not change this for now, but it is something
to watch out for.
2020-09-08 16:09:42 +02:00
rderooy
78e7cfec87 Move Linux packaging files to contrib/linux
The general idea is to clean up the root directory of the tree
a bit, and to possibly prepare to support flatpak in the future
without adding more files to the root.

Both "make install" and make-rpm.sh worked after these changes.

My idea was also to move src/dosbox.png to contrib/icons/dosbox-x.png
And to move any Windows and macOS specific packaging files to
contrib/windows and contrib/macos respectively, but I will not do the
latter two myself as I cannot test it.

This is also similar to how dosbox-staging has it's tree layout.

If there is no objection, I will however move src/dosbox.png and
update any references to it to point to the new location.
2020-09-08 13:32:30 +02:00