[med-svn] [mauve-aligner] 02/02: Add alternative icons obtained from gnome-icon-theme

Andreas Tille tille at debian.org
Thu Jul 16 14:31:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository mauve-aligner.

commit 2d626545bf817e923027a49924b16ddfaadbc2bd
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 16 16:30:47 2015 +0200

    Add alternative icons obtained from gnome-icon-theme
---
 debian/images/Back16.gif                                 | Bin 0 -> 325 bytes
 debian/images/Down16.gif                                 | Bin 0 -> 332 bytes
 debian/images/Forward16.gif                              | Bin 0 -> 322 bytes
 debian/images/Home16.gif                                 | Bin 0 -> 582 bytes
 debian/images/Up16.gif                                   | Bin 0 -> 219 bytes
 debian/images/Zoom16.gif                                 | Bin 0 -> 592 bytes
 debian/images/ZoomIn16.gif                               | Bin 0 -> 622 bytes
 debian/images/ZoomIn24.gif                               | Bin 0 -> 703 bytes
 debian/images/ZoomOut16.gif                              | Bin 0 -> 399 bytes
 debian/images/ZoomOut24.gif                              | Bin 0 -> 677 bytes
 .../create-icons-replacements-from-gnome-icon-theme      |  15 +++++++++++++++
 debian/source/include-binaries                           |  11 +++++++++++
 12 files changed, 26 insertions(+)

diff --git a/debian/images/Back16.gif b/debian/images/Back16.gif
new file mode 100644
index 0000000..66ee29f
Binary files /dev/null and b/debian/images/Back16.gif differ
diff --git a/debian/images/Down16.gif b/debian/images/Down16.gif
new file mode 100644
index 0000000..5bd2781
Binary files /dev/null and b/debian/images/Down16.gif differ
diff --git a/debian/images/Forward16.gif b/debian/images/Forward16.gif
new file mode 100644
index 0000000..eb59b9d
Binary files /dev/null and b/debian/images/Forward16.gif differ
diff --git a/debian/images/Home16.gif b/debian/images/Home16.gif
new file mode 100644
index 0000000..c7f5390
Binary files /dev/null and b/debian/images/Home16.gif differ
diff --git a/debian/images/Up16.gif b/debian/images/Up16.gif
new file mode 100644
index 0000000..8baa679
Binary files /dev/null and b/debian/images/Up16.gif differ
diff --git a/debian/images/Zoom16.gif b/debian/images/Zoom16.gif
new file mode 100644
index 0000000..aecd9c7
Binary files /dev/null and b/debian/images/Zoom16.gif differ
diff --git a/debian/images/ZoomIn16.gif b/debian/images/ZoomIn16.gif
new file mode 100644
index 0000000..fa83898
Binary files /dev/null and b/debian/images/ZoomIn16.gif differ
diff --git a/debian/images/ZoomIn24.gif b/debian/images/ZoomIn24.gif
new file mode 100644
index 0000000..9a7245d
Binary files /dev/null and b/debian/images/ZoomIn24.gif differ
diff --git a/debian/images/ZoomOut16.gif b/debian/images/ZoomOut16.gif
new file mode 100644
index 0000000..3ffccce
Binary files /dev/null and b/debian/images/ZoomOut16.gif differ
diff --git a/debian/images/ZoomOut24.gif b/debian/images/ZoomOut24.gif
new file mode 100644
index 0000000..d589709
Binary files /dev/null and b/debian/images/ZoomOut24.gif differ
diff --git a/debian/images/create-icons-replacements-from-gnome-icon-theme b/debian/images/create-icons-replacements-from-gnome-icon-theme
new file mode 100755
index 0000000..65c23a1
--- /dev/null
+++ b/debian/images/create-icons-replacements-from-gnome-icon-theme
@@ -0,0 +1,15 @@
+#!/bin/sh
+GICONDIR16=/usr/share/icons/gnome/16x16/actions
+GICONDIR24=/usr/share/icons/gnome/24x24/actions
+
+convert $GICONDIR16/go-previous.png	Back16.gif
+convert $GICONDIR16/go-down.png		Down16.gif
+convert $GICONDIR16/go-next.png		Forward16.gif
+convert $GICONDIR16/go-home.png		Home16.gif
+convert $GICONDIR16/go-up.png		Up16.gif
+convert $GICONDIR16/edit-find.png	Zoom16.gif
+convert $GICONDIR16/zoom-in.png		ZoomIn16.gif
+convert $GICONDIR16/zoom-out.png	ZoomOut16.gif
+
+convert $GICONDIR24/zoom-in.png		ZoomIn24.gif
+convert $GICONDIR24/zoom-out.png	ZoomOut24.gif
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000..a48a918
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1,11 @@
+debian/images/Down16.gif
+debian/images/ZoomIn24.gif
+debian/images/Back16.gif
+debian/images/Home16.gif
+debian/images/ZoomOut16.gif
+debian/images/ZoomOut24.gif
+debian/images/Zoom16.gif
+debian/images/ZoomIn16.gif
+debian/images/Forward16.gif
+debian/images/Up16.gif
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mauve-aligner.git



More information about the debian-med-commit mailing list