[SCM] Sweet Home 3D Furniture Library Editor branch, master, updated. debian/1.10-1-1-g495e19b

Gabriele Giacone 1o5g4r8o at gmail.com
Fri Apr 5 00:42:59 UTC 2013


The following commit has been merged in the master branch:
commit 495e19b44ce08a50fc9ece636d08df1146bd31ab
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Fri Apr 5 02:33:26 2013 +0200

    Fix icons gamma corrections.

diff --git a/debian/changelog b/debian/changelog
index 349f315..887b265 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sweethome3d-furniture-editor (1.10-2) UNRELEASED; urgency=low
+
+  * Fix icons gamma correction.
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Fri, 05 Apr 2013 02:33:08 +0200
+
 sweethome3d-furniture-editor (1.10-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 106789b..05e1b01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,12 +20,11 @@ override_dh_auto_install:
 	#icons
 	for i in 16 22 48 128; do \
 		mkdir -p $(ICONS)/$$i; \
-		convert $(ABOUT) -resize $${i}x$${i} -background 'rgba(0,0,0,0)' \
-			-colorspace RGB -gravity center -extent $${i}x$${i} \
-			$(ICONS)/$$i/$(NAME).png; \
+		convert $(ABOUT) -colorspace RGB -resize $${i}x$${i} \
+			-colorspace sRGB $(ICONS)/$$i/$(NAME).png; \
 	done
-	convert $(ABOUT) -resize 32x32 -background 'rgba(0,0,0,0)' \
-		-colorspace RGB -gravity center -extent 32x32 $(ICONS)/$(NAME).xpm
+	convert $(ABOUT) -colorspace RGB -resize 32x32 \
+		-colorspace sRGB $(ICONS)/$(NAME).xpm
 	dh_install
 
 override_dh_auto_clean:

-- 
Sweet Home 3D Furniture Library Editor



More information about the pkg-java-commits mailing list