change the name

parent 0ac6ff41
[package] [package]
name = "gnome-tour" name = "ximper-welcome"
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"] version = "0.1.0"
authors = [
"Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>",
"Kirill Unitsaev <fiersik@etersoft.ru>"
]
edition = "2021" edition = "2021"
[dependencies] [dependencies]
......
<?xml version="1.0" encoding="UTF-8"?>
<!-- Bilal Elmoussaoui 2020 <bilal.elmoussaoui@gnome.org> -->
<component type="desktop-application">
<id>@app-id@</id>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Tour</name>
<summary>GNOME Tour and Greeter</summary>
<description>
<p>A guided tour and greeter for GNOME.</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://gitlab.gnome.org/GNOME/gnome-tour/raw/HEAD/data/resources/screenshots/screenshot1.png</image>
</screenshot>
<screenshot>
<image>https://gitlab.gnome.org/GNOME/gnome-tour/raw/HEAD/data/resources/screenshots/screenshot2.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://apps.gnome.org/Tour/</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-tour/issues</url>
<url type="donation">https://www.gnome.org/donate/</url>
<url type="translate">https://l10n.gnome.org/module/gnome-tour/</url>
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/gnome-tour</url>
<url type="contribute">https://welcome.gnome.org/app/Tour/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="46.0" date="2024-03-15">
<description>
<p>String improvements and updated translations.</p>
</description>
</release>
<release version="44.0" date="2023-03-20" />
<release version="43.0" date="2022-09-20" />
<release version="40.0" date="2021-03-23" />
<release version="3.38.0" date="2020-09-15" />
<release version="3.37.92" date="2020-09-08" type="development" />
<release version="3.37.91" date="2020-08-21" type="development" />
<release version="0.0.1" date="2020-03-01" />
</releases>
<kudos>
<!--
GNOME Software kudos:
https://gitlab.gnome.org/GNOME/gnome-software/blob/master/doc/kudos.md
-->
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>
<project_group>GNOME</project_group>
<!-- developer_name tag deprecated with Appstream 1.0 -->
<developer_name>The GNOME Project</developer_name>
<developer id="org.gnome">
<name>The GNOME Project</name>
</developer>
<update_contact>bilal.elmoussaoui@gnome.org</update_contact>
<translation type="gettext">@gettext-package@</translation>
<launchable type="desktop-id">@app-id@.desktop</launchable>
</component>
[Desktop Entry] [Desktop Entry]
Name=Tour Name=Welcome
GenericName=Greeter & Tour
Type=Application Type=Application
Exec=gnome-tour Exec=ximper-welcome
Terminal=false Terminal=false
Categories=GNOME;GTK;Documentation;Utility; Categories=GTK;Documentation;Utility;
Keywords=Gnome;GTK; Keywords=GTK;
# Translators: Do NOT translate or transliterate this text (this is an icon file name)! # Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=@icon@ Icon=@icon@
StartupNotify=true StartupNotify=true
OnlyShowIn=GNOME; OnlyShowIn=GNOME;Hyprland;
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>@app-id@</id>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Ximper Welcome</name>
<summary>A welcome window at the first launch of the system</summary>
<description>
<p>A welcome window at the first launch of the system based on the GNOME Tour application.</p>
</description>
<url type="homepage">https://gitlab.eterfund.ru/ximperlinux/ximper-welcome/</url>
<url type="bugtracker">https://gitlab.eterfund.ru/ximperlinux/ximper-welcome/issues/</url>
<url type="vcs-browser">https://gitlab.eterfund.ru/ximperlinux/ximper-welcome</url>
<content_rating type="oars-1.1" />
</component>
project('gnome-tour', project('ximper-welcome',
'rust', 'rust',
version: '47.0', version: '0.9.3',
license: 'GPL-3.0-or-later', license: 'GPL-3.0-or-later',
meson_version : '>= 0.59') meson_version : '>= 0.59'
)
i18n = import('i18n') i18n = import('i18n')
gnome = import('gnome') gnome = import('gnome')
base_id = 'org.gnome.Tour' base_id = 'ru.ximperlinux.Welcome'
dependency('glib-2.0', version: '>= 2.64') dependency('glib-2.0', version: '>= 2.64')
dependency('gio-2.0', version: '>= 2.56') dependency('gio-2.0', version: '>= 2.56')
...@@ -27,7 +28,7 @@ localedir = prefix / get_option('localedir') ...@@ -27,7 +28,7 @@ localedir = prefix / get_option('localedir')
datadir = prefix / get_option('datadir') datadir = prefix / get_option('datadir')
pkgdatadir = datadir / meson.project_name() pkgdatadir = datadir / meson.project_name()
iconsdir = datadir / 'icons' iconsdir = datadir / 'icons'
podir =meson.project_source_root () / 'po' podir = meson.project_source_root() / 'po'
gettext_package = meson.project_name() gettext_package = meson.project_name()
...@@ -46,19 +47,6 @@ endif ...@@ -46,19 +47,6 @@ endif
application_id = '@0@@1@'.format(base_id, profile) application_id = '@0@@1@'.format(base_id, profile)
meson.add_dist_script(
'build-aux/dist-vendor.sh',
meson.project_build_root() / 'meson-dist' / meson.project_name() + '-' + version,
meson.project_source_root()
)
if get_option('profile') == 'development'
# Setup pre-commit hook for ensuring coding style is always consistent
message('Setting up git pre-commit hook..')
run_command('cp', '-f', 'hooks/pre-commit.hook', '.git/hooks/pre-commit')
endif
subdir('data') subdir('data')
subdir('po') subdir('po')
subdir('src') subdir('src')
...@@ -67,4 +55,3 @@ gnome.post_install( ...@@ -67,4 +55,3 @@ gnome.post_install(
gtk_update_icon_cache: true, gtk_update_icon_cache: true,
update_desktop_database: true, update_desktop_database: true,
) )
...@@ -6,6 +6,5 @@ option ( ...@@ -6,6 +6,5 @@ option (
'development' 'development'
], ],
value: 'default', value: 'default',
description: 'The build profile for GNOME Tour. One of "default" or "development".' description: 'The build profile for Ximper Welcome. One of "default" or "development".'
) )
...@@ -64,7 +64,7 @@ glib::wrapper! { ...@@ -64,7 +64,7 @@ glib::wrapper! {
impl Application { impl Application {
pub fn run() -> glib::ExitCode { pub fn run() -> glib::ExitCode {
log::info!("GNOME Tour ({})", config::APP_ID); log::info!("Ximper Welcome ({})", config::APP_ID);
log::info!("Version: {} ({})", config::VERSION, config::PROFILE); log::info!("Version: {} ({})", config::VERSION, config::PROFILE);
log::info!("Datadir: {}", config::PKGDATADIR); log::info!("Datadir: {}", config::PKGDATADIR);
Self::default().run() Self::default().run()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment