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 4b7d0859e4b52131fcf2139976005f271ed3a4ad
Author: Simon McVittie <s...@debian.org>
Date:   Sun Sep 29 17:51:48 2013 +0100

    Add a recoloured Team Arena logo
---
 Makefile                   |  13 ++++++++++---
 quake3-teamarena-tango.xcf | Bin 0 -> 326948 bytes
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index f930a84..dc2b0bd 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,10 @@ ALL = \
        build/quake3-server \
        build/quake3.png \
        build/quake3.xpm \
-       build/quake332.xpm
+       build/quake332.xpm \
+       build/quake3-teamarena.png \
+       build/quake3-teamarena.xpm \
+       build/quake3-teamarena32.xpm
 
 all: $(ALL)
 
@@ -29,10 +32,14 @@ build/quake3.png: quake3-tango.xcf
        install -d build
        xcf2png -o $@ $<
 
-build/quake3.xpm: build/quake3.png
+build/quake3-teamarena.png: quake3-teamarena-tango.xcf
+       install -d build
+       xcf2png -o $@ $<
+
+build/%.xpm: build/%.png
        convert $< $@
 
-build/quake332.xpm: build/quake3.png
+build/%32.xpm: build/%.png
        convert -resize 32x32 $< $@
 
 clean:
diff --git a/quake3-teamarena-tango.xcf b/quake3-teamarena-tango.xcf
new file mode 100644
index 0000000..381415b
Binary files /dev/null and b/quake3-teamarena-tango.xcf differ

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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to