Third update of the iconset on behalf of Phil, see issue 1012: Proposal of an icon theme for RT
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user