Accepting request 432627 from Publishing
1 OBS-URL: https://build.opensuse.org/request/show/432627 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/equalx?expand=0&rev=11
This commit is contained in:
commit
f5346beb80
30
equalx.appdata.xml
Normal file
30
equalx.appdata.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<?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>
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 2 17:37:46 UTC 2016 - badshah400@gmail.com
|
||||
|
||||
- Add manually created appdata file and install it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 14:40:12 UTC 2015 - badshah400@gmail.com
|
||||
|
||||
|
@ -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 @@ License: GPL-3.0+
|
||||
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 badshah400@gmail.com -- 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 @@ desktop-file-install resources/%{name}.desktop
|
||||
# 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 @@ rm %{buildroot}%{_datadir}/%{name}/resources/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/%{name}/
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/%{name}.appdata.xml
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user