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:
parent
1f8229e4c8
commit
d1c0855a4c
@ -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…
x
Reference in New Issue
Block a user