whoops, need basic 64x64 icon too.

This commit is contained in:
GloriousEggroll 2025-04-13 20:32:41 -06:00
parent 972865615d
commit 35fa9a68d9
3 changed files with 9 additions and 6 deletions

View file

@ -5,7 +5,7 @@ License: BSD 2-Clause
Summary: Desktop environment agnostic Flathub software center.
URL: https://github.com/gloriouseggroll/flatpost
Source0: %{URL}/releases/download/1.0/flatpost.tar.gz
Source0: %{URL}/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@ -36,7 +36,7 @@ Desktop environment agnostic Flathub software center. Allows for browsing,
installation, removal, updating, and permission management of flatpak packages and repositories.
%prep
%autosetup -p1 -n flatpost
%autosetup -p1 -n flatpost-%{version}
%build
make all DESTDIR=%{buildroot}
@ -61,6 +61,7 @@ update-mime-database /usr/share/mime
%{_datadir}/applications/com.flatpost.flatpostapp.desktop
%{_datadir}/flatpost/collections_data.json
%{_datadir}/icons/hicolor/1024x1024/apps/com.flatpost.flatpostapp.png
%{_datadir}/icons/hicolor/64x64/apps/com.flatpost.flatpostapp.png
%license %{_datadir}/licenses/flatpost/LICENSE
%clean