File tree Expand file tree Collapse file tree 4 files changed +10
-17
lines changed Expand file tree Collapse file tree 4 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 1- project (notes-up)
1+ project (com.github.philip-scott. notes-up)
22
33cmake_minimum_required (VERSION 2.6)
44
@@ -134,7 +134,7 @@ vala_precompile(VALA_C
134134 src/Styles/air.vala
135135 src/Styles/elementary.vala
136136 src/Styles/modest.vala
137-
137+
138138 src/Services/Bookmark.vala
139139 src/Services/FileManager.vala
140140 src/Services/Notebook.vala
@@ -144,7 +144,7 @@ vala_precompile(VALA_C
144144 src/Services/Trash.vala
145145 src/Services/DatabaseTable.vala
146146 src/Services/WordWrapper.vala
147-
147+
148148 src/Plugins/Manager.vala
149149 src/Plugins/Plugin.vala
150150 src/Plugins/Break.vala
@@ -159,16 +159,16 @@ OPTIONS
159159 ${GLOBAL_VALAC_OPTIONS}
160160)
161161
162- add_executable (notes-up ${VALA_C} ${generated_resources} )
162+ add_executable (com.github.philip-scott. notes-up ${VALA_C} ${generated_resources} )
163163
164- target_link_libraries (notes-up
164+ target_link_libraries (com.github.philip-scott. notes-up
165165 ${DISCOUNT_LIB_PATH} )
166166
167- add_dependencies (notes-up
167+ add_dependencies (com.github.philip-scott. notes-up
168168 discount
169169)
170170
171- install (TARGETS notes-up RUNTIME
171+ install (TARGETS com.github.philip-scott. notes-up RUNTIME
172172 DESTINATION bin)
173173
174174install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /data/com.github.philip-scott.notes-up.appdata.xml
Original file line number Diff line number Diff line change 1818 </ul >
1919 </description >
2020 <provides >
21- <binary >notes-up</binary >
21+ <binary >com.github.philip-scott. notes-up</binary >
2222 </provides >
2323 <releases >
2424 <release version =" 1.4.6" date =" 2017-08-16" >
Original file line number Diff line number Diff line change @@ -4,17 +4,10 @@ Comment=Your markdown notebook
44Comment[lt]=Jūsų markdown užrašinė
55Comment[fr]=Votre carnet de notes markdown
66Comment[pt_BR]=O seu caderno em Markdown
7- Exec =notes-up
7+ Exec =com.github.philip-scott. notes-up
88Icon =com.github.philip-scott.notes-up
99Terminal =false
1010Type =Application
1111StartupNotify =true
1212Categories =Office;
1313Actions =AboutDialog;
14-
15- [Desktop Action AboutDialog]
16- Exec =notes-up --about
17- Name =About Notes-Up
18- Name[lt]=Apie Notes-Up
19- Name[fr]=À propos de Notes-Up
20- Name[pt_BR]=Sobre o Notes-Up
Original file line number Diff line number Diff line change 1- notes-up (0.1) UNSTABLE; urgency=low
1+ com.github.philip-scott. notes-up (0.1) UNSTABLE; urgency=low
22
33 * Initial release
44
You can’t perform that action at this time.
0 commit comments