[dolphin-emu] 06/12: Use alternate debugger icons
James Cowgill
jcowgill-guest at moszumanska.debian.org
Fri Jan 8 23:29:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
jcowgill-guest pushed a commit to branch master
in repository dolphin-emu.
commit 528dd63abb0b34c9274390e41b3d17a5fdc393df
Author: James Cowgill <james410 at cowgill.org.uk>
Date: Fri Jan 8 21:53:28 2016 +0000
Use alternate debugger icons
The debugger icons used by upstream Dolphin come from the Boomy icon theme
which is non-free (no commercial use allowed), so replace the icons with free
alternatives taken from MonoDevelop. IMHO these icons are better anyway.
---
debian/copyright | 6 ++++++
debian/dolphin-emu-data.install | 1 +
debian/source/include-binaries | 11 +++++++++--
debian/toolbar-icons/toolbar_add_breakpoint.png | Bin 0 -> 1831 bytes
debian/toolbar-icons/toolbar_add_memorycheck.png | Bin 0 -> 1273 bytes
debian/toolbar-icons/toolbar_debugger_delete.png | Bin 0 -> 1472 bytes
debian/toolbar-icons/toolbar_debugger_goto_pc.png | Bin 0 -> 937 bytes
debian/toolbar-icons/toolbar_debugger_set_pc.png | Bin 0 -> 1069 bytes
debian/toolbar-icons/toolbar_debugger_skip.png | Bin 0 -> 546 bytes
debian/toolbar-icons/toolbar_debugger_step.png | Bin 0 -> 765 bytes
debian/toolbar-icons/toolbar_debugger_step_out.png | Bin 0 -> 758 bytes
debian/toolbar-icons/toolbar_debugger_step_over.png | Bin 0 -> 1207 bytes
12 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index aaebced..e540c4e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,6 +3,7 @@ Source: http://dolphin-emu.org/
Upstream-Name: Dolphin Emulator
Upstream-Contact: http://forums.dolphin-emu.org/
Files-Excluded:
+ Data/Sys/Resources/toolbar_*
Data/Sys/Themes/Boomy
Externals/LZO
Externals/OpenAL
@@ -273,6 +274,11 @@ Copyright:
2010-2013, Glenn Rice <glennricster at gmail.com>
License: GPL-2+
+Files: debian/toolbar-icons/*
+Copyright: The Mono Project
+License: LGPL-2.1+
+Comment: Icons originally from MonoDevelop
+
Files:
debian/missing-sources/codehandler.s
Data/Sys/codehandler.bin
diff --git a/debian/dolphin-emu-data.install b/debian/dolphin-emu-data.install
index b0d166e..f4aa272 100644
--- a/debian/dolphin-emu-data.install
+++ b/debian/dolphin-emu-data.install
@@ -1,2 +1,3 @@
usr/share/games/dolphin-emu
usr/share/locale
+debian/toolbar-icons/* usr/share/games/dolphin-emu/sys/Resources
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
index e88f8ef..122b6aa 100644
--- a/debian/source/include-binaries
+++ b/debian/source/include-binaries
@@ -1,2 +1,9 @@
-debian/gc-fonts/font_ansi.bin
-debian/gc-fonts/font_sjis.bin
+debian/toolbar-icons/toolbar_add_breakpoint.png
+debian/toolbar-icons/toolbar_add_memorycheck.png
+debian/toolbar-icons/toolbar_debugger_delete.png
+debian/toolbar-icons/toolbar_debugger_goto_pc.png
+debian/toolbar-icons/toolbar_debugger_set_pc.png
+debian/toolbar-icons/toolbar_debugger_skip.png
+debian/toolbar-icons/toolbar_debugger_step.png
+debian/toolbar-icons/toolbar_debugger_step_out.png
+debian/toolbar-icons/toolbar_debugger_step_over.png
diff --git a/debian/toolbar-icons/toolbar_add_breakpoint.png b/debian/toolbar-icons/toolbar_add_breakpoint.png
new file mode 100644
index 0000000..43e03c6
Binary files /dev/null and b/debian/toolbar-icons/toolbar_add_breakpoint.png differ
diff --git a/debian/toolbar-icons/toolbar_add_memorycheck.png b/debian/toolbar-icons/toolbar_add_memorycheck.png
new file mode 100644
index 0000000..e514309
Binary files /dev/null and b/debian/toolbar-icons/toolbar_add_memorycheck.png differ
diff --git a/debian/toolbar-icons/toolbar_debugger_delete.png b/debian/toolbar-icons/toolbar_debugger_delete.png
new file mode 100644
index 0000000..ab0f756
Binary files /dev/null and b/debian/toolbar-icons/toolbar_debugger_delete.png differ
diff --git a/debian/toolbar-icons/toolbar_debugger_goto_pc.png b/debian/toolbar-icons/toolbar_debugger_goto_pc.png
new file mode 100644
index 0000000..ddbd63b
Binary files /dev/null and b/debian/toolbar-icons/toolbar_debugger_goto_pc.png differ
diff --git a/debian/toolbar-icons/toolbar_debugger_set_pc.png b/debian/toolbar-icons/toolbar_debugger_set_pc.png
new file mode 100644
index 0000000..ebea7e9
Binary files /dev/null and b/debian/toolbar-icons/toolbar_debugger_set_pc.png differ
diff --git a/debian/toolbar-icons/toolbar_debugger_skip.png b/debian/toolbar-icons/toolbar_debugger_skip.png
new file mode 100644
index 0000000..b7e6cdf
Binary files /dev/null and b/debian/toolbar-icons/toolbar_debugger_skip.png differ
diff --git a/debian/toolbar-icons/toolbar_debugger_step.png b/debian/toolbar-icons/toolbar_debugger_step.png
new file mode 100644
index 0000000..3714e42
Binary files /dev/null and b/debian/toolbar-icons/toolbar_debugger_step.png differ
diff --git a/debian/toolbar-icons/toolbar_debugger_step_out.png b/debian/toolbar-icons/toolbar_debugger_step_out.png
new file mode 100644
index 0000000..5e14421
Binary files /dev/null and b/debian/toolbar-icons/toolbar_debugger_step_out.png differ
diff --git a/debian/toolbar-icons/toolbar_debugger_step_over.png b/debian/toolbar-icons/toolbar_debugger_step_over.png
new file mode 100644
index 0000000..8d6b321
Binary files /dev/null and b/debian/toolbar-icons/toolbar_debugger_step_over.png differ
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dolphin-emu.git
More information about the Pkg-games-commits
mailing list