|
1 | | -project (com.github.parnold-x.nasc) |
| 1 | +project (com.github.parnold_x.nasc) |
2 | 2 | cmake_minimum_required (VERSION 2.8) |
3 | 3 | cmake_policy (VERSION 2.6) |
4 | 4 |
|
@@ -34,7 +34,7 @@ configure_file (${CMAKE_SOURCE_DIR}/src/config.vala.in ${CMAKE_SOURCE_DIR}/src/c |
34 | 34 |
|
35 | 35 | #GSettings |
36 | 36 | include(GSettings) |
37 | | -add_schema("data/com.github.parnold-x.nasc.gschema.xml") |
| 37 | +add_schema("data/com.github.parnold_x.nasc.gschema.xml") |
38 | 38 |
|
39 | 39 | set(NEEDED_PKG |
40 | 40 | glib-2.0 |
@@ -97,27 +97,27 @@ OPTIONS |
97 | 97 | include_directories(${CMAKE_BINARY_DIR}) |
98 | 98 | include_directories(${CMAKE_SOURCE_DIR}) |
99 | 99 | include_directories(${CMAKE_SOURCE_DIR}/libqalculatenasc) |
100 | | -add_executable(com.github.parnold-x.nasc ${VALA_C}) |
101 | | -add_dependencies(com.github.parnold-x.nasc |
| 100 | +add_executable(com.github.parnold_x.nasc ${VALA_C}) |
| 101 | +add_dependencies(com.github.parnold_x.nasc |
102 | 102 | qalculatenasc) |
103 | | -target_link_libraries(com.github.parnold-x.nasc |
| 103 | +target_link_libraries(com.github.parnold_x.nasc |
104 | 104 | ${QALCULATE_LIB_PATH} |
105 | 105 | ${DEPS_LIBRARIES} |
106 | 106 | qalculatenasc |
107 | 107 | -lcln) |
108 | 108 |
|
109 | | -install (TARGETS com.github.parnold-x.nasc RUNTIME DESTINATION bin) |
| 109 | +install (TARGETS com.github.parnold_x.nasc RUNTIME DESTINATION bin) |
110 | 110 |
|
111 | | -install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.parnold-x.nasc.desktop DESTINATION share/applications) |
112 | | -install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.parnold-x.nasc.appdata.xml DESTINATION share/metainfo) |
| 111 | +install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.parnold_x.nasc.desktop DESTINATION share/applications) |
| 112 | +install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.parnold_x.nasc.appdata.xml DESTINATION share/metainfo) |
113 | 113 | # install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/datasets/country.xml DESTINATION share/qalculate) |
114 | 114 | # install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/datasets/datasetsNasc.xml DESTINATION share/qalculate) |
115 | | -install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/16/com.github.parnold-x.nasc.svg DESTINATION share/icons/hicolor/16x16/apps) |
116 | | -install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/24/com.github.parnold-x.nasc.svg DESTINATION share/icons/hicolor/24x24/apps) |
117 | | -install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/32/com.github.parnold-x.nasc.svg DESTINATION share/icons/hicolor/32x32/apps) |
118 | | -install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/48/com.github.parnold-x.nasc.svg DESTINATION share/icons/hicolor/48x48/apps) |
119 | | -install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/64/com.github.parnold-x.nasc.svg DESTINATION share/icons/hicolor/64x64/apps) |
120 | | -install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/128/com.github.parnold-x.nasc.svg DESTINATION share/icons/hicolor/128x128/apps) |
| 115 | +install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/16/com.github.parnold_x.nasc.svg DESTINATION share/icons/hicolor/16x16/apps) |
| 116 | +install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/24/com.github.parnold_x.nasc.svg DESTINATION share/icons/hicolor/24x24/apps) |
| 117 | +install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/32/com.github.parnold_x.nasc.svg DESTINATION share/icons/hicolor/32x32/apps) |
| 118 | +install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/48/com.github.parnold_x.nasc.svg DESTINATION share/icons/hicolor/48x48/apps) |
| 119 | +install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/64/com.github.parnold_x.nasc.svg DESTINATION share/icons/hicolor/64x64/apps) |
| 120 | +install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/128/com.github.parnold_x.nasc.svg DESTINATION share/icons/hicolor/128x128/apps) |
121 | 121 | install (FILES ${QALCULATE_LIB_PATH} DESTINATION ${CMAKE_INSTALL_LIBDIR}) |
122 | 122 | install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/data/styles DESTINATION share/qalculate) |
123 | 123 | #overwrite the standard libqalculate datasets.xml with a extended one |
|
0 commit comments