[redeclipse] 94/494: Use png icon for gnome-menu instead
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
arand-guest pushed a commit to branch debdir
in repository redeclipse.
commit a027329807dc3e5f31c550c048cd23144a33edce
Author: Arand Nash <ienorand at gmail.com>
Date: Tue Mar 15 14:07:07 2011 +0000
Use png icon for gnome-menu instead
---
README.Debian | 4 ++--
redeclipse.install | 2 +-
rules | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.Debian b/README.Debian
index 41fcd4f..4fde992 100644
--- a/README.Debian
+++ b/README.Debian
@@ -18,5 +18,5 @@ Copyright and packaging:
- Reorganisation of files into install locations.
* To use the name "Red Eclipse" and the Red Eclipse logo in conjuction with
redistribution of these packages.
- * To convert the src/site/bits/favicon.png file to a .xpm file for use in the
- client binary package, to supply a gnome-menu icon.
+ * To resize the src/site/bits/favicon.png for use in the client binary package,
+ to supply a gnome-menu icon.
diff --git a/redeclipse.install b/redeclipse.install
index 017dfd3..f78f540 100644
--- a/redeclipse.install
+++ b/redeclipse.install
@@ -1,4 +1,4 @@
src/reclient usr/lib/redeclipse
debian/scripts/redeclipse usr/games
-debian/redeclipse.xpm usr/share/pixmaps
+debian/redeclipse.png usr/share/pixmaps
debian/redeclipse.desktop usr/share/applications
diff --git a/rules b/rules
index 9ef2ace..daf5bd0 100755
--- a/rules
+++ b/rules
@@ -13,5 +13,5 @@
dh $@ --sourcedirectory=src
override_dh_auto_build:
- convert -shave 8x8 -resize 32x32 src/site/bits/favicon.png debian/redeclipse.xpm
+ convert -shave 4x4 -resize 32x32 src/site/bits/favicon.png debian/redeclipse.png
dh_auto_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git
More information about the Pkg-games-commits
mailing list