Blob Blame History Raw
From 5a780cdcf1b05d4207e9afcb7a3d8ff74d2083a6 Mon Sep 17 00:00:00 2001
From: Matthias Klumpp <matthias@tenstral.net>
Date: Sat, 8 Nov 2014 19:04:11 +0100
Subject: [PATCH 33/56] Add AppStream metadata

---
 data/CMakeLists.txt      |  1 +
 data/yakuake.appdata.xml | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 data/yakuake.appdata.xml

diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index c70f83b..65efcd0 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -3,6 +3,7 @@ add_subdirectory( skins )
 add_subdirectory( updaters )
 
 install(PROGRAMS yakuake.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
+install(FILES yakuake.appdata.xml DESTINATION share/appdata)
 
 macro_ensure_version("4.7.1" ${KDE_VERSION} HAVEKDE4_7_1)
 
diff --git a/data/yakuake.appdata.xml b/data/yakuake.appdata.xml
new file mode 100644
index 0000000..cfca4b6
--- /dev/null
+++ b/data/yakuake.appdata.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" ?>
+<component type="desktop">
+  <id>yakuake.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0+</project_license>
+  <name>Yakuake</name>
+  <summary>Drop-down Terminal</summary>
+  <description>
+    <p>
+      Yakuake is a drop-down terminal emulator based on KDE Konsole technology.
+    </p>
+    <p>Features:</p>
+    <ul>
+      <li>Smoothly rolls down from the top of your screen</li>
+      <li>Tabbed interface</li>
+      <li>Configurable dimensions and animation speed</li>
+      <li>Skinnable</li>
+      <li>Sophisticated D-Bus interface</li>
+    </ul>
+  </description>
+  <url type="homepage">http://yakuake.kde.org/</url>
+  <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=yakuake</url>
+  <screenshots>
+    <screenshot type="default">
+      <image>http://kde.org/images/screenshots/yakuake.png</image>
+    </screenshot>
+  </screenshots>
+  <project_group>KDE</project_group>
+  <provides>
+    <binary>yakuake</binary>
+  </provides>
+</component>
-- 
1.9.3