Third update of the iconset on behalf of Phil, see issue 1012: Proposal of an icon theme for RT

This commit is contained in:
natureh
2011-10-18 03:58:10 +02:00
parent 2cac0dc18f
commit 5ead56190c
153 changed files with 87 additions and 1 deletions

View File

@@ -1,11 +1,11 @@
file (GLOB IMAGEFILES "images/*.png")
file (GLOB PROFILEFILES "profiles/*.pp3")
file (GLOB LANGUAGEFILES "languages/*")
file (GLOB SOUNDFILES "sounds/*")
file (GLOB ICCFILES "iccprofiles/*")
# THEMEDIR includes subfolders for image resources for some themes; doing the normal glob won't work.
set (THEMEDIR "themes")
set (IMAGESDIR "images")
if (WIN32)
set(OPTIONSFILE "options/options.win")
@@ -32,5 +32,7 @@ install (FILES ${PROFILEFILES} DESTINATION ${DATADIR}/profiles)
install (FILES ${SOUNDFILES} DESTINATION ${DATADIR}/sounds)
install (FILES ${ICCFILES} DESTINATION ${DATADIR}/iccprofiles)
install (DIRECTORY ${THEMEDIR} DESTINATION ${DATADIR})
install (DIRECTORY ${IMAGESDIR} DESTINATION ${DATADIR} FILES_MATCHING PATTERN "index.theme")
install (DIRECTORY ${IMAGESDIR} DESTINATION ${DATADIR} FILES_MATCHING PATTERN "*.png")
install (FILES ${OPTIONSFILE} DESTINATION ${DATADIR} PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ RENAME options)