forked from pool/buzztrax
Accepting request 384525 from home:dimstar:Factory
- Ensure the icons in hicolor are the REAL files: fdupes links them the 'wrong way around' for xdg-app and appstream-builder. OBS-URL: https://build.opensuse.org/request/show/384525 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/buzztrax?expand=0&rev=23
This commit is contained in:
@@ -226,6 +226,10 @@ echo %{buildroot}
|
||||
%find_lang %{name}-%{version}
|
||||
mv %{buildroot}%{_datadir}/applications/buzztrax-edit.desktop %{buildroot}%{_datadir}/applications/buzztrax.desktop
|
||||
#%%find_gconf_schemas
|
||||
# ensure the icons in hicolor are the REAL files. fdupes links them the 'wrong way around' for xdg-app and appstream-builder
|
||||
for icon in 48x48/apps/buzztrax.png scalable/apps/buzztrax.svg; do
|
||||
ln -sf %{_datadir}/icons/hicolor/${icon} %{buildroot}%{_datadir}/icons/gnome/${icon}
|
||||
done
|
||||
%fdupes -s %{buildroot}
|
||||
printf 'libbuzztrax-ic%{ic_soname}\n
|
||||
libbuzztrax-core%{core_soname}\n
|
||||
|
Reference in New Issue
Block a user