Revert "[refactor] change app id to com.frac-tion.teleport"

This reverts commit 33b9c9ac1a.
This commit is contained in:
Julian Sparber
2017-09-26 11:39:16 +02:00
parent 26d5bfb5c9
commit a54a19d69a
6 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
desktop = 'com.frac-tion.teleport.desktop'
desktop = 'org.gtk.teleportapp.desktop'
i18n.merge_file(
desktop,
@@ -24,7 +24,7 @@ i18n.merge_file(
#)
install_data(
'com.frac-tion.teleport.gschema.xml',
'org.gtk.teleportapp.gschema.xml',
install_dir: teleportapp_schemadir
)

View File

@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Teleport
Exec=teleportapp
Icon=com.frac-tion.teleport
Icon=org.gtk.teleportapp
Type=Application
Categories=GTK;GNOME;Utility;

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/com/frac-tion/teleport/" id="com.frac-tion.teleport">
<schema path="/org/gtk/teleportapp/" id="org.gtk.teleportapp">
<key name="font" type="s">
<default>'Monospace 12'</default>
<summary>Font</summary>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/frac-tion/teleport">
<gresource prefix="/org/gtk/teleportapp">
<file preprocess="xml-stripblanks">window.ui</file>
<file preprocess="xml-stripblanks">settings.ui</file>
<file preprocess="xml-stripblanks">remote_list.ui</file>