Add an AppData file for the software center
This commit is contained in:
parent
e74c536f0d
commit
a1c0866439
43
xsane.spec
43
xsane.spec
@ -15,7 +15,7 @@
|
|||||||
Name: xsane
|
Name: xsane
|
||||||
Summary: X Window System front-end for the SANE scanner interface
|
Summary: X Window System front-end for the SANE scanner interface
|
||||||
Version: 0.999
|
Version: 0.999
|
||||||
Release: 17%{?dist}
|
Release: 18%{?dist}
|
||||||
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
||||||
Source1: xsane-256x256.png
|
Source1: xsane-256x256.png
|
||||||
# use "xdg-open" instead of "netscape" to launch help browser
|
# use "xdg-open" instead of "netscape" to launch help browser
|
||||||
@ -193,6 +193,42 @@ for res in 16 32 48 256; do
|
|||||||
install -m 0644 src/xsane-${res}x${res}.png "${tdir}/xsane.png"
|
install -m 0644 src/xsane-${res}x${res}.png "${tdir}/xsane.png"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Register as an application to be visible in the software center
|
||||||
|
#
|
||||||
|
# NOTE: It would be *awesome* if this file was maintained by the upstream
|
||||||
|
# project, translated and installed into the right place during `make install`.
|
||||||
|
#
|
||||||
|
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
|
||||||
|
#
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
|
||||||
|
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/%{name}.appdata.xml <<EOF
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Copyright 2014 Ryan Lerch <rlerch@redhat.com> -->
|
||||||
|
<!--
|
||||||
|
EmailAddress: Oliver.Rauch@xsane.org
|
||||||
|
SentUpstream: 2014-09-17
|
||||||
|
-->
|
||||||
|
<application>
|
||||||
|
<id type="desktop">xsane.desktop</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<summary>Scan images with a scanner</summary>
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
XSane is an application to scan images using a hardware scanner attached
|
||||||
|
to your computer.
|
||||||
|
It is able to save in a variety of image formats, including TIFF and JPEG
|
||||||
|
and can even save your scan as a PDF.
|
||||||
|
XSane also has support for scanning multiple pages and merging them into
|
||||||
|
a single document.
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
<url type="homepage">http://www.xsane.org/</url>
|
||||||
|
<screenshots>
|
||||||
|
<screenshot type="default">http://www.xsane.org/doc/xsane-save.jpg</screenshot>
|
||||||
|
</screenshots>
|
||||||
|
</application>
|
||||||
|
EOF
|
||||||
|
|
||||||
%find_lang %{name} XSANE.lang
|
%find_lang %{name} XSANE.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -222,8 +258,10 @@ fi
|
|||||||
%{_bindir}/xsane
|
%{_bindir}/xsane
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%if %{with desktop_vendor_tag}
|
%if %{with desktop_vendor_tag}
|
||||||
|
%{_datadir}/appdata/%{name}.appdata.xml
|
||||||
%{_datadir}/applications/fedora-xsane.desktop
|
%{_datadir}/applications/fedora-xsane.desktop
|
||||||
%else
|
%else
|
||||||
|
%{_datadir}/appdata/%{name}.appdata.xml
|
||||||
%{_datadir}/applications/xsane.desktop
|
%{_datadir}/applications/xsane.desktop
|
||||||
%endif
|
%endif
|
||||||
%{_datadir}/pixmaps/xsane.xpm
|
%{_datadir}/pixmaps/xsane.xpm
|
||||||
@ -240,6 +278,9 @@ fi
|
|||||||
%{_datadir}/sane/xsane
|
%{_datadir}/sane/xsane
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 0.999-18
|
||||||
|
- Add an AppData file for the software center
|
||||||
|
|
||||||
* Mon Dec 08 2014 David King <amigadave@amigadave.com> - 0.999-17
|
* Mon Dec 08 2014 David King <amigadave@amigadave.com> - 0.999-17
|
||||||
- Depend on hicolor-icon-theme for icon directories (#1171826)
|
- Depend on hicolor-icon-theme for icon directories (#1171826)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user