wmcdplay: Install art script.
commit1b1afe2d374a0d3fb19d8c8927ae91f6f95c2585
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Thu, 18 Dec 2014 18:30:48 +0000 (18 12:30 -0600)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 18 Dec 2014 18:43:10 +0000 (18 18:43 +0000)
tree99ca05fc99833251bacd908dc6373d00009b130a
parentdbcf95f2a2e5349105784aed33dfcebe952d4fdb
wmcdplay: Install art script.

Changes include:
- The artwork files XPM/*.art are now created during build time and
  therefore have been removed from the repository.
- The script which creates them is now installed alongside the art files in
  case users would like to design their own artwork.
- The "makeall" script, whose function has been replaced by the Makefile,
  has been removed.
- The default artwork can now be chosen at compile time by the --with-art
  option to ./configure.
- Changes have been documented in ARTWORK.

Inspired in part by the Debian patch [1].

[1] http://sources.debian.net/src/wmcdplay/1.0beta1-13/debian/patches/install_art_scripts.patch/
wmcdplay/ARTWORK
wmcdplay/Makefile.am
wmcdplay/XPM/bluered.art [deleted file]
wmcdplay/XPM/grey.art [deleted file]
wmcdplay/XPM/makeall [deleted file]
wmcdplay/XPM/newstyle.art [deleted file]
wmcdplay/XPM/standard.art [deleted symlink]
wmcdplay/XPM/wmcd.art [deleted file]
wmcdplay/configure.ac