~sebastien-amardeilh/yarock/1.x

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: sebastien-amardeilh
  • Date: 2019-03-23 08:02:43 UTC
  • Revision ID: seb@seb-linux-pc-20190323080243-8akn89cvcx10f0z5
- BugFix : fix Appstream metadata legacy location and format #1813638
  - BugFix : fix widget bottom toolbar save/restore state
  - BugFix : fix debian Lintian spelling errors #1815382
  - BugFix : fix internal build rules for phonon engine #1745854
  - BugFix : improve mpris metatada for web stream
  - BugFix : fix icon installation under some environment #1747308

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
PROJECT( yarock )
8
8
set(YAROCK_MAJOR_VERSION 1)
9
 
set(YAROCK_MINOR_VERSION 3)
10
 
set(YAROCK_PATCH_VERSION 1)
 
9
set(YAROCK_MINOR_VERSION 4)
 
10
set(YAROCK_PATCH_VERSION 0)
11
11
set(YAROCK_VERSION "${YAROCK_MAJOR_VERSION}.${YAROCK_MINOR_VERSION}.${YAROCK_PATCH_VERSION}")
12
12
 
13
13
# ------------------------------------------------------------------------------
287
287
install(FILES ${YAROCK_QM_FILES} DESTINATION "${CMAKE_INSTALL_PREFIX}/share/yarock/translations")
288
288
 
289
289
# -- install destop file
290
 
install(FILES data/yarock.desktop  DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications" )
 
290
install(FILES data/org.yarock.desktop  DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications" )
291
291
 
292
292
# -- install appdata file
293
 
install(FILES data/yarock.appdata.xml  DESTINATION "${CMAKE_INSTALL_PREFIX}/share/appdata" )
 
293
install(FILES data/org.yarock.appdata.xml  DESTINATION "${CMAKE_INSTALL_PREFIX}/share/appdata" )
294
294
 
295
295
# -- install icons files
296
296
INSTALL( FILES ${CMAKE_SOURCE_DIR}/icon/yarock_16x16.png DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/16x16/apps" RENAME application-x-yarock.png)
299
299
INSTALL( FILES ${CMAKE_SOURCE_DIR}/icon/yarock_64x64.png DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/64x64/apps" RENAME application-x-yarock.png)
300
300
INSTALL( FILES ${CMAKE_SOURCE_DIR}/icon/yarock_128x128.png DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/128x128/apps" RENAME application-x-yarock.png)
301
301
INSTALL( FILES ${CMAKE_SOURCE_DIR}/icon/yarock.svg DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps" RENAME application-x-yarock.svg)
 
302
INSTALL( FILES ${CMAKE_SOURCE_DIR}/icon/yarock_48x48.png DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pixmaps/" RENAME application-x-yarock.png)
302
303
 
303
304
# ------------------------------------------------------------------------------
304
305
#  UN-INSTALL SUPPORT