[gthumb] added AppData file for GNOME Software Center
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] added AppData file for GNOME Software Center
- Date: Sun, 2 Mar 2014 12:16:00 +0000 (UTC)
commit b44e40187d2ad0a65ab0e4f8b9624f40ed992576
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Mar 2 13:11:17 2014 +0100
added AppData file for GNOME Software Center
https://bugzilla.gnome.org/show_bug.cgi?id=722770
configure.ac | 1 +
data/Makefile.am | 2 +-
data/appdata/Makefile.am | 8 ++++++
data/appdata/gthumb.appdata.xml.in | 43 ++++++++++++++++++++++++++++++++++++
data/appdata/ss-browser.png | Bin 0 -> 329153 bytes
data/appdata/ss-viewer.png | Bin 0 -> 426593 bytes
po/POTFILES.in | 1 +
7 files changed, 54 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 28dffbc..b54565b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -586,6 +586,7 @@ dnl ===========================================================================
AC_CONFIG_FILES([
Makefile
data/Makefile
+data/appdata/Makefile
data/gthumb.desktop.in
data/gthumb-${GTHUMB_API_VERSION}.pc:data/gthumb.pc.in
data/gthumb-import.desktop.in
diff --git a/data/Makefile.am b/data/Makefile.am
index 1bc5747..990abc1 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = icons ui
+SUBDIRS = appdata icons ui
desktopdir = $(datadir)/applications
desktop_in_in_files = gthumb.desktop.in.in gthumb-import.desktop.in.in
diff --git a/data/appdata/Makefile.am b/data/appdata/Makefile.am
new file mode 100644
index 0000000..bf2a143
--- /dev/null
+++ b/data/appdata/Makefile.am
@@ -0,0 +1,8 @@
+ INTLTOOL_XML_RULE@
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = gthumb.appdata.xml.in
+EXTRA_DIST = $(appdata_in_files)
+CLEANFILES = $(appdata_DATA)
+
+-include $(top_srcdir)/git.mk
\ No newline at end of file
diff --git a/data/appdata/gthumb.appdata.xml.in b/data/appdata/gthumb.appdata.xml.in
new file mode 100644
index 0000000..126fb1e
--- /dev/null
+++ b/data/appdata/gthumb.appdata.xml.in
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Paolo Bacchilega <paobac src gnome org> -->
+<application>
+ <id type="desktop">gthumb.desktop</id>
+ <licence>CC0</licence>
+ <description>
+ <_p>
+ gThumb is an image viewer, editor, browser and organizer. It is designed
+ to be well integrated with the GNOME 3 desktop.
+ </_p>
+ <_p>
+ As an image viewer gThumb allows to view common image file formats
+ such as BMP, JPEG, GIF (including the animations), PNG, TIFF, TGA and
+ RAW images.
+ It is also possible to view various metadata types embedded inside an
+ image such as EXIF, IPTC and XMP.
+ </_p>
+ <_p>
+ As an image editor gThumb allows to scale, rotate and crop the images;
+ change the saturation, lightness, contrast as well as other color
+ trasformations.
+ </_p>
+ <_p>
+ As an image browser gThumb shows the thumbnails of the images saved on
+ your disk, allows to perform the common operations of a file manager such
+ as copy, move and delete files and folders.
+ Furthermore there is a series of image specific tools such as JPEG
+ lossless transformations; image resize; format conversion; slideshow;
+ setting an image as desktop background and several others.
+ </_p>
+ <_p>
+ As an image organizer gThumb allows to add comments and other metadata to
+ images; organize images in catalogs and catalogs in libraries; search
+ for images and save the result as a catalog.
+ </_p>
+ </description>
+ <screenshots>
+ <screenshot
type="default">https://git.gnome.org/browse/gthumb/plain/data/appdata/ss-browser.png</screenshot>
+ <screenshot>https://git.gnome.org/browse/gthumb/plain/data/appdata/ss-viewer.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Apps/gthumb</url>
+ <updatecontact>paobac_at_src.gnome.org</updatecontact>
+</application>
diff --git a/data/appdata/ss-browser.png b/data/appdata/ss-browser.png
new file mode 100644
index 0000000..816a880
Binary files /dev/null and b/data/appdata/ss-browser.png differ
diff --git a/data/appdata/ss-viewer.png b/data/appdata/ss-viewer.png
new file mode 100644
index 0000000..2ad408e
Binary files /dev/null and b/data/appdata/ss-viewer.png differ
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3cc39d4..74bc45c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,6 +4,7 @@
# update the content run the following command:
# sh update-potfiles.sh > POTFILES.in
[encoding: UTF-8]
+data/appdata/gthumb.appdata.xml.in
data/gthumb.desktop.in.in
data/gthumb-import.desktop.in.in
data/org.gnome.gthumb.change-date.gschema.xml.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]