The following commit has been merged in the master branch:
commit 7b97c59d683a9ceaf1386ee936c9241345b55a6b
Author: Martin Erik Werner <[email protected]>
Date:   Sat Dec 17 19:21:44 2011 +0100

    Remove get-icons script

diff --git a/debian/scripts/get-icons b/debian/scripts/get-icons
deleted file mode 100755
index 3c8edb0..0000000
--- a/debian/scripts/get-icons
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-# Script to grab image from open.liero.be and create icons of appropriate sizes
-# Code comments:
-# 1    Makes background brown colour transparent
-# 2.1  Covers text with monocoloured box
-# 2.2  Double trim to remove box, then auto-crop
-# 3    Make canvas rectangular
-# 4.1  Clone state at this point and resize to appropriate icon sizes
-# 4.2  Point filter is pixel-art-friendly
-
-
-wget http://open.liero.be/dlnow.png -O liero_tmp.png && \
-       convert liero_tmp.png -transparent "#321803" \
-       -draw 'rectangle 0,75 96,110' -trim -trim \
-       -background transparent -gravity center -extent 72x72 \
-       \( +clone -filter Point -resize x32 -write liero_x32.png +delete \) \
-       \( +clone -filter Point -resize x48 -write liero_x48.png +delete \) \
-       \( +clone -filter Point -resize x64 -write liero_x64.png +delete \) \
-       -filter Point -resize x128 liero_x128.png

-- 
Packaging for Liero

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

Reply via email to