Codebase list tilix / 51d0f8b
trivial: Move metainfo file Matthias Klumpp 3 years ago
3 changed file(s) with 85 addition(s) and 85 deletion(s). Raw diff Collapse all Expand all
+0
-83
data/appdata/com.gexperts.Tilix.appdata.xml.in less more
0 <?xml version="1.0" encoding="UTF-8"?>
1 <!-- Copyright 2016 Matthias Clasen -->
2 <component type="desktop-application">
3 <id>com.gexperts.Tilix</id>
4 <metadata_license>CC0-1.0</metadata_license>
5 <project_license>MPL-2.0</project_license>
6
7 <name>Tilix</name>
8 <summary>A tiling terminal for GNOME</summary>
9
10 <recommends>
11 <control>pointing</control>
12 <control>keyboard</control>
13 </recommends>
14
15 <description>
16 <p>
17 Tilix is a tiling terminal emulator.
18 </p>
19 <p>It lets you:</p>
20 <ul>
21 <li>Layout terminals in any fashion by splitting them horizontally or vertically</li>
22 <li>Terminals can be re-arranged using drag and drop both within and between windows</li>
23 <li>Terminals can be detached into a new window via drag and drop</li>
24 <li>Input can be synchronized between terminals so commands typed in one terminal are replicated to the others</li>
25 <li>The grouping of terminals can be saved and loaded from disk</li>
26 <li>Terminals support custom titles</li>
27 <li>Color schemes are stored in files and custom color schemes can be created by simply creating a new file</li>
28 <li>Transparent background</li>
29 <li>Supports notifications when processes are completed out of view</li>
30 </ul>
31 <p>
32 The application was written using GTK 3 and an effort was made to conform to
33 GNOME Human Interface Guidelines (HIG). As a result, it does use client-side-decorations, though it can be disabled if necessary.
34 </p>
35 <p>Tilix has been tested with GNOME and with Unity.</p>
36 </description>
37
38 <screenshots>
39 <screenshot type="default">
40 <image>https://gnunn1.github.io/tilix-web/assets/images/gallery/tilix-screenshot-1.png</image>
41 </screenshot>
42 <screenshot>
43 <image>https://gnunn1.github.io/tilix-web/assets/images/gallery/tilix-screenshot-2.png</image>
44 </screenshot>
45 <screenshot>
46 <image>https://gnunn1.github.io/tilix-web/assets/images/gallery/tilix-screenshot-3.png</image>
47 </screenshot>
48 </screenshots>
49
50 <releases>
51 <release version="1.9.1" date="2019-03-17">
52 <description>
53 <p>remove app menu for gnome 3.32, update icon, minor fixes</p>
54 </description>
55 </release>
56 <release version="1.8.9" date="2019-01-06">
57 <description>
58 <p>Small release to update localizations and update to GtkD 3.8.5 to fix library name in GtkD.</p>
59 </description>
60 </release>
61 <release version="1.8.7" date="2019-01-03">
62 <description>
63 <p>Some new features and bug fixes.</p>
64 </description>
65 <url>https://gnunn1.github.io/tilix-web/</url>
66 </release>
67 </releases>
68
69 <url type="homepage">https://gnunn1.github.io/tilix-web/</url>
70 <url type="help">https://gnunn1.github.io/tilix-web/manual/</url>
71 <url type="faq">https://gnunn1.github.io/tilix-web/faq</url>
72 <url type="bugtracker">https://github.com/gnunn1/tilix/issues</url>
73 <url type="translate">https://hosted.weblate.org/projects/tilix/translations/</url>
74
75 <translation type="gettext">tilix</translation>
76 <launchable type="desktop-id">com.gexperts.Tilix.desktop</launchable>
77 <developer_name>Gerald Nunn</developer_name>
78
79 <provides>
80 <binary>tilix</binary>
81 </provides>
82 </component>
3636 metainfo_file = i18n.merge_file(
3737 '@0@.appdata.xml'.format(project_id),
3838 output: '@BASENAME@',
39 input: 'appdata/@0@.appdata.xml.in'.format(project_id),
39 input: 'metainfo/@0@.appdata.xml.in'.format(project_id),
4040 po_dir: meson.source_root() / 'po',
4141 install: true,
4242 install_dir: datadir / 'metainfo'
4343 )
4444
45 # Validate AppData file
45 # Validate MetaInfo file
4646 appstreamcli = find_program('appstreamcli', required: false)
4747 if appstreamcli.found()
4848 test (
0 <?xml version="1.0" encoding="UTF-8"?>
1 <!-- Copyright 2016 Matthias Clasen -->
2 <component type="desktop-application">
3 <id>com.gexperts.Tilix</id>
4 <metadata_license>CC0-1.0</metadata_license>
5 <project_license>MPL-2.0</project_license>
6
7 <name>Tilix</name>
8 <summary>A tiling terminal for GNOME</summary>
9
10 <recommends>
11 <control>pointing</control>
12 <control>keyboard</control>
13 </recommends>
14
15 <description>
16 <p>
17 Tilix is a tiling terminal emulator.
18 </p>
19 <p>It lets you:</p>
20 <ul>
21 <li>Layout terminals in any fashion by splitting them horizontally or vertically</li>
22 <li>Terminals can be re-arranged using drag and drop both within and between windows</li>
23 <li>Terminals can be detached into a new window via drag and drop</li>
24 <li>Input can be synchronized between terminals so commands typed in one terminal are replicated to the others</li>
25 <li>The grouping of terminals can be saved and loaded from disk</li>
26 <li>Terminals support custom titles</li>
27 <li>Color schemes are stored in files and custom color schemes can be created by simply creating a new file</li>
28 <li>Transparent background</li>
29 <li>Supports notifications when processes are completed out of view</li>
30 </ul>
31 <p>
32 The application was written using GTK 3 and an effort was made to conform to
33 GNOME Human Interface Guidelines (HIG). As a result, it does use client-side-decorations, though it can be disabled if necessary.
34 </p>
35 <p>Tilix has been tested with GNOME and with Unity.</p>
36 </description>
37
38 <screenshots>
39 <screenshot type="default">
40 <image>https://gnunn1.github.io/tilix-web/assets/images/gallery/tilix-screenshot-1.png</image>
41 </screenshot>
42 <screenshot>
43 <image>https://gnunn1.github.io/tilix-web/assets/images/gallery/tilix-screenshot-2.png</image>
44 </screenshot>
45 <screenshot>
46 <image>https://gnunn1.github.io/tilix-web/assets/images/gallery/tilix-screenshot-3.png</image>
47 </screenshot>
48 </screenshots>
49
50 <releases>
51 <release version="1.9.1" date="2019-03-17">
52 <description>
53 <p>remove app menu for gnome 3.32, update icon, minor fixes</p>
54 </description>
55 </release>
56 <release version="1.8.9" date="2019-01-06">
57 <description>
58 <p>Small release to update localizations and update to GtkD 3.8.5 to fix library name in GtkD.</p>
59 </description>
60 </release>
61 <release version="1.8.7" date="2019-01-03">
62 <description>
63 <p>Some new features and bug fixes.</p>
64 </description>
65 <url>https://gnunn1.github.io/tilix-web/</url>
66 </release>
67 </releases>
68
69 <url type="homepage">https://gnunn1.github.io/tilix-web/</url>
70 <url type="help">https://gnunn1.github.io/tilix-web/manual/</url>
71 <url type="faq">https://gnunn1.github.io/tilix-web/faq</url>
72 <url type="bugtracker">https://github.com/gnunn1/tilix/issues</url>
73 <url type="translate">https://hosted.weblate.org/projects/tilix/translations/</url>
74
75 <translation type="gettext">tilix</translation>
76 <launchable type="desktop-id">com.gexperts.Tilix.desktop</launchable>
77 <developer_name>Gerald Nunn</developer_name>
78
79 <provides>
80 <binary>tilix</binary>
81 </provides>
82 </component>