[SCM] [contrib] Quake III: Arena launcher branch, master, updated. 8f730e69d05cd16baf110f410d00c27484c83965
Simon McVittie
smcv at debian.org
Thu Oct 14 22:31:16 UTC 2010
The following commit has been merged in the master branch:
commit a9a90fd360c015aba26adaa07fbee62c2c1f545d
Author: Simon McVittie <smcv at debian.org>
Date: Thu Aug 19 20:21:29 2010 +0100
Install quake3.png properly
diff --git a/Makefile b/Makefile
index b2d1e9e..00b4848 100644
--- a/Makefile
+++ b/Makefile
@@ -1,18 +1,18 @@
ALL = \
- build/quake3-tango.png \
+ build/quake3.png \
build/quake3.xpm \
build/quake332.xpm
all: $(ALL)
-build/%.png: %.xcf
+build/quake3.png: quake3-tango.xcf
install -d build
xcf2png -o $@ $<
-build/quake3.xpm: build/quake3-tango.png
+build/quake3.xpm: build/quake3.png
convert $< $@
-build/quake332.xpm: build/quake3-tango.png
+build/quake332.xpm: build/quake3.png
convert -resize 32x32 $< $@
clean:
diff --git a/debian/quake3.install b/debian/quake3.install
index 835b1d0..f23759f 100644
--- a/debian/quake3.install
+++ b/debian/quake3.install
@@ -1,5 +1,5 @@
debian/quake3.desktop usr/share/applications
-build/quake3-tango.png usr/share/pixmaps/quake3.png
+build/quake3.png usr/share/pixmaps
build/quake3.xpm usr/share/pixmaps
build/quake332.xpm usr/share/pixmaps
debian/scripts/quake3 usr/games
--
[contrib] Quake III: Arena launcher
More information about the Pkg-games-commits
mailing list