File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set (DATADIR "${CMAKE_INSALL_PREFIX}/share")
1111set (PKGDATADIR "${DATADIR} /${PROJECT_NAME} " )
1212set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME} )
1313set (RELEASE_NAME "Monitor" )
14- set (VERSION "0.2.4 " )
14+ set (VERSION "0.2.5 " )
1515set (VERSION_INFO "Alpha" )
1616set (DOLLAR "$" )
1717
@@ -48,6 +48,7 @@ add_subdirectory (po)
4848add_subdirectory (data)
4949
5050# install our .desktop file so the Applications menu will see it
51- install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /data/com.github.stsdc.monitor.desktop DESTINATION /usr/share/applications/)
51+ install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /data/com.github.stsdc.monitor.desktop DESTINATION /usr/share
52+ /applications/)
5253# install our .appdata.xml file so AppCenter will see it
5354install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /data/com.github.stsdc.monitor.appdata.xml DESTINATION /usr/share/metainfo/)
Original file line number Diff line number Diff line change 1+ com.github.stsdc.monitor (0.2.5) xenial; urgency=low
2+
3+ * Initial Release.
4+
5+ -- Stanisław Dac <
[email protected] > Fri, 18 Aug 2017 18:11:55 +0200
6+
17com.github.stsdc.monitor (0.2.4) xenial; urgency=low
28
39 * Initial Release.
You can’t perform that action at this time.
0 commit comments