Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-welcome
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-welcome
Commits
86e8ba2c
Commit
86e8ba2c
authored
Feb 05, 2021
by
Bilal Elmoussaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re-display the app in grid
fixes #28
parent
70a5e131
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
68 additions
and
1 deletion
+68
-1
meson.build
data/meson.build
+26
-0
org.gnome.Tour.desktop.in.in
data/org.gnome.Tour.desktop.in.in
+0
-1
org.gnome.Tour.metainfo.xml.in.in
data/org.gnome.Tour.metainfo.xml.in.in
+41
-0
POTFILES.in
po/POTFILES.in
+1
-0
No files found.
data/meson.build
View file @
86e8ba2c
subdir('icons')
# Metainfo
metainfo_conf = configuration_data()
metainfo_conf.set('app-id', application_id)
metainfo_conf.set('gettext-package', gettext_package)
metainfo_file = i18n.merge_file (
input: configure_file(
input: '@0@.metainfo.xml.in.in'.format(base_id),
output: '@BASENAME@',
configuration: metainfo_conf
),
output: '@0@.metainfo.xml'.format(application_id),
po_dir: podir,
install: true,
install_dir: datadir / 'metainfo'
)
# Validate metainfo
if appstream_util.found()
test(
'validate-metainfo', appstream_util,
args: [
'validate', '--nonet', metainfo_file.full_path()
]
)
endif
# Desktop file
desktop_conf = configuration_data()
desktop_conf.set('icon', application_id)
...
...
data/org.gnome.Tour.desktop.in.in
View file @
86e8ba2c
...
...
@@ -10,4 +10,3 @@ Keywords=Gnome;GTK;
Icon=@icon@
StartupNotify=true
OnlyShowIn=GNOME;
NoDisplay=true
data/org.gnome.Tour.metainfo.xml.in.in
0 → 100644
View file @
86e8ba2c
<?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+
</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/master/data/resources/screenshots/screenshot1.png
</image>
<caption>
Main Window
</caption>
</screenshot>
</screenshots>
<url
type=
"homepage"
>
https://gitlab.gnome.org/GNOME/gnome-tour
</url>
<url
type=
"bugtracker"
>
https://gitlab.gnome.org/GNOME/gnome-tour/issues
</url>
<url
type=
"donation"
>
http://www.gnome.org/friends/
</url>
<content_rating
type=
"oars-1.0"
/>
<releases>
<release
version=
"3.38.0"
date=
"2020-09-15"
/>
<release
version=
"3.37.92"
date=
"2020-09-08"
type=
"developement"
/>
<release
version=
"3.37.91"
date=
"2020-08-21"
type=
"developement"
/>
<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>
The GNOME Project
</developer_name>
<update_contact>
bilal.elmoussaoui@gnome.org
</update_contact>
<translation
type=
"gettext"
>
@gettext-package@
</translation>
<launchable
type=
"desktop-id"
>
@app-id@.desktop
</launchable>
</component>
po/POTFILES.in
View file @
86e8ba2c
data/org.gnome.Tour.desktop.in.in
data/org.gnome.Tour.metainfo.xml.in.in
src/widgets/pages/welcome.rs
src/widgets/paginator.rs
src/widgets/window.rs
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment