Change package name to io.github.lemmygtk.lemoa for flatpak
This commit is contained in:
parent
0e14266b4a
commit
bd6216d839
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"id": "com.lemmygtk.lemoa",
|
"id": "io.github.lemmygtk.lemoa",
|
||||||
"runtime": "org.gnome.Platform",
|
"runtime": "org.gnome.Platform",
|
||||||
"runtime-version": "44",
|
"runtime-version": "44",
|
||||||
"sdk": "org.gnome.Sdk",
|
"sdk": "org.gnome.Sdk",
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<schemalist>
|
<schemalist>
|
||||||
<schema path="/com/lemmygtk/lemoa" id="@BASE_ID@">
|
<schema path="/io/github/lemmygtk/lemoa" id="@BASE_ID@">
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
|
@ -9,7 +9,7 @@ project(
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
|
|
||||||
# application_id can contain the -devel extension
|
# application_id can contain the -devel extension
|
||||||
base_id = 'com.lemmygtk.lemoa'
|
base_id = 'io.github.lemmygtk.lemoa'
|
||||||
version = meson.project_version()
|
version = meson.project_version()
|
||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pub const NAME: &str = "lemoa";
|
pub const NAME: &str = "lemoa";
|
||||||
pub const APP_ID: &str = "com.lemmygtk.lemoa";
|
pub const APP_ID: &str = "io.github.lemmygtk.lemoa";
|
||||||
pub const PKGDATADIR: &str = "/usr/local/share/lemoa";
|
pub const PKGDATADIR: &str = "/app/share/lemoa";
|
||||||
pub const VERSION: &str = "0.1.0";
|
pub const VERSION: &str = "0.1.0";
|
||||||
|
|
Loading…
Reference in New Issue