[Xfce4-commits] [apps/ristretto] 01/02: Add AppData file (Bug #11296)

noreply at xfce.org noreply at xfce.org
Sun Jan 25 09:17:13 CET 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository apps/ristretto.

commit 4282087f193ccf457489e49ea6b5f3e9d626870c
Author: poma <pomidorabelisima at gmail.com>
Date:   Sun Jan 25 10:50:46 2015 +0300

    Add AppData file (Bug #11296)
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
 ristretto.appdata.xml.in |   83 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 83 insertions(+)

diff --git a/ristretto.appdata.xml.in b/ristretto.appdata.xml.in
new file mode 100644
index 0000000..0ff8b22
--- /dev/null
+++ b/ristretto.appdata.xml.in
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Stephan Arts <stephan at xfce.org> -->
+<component type="desktop">
+  <id>ristretto.desktop</id>
+  <metadata_license>CC-BY-3.0</metadata_license>
+  <project_license>GPL-2.0+</project_license>
+  <name>Ristretto</name>
+  <summary>Fast and lightweight image viewer</summary>
+
+  <description>
+    <_p>Ristretto is an image viewer for the Xfce desktop environment.
+    </_p>
+    <_p>The Ristretto Image Viewer is an application that can be used to view
+       and scroll through images, run a slideshow of images, open images with
+       other applications like an image-editor or configure an image as the 
+       desktop wallpaper. 
+    </_p>
+  </description>
+
+  <screenshots>
+    <screenshot type="default">
+      <image>http://goodies.xfce.org/_media/projects/applications/ristretto-screenshot.png</image>
+ <!-- <image>http://docs.xfce.org/_media/apps/ristretto/view-images.png</image> -->
+    </screenshot>
+    <screenshot>
+      <caption>Ristretto - Set as Wallpaper</caption>
+      <image>http://goodies.xfce.org/_media/projects/applications/ristretto-screenshot-2.png</image>
+ <!-- <image>http://docs.xfce.org/_media/apps/ristretto/set-wallpaper.png</image> -->
+    </screenshot>
+  </screenshots>
+
+  <url type="homepage">http://goodies.xfce.org/projects/applications/ristretto</url>
+  <url type="bugtracker">https://bugzilla.xfce.org/describecomponents.cgi?product=Ristretto</url>
+  <url type="help">http://docs.xfce.org/apps/ristretto/start</url>
+
+  <updatecontact>xfce4-dev at xfce.org</updatecontact>
+
+  <project_group>XFCE</project_group>
+
+  <provides>
+    <binary>ristretto</binary>
+  </provides>
+
+  <releases>
+    <release version="0.6.3" timestamp="1344206922">
+      <description>
+        <_p>This version comes with the improvements such as thumbnail usage as appicon
+           and update to the first image in the image-list when receiving a ready-signal,
+           required to show the thumbnail once it's generated.
+        </_p>
+      </description>
+    </release>
+
+    <release version="0.6.2" timestamp="1343602164">
+      <description>
+        <_p>This release contains lots of translation-updates,
+           and a crash when configuring the 'limit-quality' property.
+           <!-- https://mail.xfce.org/pipermail/xfce-announce/2012-July/000209.html
+           I guess there must be written:
+           and *resolves* a crash when configuring the 'limit-quality' property.
+           -->
+        </_p>
+      </description>
+    </release>
+
+    <release version="0.6.0" timestamp="1335662454">
+      <description>
+        <_p>This version comes with several changes such as online documentation on
+           http://docs.xfce.org, the option to limit the maximum image-quality to
+           the screen dimensions to improve memory-usage and performance - now ristretto
+           renders at full quality with this option disabled, only one toolbar - instead 
+           of two, a quick-launch button on the toolbar to execute an editor, the option
+           to pick a default-editor per mime-type, an optional clock that shows up when
+           ristretto is fullscreen, Ristretto now shows a 'Loading..' message in the 
+           statusbar to indicate when it is busy and progressive loading of directories to
+           prevent lockup of the UI.
+           This version is designed to work with version 4.10 of Xfce.
+        </_p>
+      </description>
+    </release>
+  </releases>
+
+</component>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list