Skip to content

Commit

Permalink
Merge pull request #393 from ximion/master
Browse files Browse the repository at this point in the history
Improve metainfo file
  • Loading branch information
gnunn1 authored Jul 13, 2016
2 parents 0bbc674 + acd08b7 commit d4ab9f3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/appdata/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appdatadir = $(datadir)/appdata/
appdatadir = $(datadir)/metainfo/
appdata_DATA = com.gexperts.Terminix.appdata.xml
$(appdata_DATA): $(srcdir)/$(appdata_DATA).in $(top_srcdir)/po/*.po
$(MSGFMT) --xml -d $(top_srcdir)/po --template=$< -o $@
Expand Down
18 changes: 14 additions & 4 deletions data/appdata/com.gexperts.Terminix.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016 Matthias Clasen -->
<component type="desktop">
<id type="desktop">com.gexperts.Terminix.desktop</id>
<id>com.gexperts.Terminix.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MPL-2.0</project_license>

<name>Terminix</name>
<summary>A tiling terminal for GNOME</summary>

<description>
<p>
Terminix is a tiling terminal emulator.
Terminix is a tiling terminal emulator.
</p>
<p>It lets you:</p>
<ul>
Expand All @@ -23,15 +25,23 @@
<li>Supports notifications when processes are completed out of view</li>
</ul>
<p>
The application was written using GTK 3 and an effort was made to conform to
GNOME Human Interface Guidelines (HIG). As a result, it does use client-side-decorations, though it can be disabled if necessary.
The application was written using GTK 3 and an effort was made to conform to
GNOME Human Interface Guidelines (HIG). As a result, it does use client-side-decorations, though it can be disabled if necessary.
</p>
<p>Terminix has been tested with GNOME and with Unity.</p>
</description>

<screenshots>
​ <screenshot type="default">
​ <image>http://www.gexperts.com/img/terminix/terminix2.png</image>
​ </screenshot>
​ </screenshots>

<kudos>
<kudo>AppMenu</kudo>
<kudo>ModernToolkit</kudo>
</kudos>

<url type="homepage">https://github.com/gnunn1/terminix/</url>
<project_group>GNOME</project_group>
<translation type="gettext">terminix</translation>
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ cp -r data/icons/hicolor/. ${PREFIX}/share/icons/hicolor
mkdir -p ${PREFIX}/bin
cp terminix ${PREFIX}/bin/terminix
mkdir -p ${PREFIX}/share/applications
mkdir -p ${PREFIX}/share/appdata
mkdir -p ${PREFIX}/share/metainfo
cp data/pkg/desktop/com.gexperts.Terminix.desktop ${PREFIX}/share/applications
cp data/appdata/com.gexperts.Terminix.appdata.xml ${PREFIX}/share/appdata
cp data/appdata/com.gexperts.Terminix.appdata.xml ${PREFIX}/share/metainfo

desktop-file-validate ${PREFIX}/share/applications/com.gexperts.Terminix.desktop

Expand Down

0 comments on commit d4ab9f3

Please sign in to comment.