[gnome-commander/gcmd-1-4] Added appdata file
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-4] Added appdata file
- Date: Sun, 8 Jun 2014 11:28:42 +0000 (UTC)
commit bdfe92df0d3dce5f4540068a3ebedf1c3b18eaa1
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sun Jun 8 13:27:21 2014 +0200
Added appdata file
configure.ac | 1 +
data/Makefile.am | 9 +++++++--
data/gnome-commander.appdata.xml.in | 30 ++++++++++++++++++++++++++++++
3 files changed, 38 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f374cc3..4b85bc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -400,6 +400,7 @@ Makefile
data/gnome-commander.ebuild
data/gnome-commander.spec
data/gnome-commander.desktop.in
+data/gnome-commander.appdata.xml
data/Makefile
doc/Makefile
libgcmd/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index fac13f2..be34347 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -4,8 +4,13 @@
desktopdir = $(datadir)/applications
desktop_in_files = @PACKAGE desktop in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+
@INTLTOOL_DESKTOP_RULE@
+appdatadir = $(datadir)/appdata
+appdata_in_files = @PACKAGE appdata xml in
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+
#BUILT_SOURCES = @PACKAGE -@VERSION ebuild
ebuild_files = @PACKAGE ebuild
@@ -14,8 +19,8 @@ ebuild_DATA_NOINST = @PACKAGE -@VERSION ebuild
@PACKAGE -@VERSION ebuild: $(ebuild_files)
ln -sf @PACKAGE ebuild @PACKAGE -@VERSION ebuild
-EXTRA_DIST = $(desktop_in_files) @PACKAGE spec $(ebuild_files) $(ebuild_DATA_NOINST)
+EXTRA_DIST = $(appdata_in_files) $(desktop_in_files) @PACKAGE spec $(ebuild_files) $(ebuild_DATA_NOINST)
-DISTCLEANFILES = $(desktop_DATA)
+DISTCLEANFILES = $(appdata_DATA) $(desktop_DATA)
-include $(top_srcdir)/git.mk
diff --git a/data/gnome-commander.appdata.xml.in b/data/gnome-commander.appdata.xml.in
new file mode 100644
index 0000000..a7957e9
--- /dev/null
+++ b/data/gnome-commander.appdata.xml.in
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Uwe Scholz <u scholz83 gmx de> -->
+<application>
+ <id type="desktop">gnome-commander.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>Gnome Commander</name>
+ <summary>Two-pane file manager</summary>
+ <description>
+ <p>
+ GNOME Commander is a "two-pane" graphical file manager for the GNOME
+ desktop environment. It features separate tabs for each pane,
+ setting up custom device buttons, bookmark manager, fully integrated
+ commandline, file quick search, an internal image viewer, a powerful
+ batch renaming tool, and FTP and Samba access.
+ </p>
+ <p>
+ GNOME Commander aims to advanced users who like to focus on precise
+ file management, working in parallel through special applications,
+ and running smart commands.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="1280"
height="720">https://gcmd.github.io/ss/MainWin-Classic.png</screenshot>
+ <screenshot width="950" height="540">http://gcmd.github.io/ss/adv_ren.png</screenshot>
+ </screenshots>
+ <url type="homepage">http://gcmd.github.io/index.html</url>
+ <updatecontact>gcmd-devel nongnu org</updatecontact>
+ <project_group>GNOME</project_group>
+</application>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]