Skip to content

Commit

Permalink
Rename everything to the new AppID (#390)
Browse files Browse the repository at this point in the history
* Search and Replace
* Rename all files to new appID
* Bump version
* Remove translations from .desktop.in file
  • Loading branch information
Philip-Scott authored Nov 25, 2021
1 parent 29e72f1 commit 47d3117
Show file tree
Hide file tree
Showing 29 changed files with 192 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
<!--- If you have a terminal output you can share with us that would also be great! -->

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

## Screenshots of the Problem
<!--- If you can show us a screenshot of the issue, this is the space for it! -->
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
bundle: MyApp.flatpak

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

# You can automatically run any of the tests you've created as part of this workflow
run-tests: true
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br/>

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

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

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

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

flatpak-builder build com.github.philip-scott.notes-up.yml --user --install --force-clean
flatpak-builder build com.github.philip_scott.notes-up.yml --user --install --force-clean
flatpak run com.github.philip_scott.notes-up
```
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: io.elementary.Sdk

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

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

# This section is where you list all the source code required to build your app.
Expand Down
13 changes: 0 additions & 13 deletions data/com.github.philip-scott.notes-up.desktop.in

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2019 Felipe Escoto (https://github.com/Philip-Scott/Notes-up) -->
<component type="desktop">
<id>com.github.philip-scott.notes-up</id>
<id>com.github.philip_scott.notes-up</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Notes-Up</name>
Expand All @@ -21,10 +21,10 @@
</ul>
</description>
<provides>
<binary>com.github.philip-scott.notes-up</binary>
<binary>com.github.philip_scott.notes-up</binary>
</provides>
<releases>
<release version="2.0.4" date="2021-11-23">
<release version="2.0.5" date="2021-11-24">
<description>
<p>Now on elementary 6.0</p>
<ul>
Expand Down
10 changes: 10 additions & 0 deletions data/com.github.philip_scott.notes-up.desktop.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Notes-Up
Comment=Your markdown notebook
Exec=com.github.philip_scott.notes-up %u
Icon=com.github.philip_scott.notes-up
Terminal=false
Type=Application
StartupNotify=true
Categories=Office;WordProcessor;
MimeType=application/x-notesup;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.philip-scott.notes-up','vala', 'c', version: '2.7.0')
project('com.github.philip_scott.notes-up','vala', 'c', version: '2.7.0')

gnome = import('gnome')
i18n = import('i18n')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.philip-scott.notes-up package.
# This file is distributed under the same license as the com.github.philip_scott.notes-up package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: com.github.philip-scott.notes-up\n"
"Project-Id-Version: com.github.philip_scott.notes-up\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-11-30 15:38+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
8 changes: 4 additions & 4 deletions po/cs.po
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Czech translations for com.github.philip-scott.notes-up package.
# Copyright (C) 2019 THE com.github.philip-scott.notes-up'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.philip-scott.notes-up package.
# Czech translations for com.github.philip_scott.notes-up package.
# Copyright (C) 2019 THE com.github.philip_scott.notes-up'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.philip_scott.notes-up package.
# Jakub Hadámek, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.philip-scott.notes-up\n"
"Project-Id-Version: com.github.philip_scott.notes-up\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-11-30 15:38+0100\n"
"PO-Revision-Date: 2019-04-02 18:31+0200\n"
Expand Down
8 changes: 4 additions & 4 deletions po/de.po
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# German translations for com.github.philip-scott.notes-up package.
# Copyright (C) 2019 THE com.github.philip-scott.notes-up'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.philip-scott.notes-up package.
# German translations for com.github.philip_scott.notes-up package.
# Copyright (C) 2019 THE com.github.philip_scott.notes-up'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.philip_scott.notes-up package.
# Benjamin Krala, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.philip-scott.notes-up\n"
"Project-Id-Version: com.github.philip_scott.notes-up\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-11-30 15:38+0100\n"
"PO-Revision-Date: 2019-04-02 18:31+0200\n"
Expand Down
8 changes: 4 additions & 4 deletions po/es.po
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Spanish translations for com.github.philip-scott.notes-up package.
# Copyright (C) 2019 THE com.github.philip-scott.notes-up'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.philip-scott.notes-up package.
# Spanish translations for com.github.philip_scott.notes-up package.
# Copyright (C) 2019 THE com.github.philip_scott.notes-up'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.philip_scott.notes-up package.
# Felipe Escoto, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.philip-scott.notes-up\n"
"Project-Id-Version: com.github.philip_scott.notes-up\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-11-30 15:38+0100\n"
"PO-Revision-Date: 2019-04-02 18:31+0200\n"
Expand Down
4 changes: 2 additions & 2 deletions po/extra/POTFILES
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
data/com.github.philip-scott.notes-up.desktop.in
data/com.github.philip-scott.notes-up.appdata.xml.in
data/com.github.philip_scott.notes-up.desktop.in
data/com.github.philip_scott.notes-up.appdata.xml.in
Loading

0 comments on commit 47d3117

Please sign in to comment.