pnemade pushed to iok (f22). "Add appdata file"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 11 07:22:51 UTC 2015


From 99d8e6e2fcfad5215a1d6162751668464fbc9ba2 Mon Sep 17 00:00:00 2001
From: Parag Nemade <pnemade at redhat.com>
Date: Mon, 11 May 2015 12:23:09 +0530
Subject: Add appdata file


diff --git a/iok.appdata.xml b/iok.appdata.xml
new file mode 100644
index 0000000..3ebe660
--- /dev/null
+++ b/iok.appdata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2015 Parag Nemade <pnemade AT redhat DOT com> -->
+<application>
+  <id type="desktop">iok.desktop</id>
+  <metadata_license>CC-BY-3.0</metadata_license>
+  <name>iok</name>
+  <summary>Indic Onscreen Virtual Keyboard</summary>
+  <description>
+    <p>
+	iok is Indic Onscreen Keyboard. It provides virtual Keyboard functionality.
+	It currently works with Inscript and xkb keymaps for Indian languages. iok
+	can even try to parse non-inscript keymaps and show them in iok.
+    </p>
+  </description>
+  <url type="homepage">http://iok.sourceforge.net</url>
+  <screenshots>
+    <screenshot type="default">https://git.fedorahosted.org/cgit/iok.git/plain/data/images/iok-gui.png</screenshot>
+  </screenshots>
+</application>
diff --git a/iok.spec b/iok.spec
index 3bd92b2..4b9839b 100644
--- a/iok.spec
+++ b/iok.spec
@@ -1,11 +1,12 @@
 Name:           iok
 Version:        2.1.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Indic Onscreen Virtual Keyboard
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://iok.sourceforge.net
 Source0:        https://fedorahosted.org/releases/i/o/iok/%{name}-%{version}.tar.gz
+Source1:        %{name}.appdata.xml
 BuildRequires:  desktop-file-utils libXtst-devel
 BuildRequires:  gtk3-devel gettext libxml2-devel
 BuildRequires:  intltool unique3-devel
@@ -26,6 +27,9 @@ make CFLAGS="%{optflags}" %{?_smp_mflags}
 %install
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 
+mkdir -p %{buildroot}%{_datadir}/appdata
+install -m 0644 -p %{SOURCE1} %{buildroot}%{_datadir}/appdata
+
 desktop-file-install \
     --delete-original \
     --copy-generic-name-to-name \
@@ -57,9 +61,12 @@ fi
 %{_datadir}/icons/hicolor/48x48/apps/iok.png
 %{_datadir}/icons/hicolor/scalable/apps/iok.svg
 %{_mandir}/man1/iok.1.gz
-
+%{_datadir}/appdata/iok.appdata.xml
 
 %changelog
+* Thu May 07 2015 Parag Nemade <pnemade AT redhat DOT com>- 2.1.3-7
+- Add appdata file
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.3-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/iok.git/commit/?h=f22&id=99d8e6e2fcfad5215a1d6162751668464fbc9ba2


More information about the scm-commits mailing list