[game-data-packager] 245/293: Install a 48x48 version of the Quake III Arena icons

Simon McVittie smcv at debian.org
Fri Oct 14 00:12:21 UTC 2016


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

smcv pushed a commit to branch quake
in repository game-data-packager.

commit 91f48da34a1ebf2b1c82a0b57a69f1f0f1be5f93
Author: Simon McVittie <smcv at debian.org>
Date:   Fri Oct 2 09:59:26 2015 +0100

    Install a 48x48 version of the Quake III Arena icons
    
    In addition to 256x256, as recommended by the XDG Icon Theme spec.
---
 Makefile              | 10 ++++++++++
 debian/changelog      |  4 ++++
 debian/quake3.install |  2 ++
 3 files changed, 16 insertions(+)

diff --git a/Makefile b/Makefile
index 4aa848f..928d277 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,8 @@ obj = \
 	build/quake3.xpm \
 	build/quake332.xpm \
 	build/quake3-teamarena.png \
+	build/48/quake3.png \
+	build/48/quake3-teamarena.png \
 	build/quake3-teamarena.xpm \
 	build/quake3-teamarena32.xpm \
 	$(patsubst %,build/%/quake.png,$(layer_sizes)) \
@@ -258,8 +260,16 @@ build/quake3-teamarena.png: quake3-teamarena-tango.xcf
 	install -d build
 	xcf2png -o $@ $<
 
+build/48/quake3.png: build/quake3.png Makefile
+	install -d build/48
+	convert -resize 48x48 $< $@
+
 build/%.xpm: build/%.png
 	convert $< $@
 
+build/48/quake3-teamarena.png: build/quake3-teamarena.png Makefile
+	install -d build/48
+	convert -resize 48x48 $< $@
+
 build/%32.xpm: build/%.png
 	convert -resize 32x32 $< $@
diff --git a/debian/changelog b/debian/changelog
index 837c987..97b9f35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ quake (14) UNRELEASED; urgency=medium
   * Suggest new packages quake2-{groundzero,reckoning}-data
     instead of their old names quake2-{groundzero,reckoning}
 
+  [ Simon McVittie ]
+  * Install a 48x48 version of the Quake III Arena icons in addition
+    to 256x256, as recommended by the XDG Icon Theme spec
+
  -- Simon McVittie <smcv at debian.org>  Wed, 30 Sep 2015 13:28:10 +0200
 
 quake (13) unstable; urgency=medium
diff --git a/debian/quake3.install b/debian/quake3.install
index 5baa349..3825bdc 100644
--- a/debian/quake3.install
+++ b/debian/quake3.install
@@ -2,6 +2,8 @@ README.quake3-data                      usr/share/games/quake3
 build/quake3                            usr/games
 build/quake3.png                        usr/share/icons/hicolor/256x256/apps
 build/quake3-teamarena.png              usr/share/icons/hicolor/256x256/apps
+build/48/quake3.png                     usr/share/icons/hicolor/48x48/apps
+build/48/quake3-teamarena.png           usr/share/icons/hicolor/48x48/apps
 build/quake3.xpm                        usr/share/pixmaps
 build/quake332.xpm                      usr/share/pixmaps
 need-data.sh                            usr/share/games/quake3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list