r11725 - in packages/trunk: ! dirs' list truncated !
Paul Wise
pabs at alioth.debian.org
Wed Feb 9 10:14:58 UTC 2011
Author: pabs
Date: 2011-02-09 10:14:57 +0000 (Wed, 09 Feb 2011)
New Revision: 11725
Modified:
packages/trunk/between/debian/rules
packages/trunk/gravitation/debian/rules
packages/trunk/passage/debian/rules
packages/trunk/primrose/debian/rules
Log:
better mkdir
Modified: packages/trunk/between/debian/rules
===================================================================
--- packages/trunk/between/debian/rules 2011-02-09 10:13:00 UTC (rev 11724)
+++ packages/trunk/between/debian/rules 2011-02-09 10:14:57 UTC (rev 11725)
@@ -10,7 +10,7 @@
override_dh_auto_build:
convert -type Grayscale -negate ./game7/build/macOSX/iconMask.png mask.png
composite -compose CopyOpacity mask.png ./game7/build/macOSX/iconColor.png between.png
- mkdir 32x32
+ mkdir -p 32x32
convert -scale 32x32 between.png 32x32/between.png
convert 32x32/between.png 32x32/between.xpm
sed -i -e 's/-lX11//' game7/gameSource/Makefile
Modified: packages/trunk/gravitation/debian/rules
===================================================================
--- packages/trunk/gravitation/debian/rules 2011-02-09 10:13:00 UTC (rev 11724)
+++ packages/trunk/gravitation/debian/rules 2011-02-09 10:14:57 UTC (rev 11725)
@@ -10,7 +10,7 @@
override_dh_auto_build:
convert -type Grayscale -negate ./game5/build/macOSX/iconMask.png mask.png
composite -compose CopyOpacity mask.png ./game5/build/macOSX/iconColor.png gravitation.png
- mkdir 32x32
+ mkdir -p 32x32
convert -scale 32x32 gravitation.png 32x32/gravitation.png
convert 32x32/gravitation.png 32x32/gravitation.xpm
sed -i -e 's/PLATFORM_LINK_FLAGS = /PLATFORM_LINK_FLAGS = -lpthread /' game5/gameSource/Makefile
Modified: packages/trunk/passage/debian/rules
===================================================================
--- packages/trunk/passage/debian/rules 2011-02-09 10:13:00 UTC (rev 11724)
+++ packages/trunk/passage/debian/rules 2011-02-09 10:14:57 UTC (rev 11725)
@@ -8,7 +8,7 @@
cd gamma256/gameSource && platformSelection=1 ./configure
override_dh_auto_build:
- mkdir 256x256 64x64 32x32
+ mkdir -p 256x256 64x64 32x32
convert -scale 256x256 gamma256/gameSource/iPhone/LargeIcon.png 256x256/passage.png
convert -background None -gravity center -extent 64x64 gamma256/gameSource/iPhone/Icon.png 64x64/passage.png
convert -type Grayscale -negate gamma256/build/macOSX/iconMask.png mask.png
Modified: packages/trunk/primrose/debian/rules
===================================================================
--- packages/trunk/primrose/debian/rules 2011-02-09 10:13:00 UTC (rev 11724)
+++ packages/trunk/primrose/debian/rules 2011-02-09 10:14:57 UTC (rev 11725)
@@ -8,7 +8,7 @@
cd tilePlacementGames/game1 && platformSelection=1 ./configure
override_dh_auto_build:
- mkdir 256x256 128x128 64x64 32x32
+ mkdir -p 256x256 128x128 64x64 32x32
convert -scale 256x256 tilePlacementGames/game1/gameSource/iPhone/largeIcon2.png 256x256/primrose.png
cp -f tilePlacementGames/game1/build/macOSX/iconColor.png 128x128/primrose.png
convert -background None -gravity center -extent 64x64 tilePlacementGames/game1/gameSource/iPhone/icon.png 64x64/primrose.png
More information about the Pkg-games-commits
mailing list