Skip to content

Commit 47d3117

Browse files
authored
Rename everything to the new AppID (#390)
* Search and Replace * Rename all files to new appID * Bump version * Remove translations from .desktop.in file
1 parent 29e72f1 commit 47d3117

29 files changed

+192
-195
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
2626
<!--- If you have a terminal output you can share with us that would also be great! -->
2727

28-
<!--- To get debug messages: G_MESSAGES_DEBUG=all com.github.philip-scott.notes-up -->
28+
<!--- To get debug messages: G_MESSAGES_DEBUG=all com.github.philip_scott.notes-up -->
2929

3030
## Screenshots of the Problem
3131
<!--- If you can show us a screenshot of the issue, this is the space for it! -->

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
bundle: MyApp.flatpak
3131

3232
# This uses your app's RDNN ID
33-
manifest-path: com.github.philip-scott.notes-up.yml
33+
manifest-path: com.github.philip_scott.notes-up.yml
3434

3535
# You can automatically run any of the tests you've created as part of this workflow
3636
run-tests: true

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<br/>
77

88
<p align="center">
9-
<a href="https://appcenter.elementary.io/com.github.philip-scott.notes-up">
9+
<a href="https://appcenter.elementary.io/com.github.philip_scott.notes-up">
1010
<img src="https://appcenter.elementary.io/badge.svg" alt="Get it on AppCenter">
1111
</a>
1212
</p>
@@ -34,7 +34,7 @@ As a Systems Engineer, I was writing my notes using just a text editor, and havi
3434
- And more to come!
3535

3636
## Installation:
37-
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.philip-scott.notes-up)
37+
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.philip_scott.notes-up)
3838

3939
On elementary OS? Hit the button to get Notes-Up!
4040

@@ -61,6 +61,6 @@ For advanced users!
6161
git clone https://github.com/Philip-Scott/Notes-up
6262
cd Notes-up
6363

64-
flatpak-builder build com.github.philip-scott.notes-up.yml --user --install --force-clean
64+
flatpak-builder build com.github.philip_scott.notes-up.yml --user --install --force-clean
6565
flatpak run com.github.philip_scott.notes-up
6666
```

com.github.philip-scott.notes-up.yml renamed to com.github.philip_scott.notes-up.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sdk: io.elementary.Sdk
1010

1111
# This should match the exec line in your .desktop file and usually is the same
1212
# as your app ID
13-
command: com.github.philip-scott.notes-up
13+
command: com.github.philip_scott.notes-up
1414

1515
# Here we can specify the kinds of permissions our app needs to run. Since we're
1616
# not using hardware like webcams, making sound, or reading external files, we
@@ -19,7 +19,7 @@ finish-args:
1919
- '--share=ipc'
2020
- '--socket=fallback-x11'
2121
- '--socket=wayland'
22-
- '--own-name=com.github.philip-scott.notes-up'
22+
- '--own-name=com.github.philip_scott.notes-up'
2323
- '--filesystem=home'
2424

2525
# This section is where you list all the source code required to build your app.

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

Lines changed: 0 additions & 13 deletions
This file was deleted.

data/com.github.philip-scott.notes-up.appdata.xml.in renamed to data/com.github.philip_scott.notes-up.appdata.xml.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright (c) 2019 Felipe Escoto (https://github.com/Philip-Scott/Notes-up) -->
33
<component type="desktop">
4-
<id>com.github.philip-scott.notes-up</id>
4+
<id>com.github.philip_scott.notes-up</id>
55
<metadata_license>CC0-1.0</metadata_license>
66
<project_license>GPL-3.0+</project_license>
77
<name>Notes-Up</name>
@@ -21,10 +21,10 @@
2121
</ul>
2222
</description>
2323
<provides>
24-
<binary>com.github.philip-scott.notes-up</binary>
24+
<binary>com.github.philip_scott.notes-up</binary>
2525
</provides>
2626
<releases>
27-
<release version="2.0.4" date="2021-11-23">
27+
<release version="2.0.5" date="2021-11-24">
2828
<description>
2929
<p>Now on elementary 6.0</p>
3030
<ul>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Desktop Entry]
2+
Name=Notes-Up
3+
Comment=Your markdown notebook
4+
Exec=com.github.philip_scott.notes-up %u
5+
Icon=com.github.philip_scott.notes-up
6+
Terminal=false
7+
Type=Application
8+
StartupNotify=true
9+
Categories=Office;WordProcessor;
10+
MimeType=application/x-notesup;

0 commit comments

Comments
 (0)