Commit graph

29 commits

Author SHA1 Message Date
James Cowgill
8c19e80450 Replace the XPM desktop icon with an SVG
This PR installs an SVG icon to use as the main icon for dolphin in Linux
desktop environments (through the .desktop file) and removes the currently used
XPM icon. I've also added a 48x48 PNG for any desktops which don't support SVG
icons.

This has been the recommended way to ship application icons since forever
according to the Icon Theme Spec:
https://www.freedesktop.org/wiki/Specifications/icon-theme-spec/

This is also a prerequisite for dolphin appearing in the GNOME Software Centre
which does not support XPM icons.
2016-02-20 15:32:52 +00:00
Fiora
7d9c9ae177 Merge pull request #1750 from Buddybenj/license
Use Consistent Spelling of "License"
2015-02-20 00:22:22 -08:00
Benjamin Przybocki
4f324ad742 Clean Up 2015-01-24 17:10:21 -06:00
Benjamin Przybocki
8ccd03cf4f Use Consistent Spelling of "license" 2015-01-05 15:06:54 -06:00
Buddybenj
bd9d2e757c http -> https 2014-11-13 16:50:52 -06:00
KAMiKAZOW
c7321b8b7c Fix specfile for nogui executable
Support new nogui executable in specfile as dedicated sub-package.
2014-11-11 00:57:16 +01:00
KAMiKAZOW
b1d4259423 Update dolphin-emu.spec
BuildArch:  x86_64 armv7l aarch64
2014-10-03 04:42:00 +02:00
KAMiKAZOW
c026bf4af1 Update dolphin-emu.spec
Removed glew-devel
2014-10-02 04:27:39 +02:00
KAMiKAZOW
d620b915d4 Create dolphin-emu.spec
Cross-distribution spec file to build Linux packages.
Confirmed to work with Fedora, openSUSE, and even CentOS:
https://build.opensuse.org/package/show/home:KAMiKAZOW:Test/dolphin-emu

Mageia should work as well.
2014-10-01 20:10:42 +02:00
Augustin Cavalier
a15d9ed0b6 Migrate PNGs from DolphinWX to the Data/Sys/Resources directory.
* Aren't used by anything (yet) as DolphinWX compiles XPM versions into the build
 * Moved the .desktop file as well, adjusted INSTALL rule accordingly
2014-09-06 11:47:21 -04:00
Pierre Bourdon
184390d8d7 Fix the icon used for Dolphin on windows 2013-09-23 01:41:44 +00:00
Pierre Bourdon
0c3cb5066e New installer for 4.0 2013-09-22 16:00:57 +02:00
Pierre Bourdon
196953c50a Use the new Dolphin icon 2013-09-22 16:00:39 +02:00
degasus
ae46a2f102 also remove cg from windows install scripts 2013-02-27 11:06:04 +01:00
Shawn Hoffman
2309e36b28 Revert changes made for 3.0 release 2011-08-20 14:05:43 -07:00
NeoBrainX
35d1599724 Tag Dolphin 3.0
git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7615 8ced0084-cf51-0410-be5f-012b33b47a6e

3.0: Removed SVNRevGen stuff; changed revision string to 3.0; Removed installer since it was vastly outdated; Bumped CMake major version to 3

git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7616 8ced0084-cf51-0410-be5f-012b33b47a6e

3.0: Add the languages which were chosen to be release-worthy.
Uhm, unless I forgot something important, I guess we can declare 3.0 as officially released now and stuff. Cheers ;)

git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7617 8ced0084-cf51-0410-be5f-012b33b47a6e

3.0: Fix SCons build

git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7627 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-06-23 23:11:12 +00:00
Shawn Hoffman
4a0c8fc0c9 Hg:
enable newline normalization
get revision number via `hg svn info` for svnrev.h
ignore incremental/generated binary files (windows/VS at least)
leave a comment if some files need native eol set in svnprops

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5637 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-09 01:37:08 +00:00
Soren Jorvang
664cea45c7 Meta:
Using Unix tools to operate on a tree containing filename with spaces in them
is really annoying, so rename the handful of instances where there were spaces.

Host.cpp has never been used.

Games tend to lookup the following directories that we don't yet have anything
to put in, so prepopulate them in Data/User/Wii:

title/00010001
title/00010002
title/00010003
title/00010004
title/00010005
title/00010006
title/00010007
meta
shared2/title
 
Set eol-style native on a number of text files which didn't already have it.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5572 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-02 18:00:22 +00:00
hyperiris
619fee999a Setup: Due to the merge of IL, update install script.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4899 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-20 08:23:38 +00:00
hyperiris
99698baa27 Setup: fix license text.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4834 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-14 14:02:30 +00:00
hyperiris
82a35b651b Setup: more shortcut stuff
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4833 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-14 13:38:45 +00:00
hyperiris
09d2468ee8 Append Dolphin IL, and shortcuts
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4832 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-14 13:34:15 +00:00
hyperiris
57816683df Setup: Append missing files
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4831 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-14 13:14:45 +00:00
death2droid
2cca6f4a9d We no longer build Dolphins exe as DolphinWX which caused the installer compilation scripts to not compile properly :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3303 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-06-01 03:54:29 +00:00
Shawn Hoffman
f34155ca98 make the new icon look better
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2816 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-04-01 17:46:43 +00:00
Marcus Wanners
d8dfcf2a4b New logo by Nevada.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2813 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-04-01 00:57:46 +00:00
Shawn Hoffman
7ff3d76b0a Update nsis installer and some cleanup. Note: I'm not sure if the installer yet allows for mutliple revisions installed side-by-side, but that is the intention. Also, I need to figure out how to do subsections and some trickies in nsis.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1842 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-01-09 16:04:28 +00:00
Shawn Hoffman
ff0b8ac39f stripped dolphin.ini to just default values
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@478 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-09-08 05:03:59 +00:00
hrydgard
775dc8a9c0 Initial megacommit.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-07-12 17:40:22 +00:00