Skip to content

Commit 24c809e

Browse files
committed
Use RDN for executable
1 parent 22d8f88 commit 24c809e

File tree

4 files changed

+10
-17
lines changed

4 files changed

+10
-17
lines changed

CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project(notes-up)
1+
project(com.github.philip-scott.notes-up)
22

33
cmake_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

174174
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.philip-scott.notes-up.appdata.xml

data/com.github.philip-scott.notes-up.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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">

data/com.github.philip-scott.notes-up.desktop

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,10 @@ Comment=Your markdown notebook
44
Comment[lt]=Jūsų markdown užrašinė
55
Comment[fr]=Votre carnet de notes markdown
66
Comment[pt_BR]=O seu caderno em Markdown
7-
Exec=notes-up
7+
Exec=com.github.philip-scott.notes-up
88
Icon=com.github.philip-scott.notes-up
99
Terminal=false
1010
Type=Application
1111
StartupNotify=true
1212
Categories=Office;
1313
Actions=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

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)