From 08988d467f87b4cceb2fccc812ee5790828a0e5af1ac69a0e1ac75dd49f6c49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 23 Oct 2015 10:56:29 +0000 Subject: [PATCH] - Add a 265x256 resolution app icon OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=18 --- mpv.changes | 5 +++++ mpv.png | 3 +++ mpv.spec | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 mpv.png diff --git a/mpv.changes b/mpv.changes index abbb66d..89ae2db 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 23 10:48:22 UTC 2015 - idonmez@suse.com + +- Add a 265x256 resolution app icon + ------------------------------------------------------------------- Wed Sep 23 07:11:12 UTC 2015 - idonmez@suse.com diff --git a/mpv.png b/mpv.png new file mode 100644 index 0000000..125b8d0 --- /dev/null +++ b/mpv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305faf3c5add387cc2041ca14244ca7ece975d081496cda6d2bb2f21938ee094 +size 280593 diff --git a/mpv.spec b/mpv.spec index bbb5566..d25ddbf 100644 --- a/mpv.spec +++ b/mpv.spec @@ -33,6 +33,7 @@ Source: http://github.com/mpv-player/%{name}/archive/v%{version}.tar.gz# # Can't use system one as it breaks quite often with updates Source1: http://ftp.waf.io/pub/release/waf-%{_waf_ver} Source2: %{name}.changes +Source3: %{name}.png BuildRequires: hicolor-icon-theme BuildRequires: ladspa-devel BuildRequires: libjpeg-devel @@ -189,6 +190,8 @@ export CCFLAGS="%{optflags}" %install ./waf --destdir=%{buildroot} install +install -D -m 0644 %{S:3} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png + %post %desktop_database_post %icon_theme_cache_post