Hello community,

here is the log from the commit of package equalx for openSUSE:Factory checked 
in at 2016-10-04 15:59:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/equalx (Old)
 and      /work/SRC/openSUSE:Factory/.equalx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "equalx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/equalx/equalx.changes    2015-08-19 
09:29:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.equalx.new/equalx.changes       2016-10-04 
15:59:15.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Oct  2 17:37:46 UTC 2016 - [email protected]
+
+- Add manually created appdata file and install it.
+
+-------------------------------------------------------------------

New:
----
  equalx.appdata.xml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ equalx.spec ++++++
--- /var/tmp/diff_new_pack.KiojOj/_old  2016-10-04 15:59:17.000000000 +0200
+++ /var/tmp/diff_new_pack.KiojOj/_new  2016-10-04 15:59:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package equalx
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 Group:          Productivity/Publishing/TeX/Frontends
 Url:            http://equalx.sourceforge.net/
 Source0:        
http://downloads.sourceforge.net/equalx/%{name}-%{version}.tar.gz
+Source1:        %{name}.appdata.xml
 # PATCH-FIX-OPENSUSE equalx-fix-desktop-file.patch [email protected] -- Fix 
icon tag in desktop file and categories for compatibility with openSUSE defined 
ones
 Patch0:         equalx-fix-desktop-file.patch
 BuildRequires:  desktop-file-utils
@@ -102,6 +103,9 @@
 # REMOVE UNUSED DESKTOP FILE
 rm %{buildroot}%{_datadir}/%{name}/resources/%{name}.desktop
 
+# INSTALL APPDATA
+install -Dm0644 %{S:1} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+
 %fdupes %{buildroot}%{_datadir}/%{name}
 
 %post
@@ -122,5 +126,7 @@
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %changelog

++++++ equalx.appdata.xml ++++++
<?xml version='1.0' encoding='UTF-8'?>
<component>
  <id>equalx.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <name>EqualX</name>
  <project_license>GPL-3.0+</project_license>
  <summary>Editor for writing and exporting TeX/LaTeX equations</summary>
  <url type="homepage">http://equalx.sourceforge.net/</url>
  <description>
    <p>EqualX is a helpful graphical interface to LaTeX programs.
It gives you the power and beauty for writing TeX/LaTeX equations
in a simple to use editor.</p>
    <p>Features included:</p>
    <ul>
      <li>Highlight find results in the Equation Preview</li>
      <li>3 modes for Refreshing the Preview</li>
      <li>Customise the export commands</li>
      <li>Professional and customisable window layout</li>
      <li>Equation font is computed according to desktop DPI</li>
      <li>Reshaping the Symbols toolbar and Templates toolbar</li>
    </ul>
  </description>
  <screenshots>
    <screenshot type="default">
      <image height="621" 
width="769">http://equalx.sourceforge.net/images/mainwindow.png</image>
      <caption>Main window</caption>
    </screenshot>
  </screenshots>
  <update_contact>q.quark_AT_gmail.com</update_contact>
</component>

Reply via email to