Ship HiDPI icons
This commit is contained in:
parent
95e4e583df
commit
bc74239159
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
/fedora-21-icons.tar.gz
|
/fedora-21-icons.tar.gz
|
||||||
/fedora-21.xml.gz
|
/fedora-21.xml.gz
|
||||||
|
/fedora-22-icons.tar.gz
|
||||||
|
/fedora-22.xml.gz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Summary: Fedora AppStream metadata
|
Summary: Fedora AppStream metadata
|
||||||
Name: appstream-data
|
Name: appstream-data
|
||||||
Version: 22
|
Version: 22
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: CC0 and CC-BY and CC-BY-SA and GFDL
|
License: CC0 and CC-BY and CC-BY-SA and GFDL
|
||||||
URL: https://github.com/hughsie/createrepo_as
|
URL: https://github.com/hughsie/createrepo_as
|
||||||
Source1: http://people.freedesktop.org/~hughsient/temp/fedora-%{version}.xml.gz
|
Source1: https://alt.fedoraproject.org/pub/alt/screenshots/f22/fedora-%{version}.xml.gz
|
||||||
Source2: http://people.freedesktop.org/~hughsient/temp/fedora-%{version}-icons.tar.gz
|
Source2: https://alt.fedoraproject.org/pub/alt/screenshots/f22/fedora-%{version}-icons.tar.gz
|
||||||
|
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
|
|
||||||
@ -21,13 +21,18 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE1} %{SOURCE2}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%attr(0644,root,root) %{_datadir}/app-info/xmls/*
|
%attr(0644,root,root) %{_datadir}/app-info/xmls/*
|
||||||
%{_datadir}/app-info/icons/fedora-%{version}/*.png
|
%{_datadir}/app-info/icons/fedora-%{version}/*/*.png
|
||||||
%dir %{_datadir}/app-info
|
%dir %{_datadir}/app-info
|
||||||
%dir %{_datadir}/app-info/icons
|
%dir %{_datadir}/app-info/icons
|
||||||
%dir %{_datadir}/app-info/icons/fedora-%{version}
|
%dir %{_datadir}/app-info/icons/fedora-%{version}
|
||||||
|
%dir %{_datadir}/app-info/icons/fedora-%{version}/64x64
|
||||||
|
%dir %{_datadir}/app-info/icons/fedora-%{version}/128x128
|
||||||
%dir %{_datadir}/app-info/xmls
|
%dir %{_datadir}/app-info/xmls
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 29 2014 Richard Hughes <richard@hughsie.com> 22-2
|
||||||
|
- Ship HiDPI icons
|
||||||
|
|
||||||
* Thu Jul 17 2014 Richard Hughes <richard@hughsie.com> 22-1
|
* Thu Jul 17 2014 Richard Hughes <richard@hughsie.com> 22-1
|
||||||
- New metadata version number, data unchanged.
|
- New metadata version number, data unchanged.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user