Accepting request 79742 from home:badshah400:branches:GNOME:Factory
Provide 256x256 icon for freecell as well (fixes bnc#713902 temporarily) OBS-URL: https://build.opensuse.org/request/show/79742 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/aisleriot?expand=0&rev=6
This commit is contained in:
parent
0d3d06d663
commit
b58d8392c8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 21:57:56 UTC 2011 - badshah400@gmail.com
|
||||
|
||||
- Added icon of size 256x256 for freecell (bnc#713902)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 04:16:45 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -24,7 +24,10 @@ License: GPLv3+
|
||||
Summary: Solitaire Card Games for GNOME
|
||||
Url: http://www.gnome.org
|
||||
Group: Amusements/Games/Board/Card
|
||||
Source: http://download.gnome.org/sources/aisleriot/3.1/%{name}-%{version}.tar.bz2
|
||||
Source0: http://download.gnome.org/sources/aisleriot/3.1/%{name}-%{version}.tar.bz2
|
||||
# We add the 256x256 png icon for freecell from gnome-games version 2.91.3
|
||||
# tarball manually until upstream solves bgo#657280
|
||||
Source1: gnome-freecell.png
|
||||
# PATCH-FIX-UPSTREAM aisleriot-theme-install.patch bgo#648601 vuntz@opensuse.org -- Let aisleriot know that extra themes are in aisleriot-themes
|
||||
Patch0: aisleriot-theme-install.patch
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
@ -79,6 +82,11 @@ This package provides extra themes for Aisleriot.
|
||||
%make_install
|
||||
%suse_update_desktop_file -N "FreeCell" -G "Solitaire" freecell
|
||||
%suse_update_desktop_file -N "AisleRiot" -G "Solitaire" sol
|
||||
if [ -f %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/gnome-freecell.png ];
|
||||
then echo "Destination already exists. Perhaps fixed upstream? Please remove hack.";
|
||||
/bin/false;
|
||||
fi
|
||||
cp %{S:1} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%find_gconf_schemas
|
||||
|
||||
|
3
gnome-freecell.png
Normal file
3
gnome-freecell.png
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd2e4c439a356f1f7458f9f74f54c49ec0c6b8a0c67cdc9e9dc0a3b82c7f146c
|
||||
size 26675
|
Loading…
x
Reference in New Issue
Block a user