Accepting request 384597 from multimedia:apps
1 OBS-URL: https://build.opensuse.org/request/show/384597 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buzztrax?expand=0&rev=3
This commit is contained in:
commit
53d932a9ee
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 13:25:16 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Ensure the icons in hicolor are the REAL files: fdupes links them
|
||||
the 'wrong way around' for xdg-app and appstream-builder.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 1 05:54:19 UTC 2016 - davejplater@gmail.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user