~israeldahl/jwm-settings-manager/trunk

« back to all changes in this revision

Viewing changes to data/themes/Numix/CMakeLists.txt

  • Committer: Israel Dahl
  • Date: 2018-01-16 14:17:27 UTC
  • Revision ID: israeldahl@gmail.com-20180116141727-1eqofcuc0c5ukzdw
Update main branch to be current

* Windows
  - configure button actions
 * Desktop
   - file manager preferences
 * Themes
   - parse directories and ignore non-xml files

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
### SETUP OLD THEME NAMES
57
57
set(OLD_THEME "../old/${THIS_THEME}/${THIS_THEME}")
58
58
configure_file(../all-old-themes.in ${OLD_THEME})
 
59
install (FILES "${CURRENTTHEME}" share/jwm-settings-manager/"${CURRENTTHEME}/${CURRENTTHEME}")
 
60
install (FILES "${THEME_230}" share/jwm-settings-manager/2.3.0/"${THEME_230}/${THEME_230}")
 
61
install (FILES "${OLD_THEME}" share/jwm-settings-manager/old/"${THIS_THEME}/${THIS_THEME}")