r1689 - packages/trunk/gtkradiant/debian

Frits Daalmans fritsd-guest at costa.debian.org
Sun Sep 24 21:04:53 UTC 2006


Author: fritsd-guest
Date: 2006-09-24 21:04:53 +0000 (Sun, 24 Sep 2006)
New Revision: 1689

Modified:
   packages/trunk/gtkradiant/debian/rules
Log:
gtkradiant: copy bobtoolz plugin bitmaps (otherwise "bitmap not found" button)


Modified: packages/trunk/gtkradiant/debian/rules
===================================================================
--- packages/trunk/gtkradiant/debian/rules	2006-09-24 20:53:55 UTC (rev 1688)
+++ packages/trunk/gtkradiant/debian/rules	2006-09-24 21:04:53 UTC (rev 1689)
@@ -68,10 +68,16 @@
 	cd $(DESTDIR)/usr/share/games/gtkradiant/; ln -s /usr/lib/games/gtkradiant/modules modules; cd -
 	mkdir -p $(DESTDIR)/usr/lib/games/gtkradiant/plugins
 	cp install/plugins/* $(DESTDIR)/usr/lib/games/gtkradiant/plugins/
+	# the bitmaps are not binary, but anyway..
+	mkdir -p $(DESTDIR)/usr/lib/games/gtkradiant/plugins/bitmaps
+	cp contrib/bobtoolz/bitmaps/* $(DESTDIR)/usr/lib/games/gtkradiant/plugins/bitmaps/
+	#
 	cd $(DESTDIR)/usr/share/games/gtkradiant/; ln -s /usr/lib/games/gtkradiant/plugins plugins; cd -
+	#
 	cp setup/credits.html $(DESTDIR)/usr/share/games/gtkradiant/credits.html
 	cp include/RADIANT_MAJOR $(DESTDIR)/usr/share/games/gtkradiant/
 	cp include/RADIANT_MINOR $(DESTDIR)/usr/share/games/gtkradiant/
+	#
 	# default example game
 	cd debian/examplegame/usr/share/games/gtkradiant/; tar -c --exclude=".svn" -f - . | ( cd $(DESTDIR)/usr/share/games/gtkradiant/; tar xvf - )
 	# grmbl.. debuild doesnt like the binaries in .diff.gz




More information about the Pkg-games-commits mailing list