The following commit has been merged in the master branch:
commit 913e5bdba93480803cbf583158c9a9a0bbab3d31
Author: Martin Erik Werner <[email protected]>
Date: Sat Dec 17 18:41:48 2011 +0100
Add icon template, update rules to create icons
* Add icon in unmodified wgetted state
* Modify rules to generate icons from source image
* Add copyright for source image file to copyright
diff --git a/debian/copyright b/debian/copyright
index a5dd022..6cbb322 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,6 +11,28 @@ Files: debian/*
Copyright: 2011, Martin Erik Werner <[email protected]>
License: BSD-2-Clause
+Files debian/liero.png
+Copyright: 1998, 1999 Mets„nEl„imet (Joosa Riekkinen)
+ 2009, 2010 Erik Lindroos ("Gliptic") <[email protected]>
+License: WTFPL and BSD-2-Clause
+Comment:
+ Source http://open.liero.be/dlnow.png
+
+License: WTFPL
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ Version 2, December 2004
+ .
+ Copyright (C) 2004 Sam Hocevar <[email protected]>
+ .
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+ .
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ .
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
+
License: BSD-2-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
diff --git a/debian/liero.png b/debian/liero.png
new file mode 100644
index 0000000..cc25008
Binary files /dev/null and b/debian/liero.png differ
diff --git a/debian/rules b/debian/rules
index aafbd89..e55e821 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,20 @@ override_dh_auto_clean:
override_dh_auto_build:
jam
+ convert debian/liero.png -transparent "#321803" \
+ -draw 'rectangle 0,75 96,110' -trim -trim \
+ -background transparent -gravity center -extent 72x72 \
+ \( +clone -filter Point -resize x32 -write \
+ debian/liero /usr/share/icons/hicolor/32x32/apps/liero.png \
+ +delete \) \
+ \( +clone -filter Point -resize x48 -write \
+ debian/liero/usr/share/icons/hicolor/48x48/apps/liero.png \
+ +delete \) \
+ \( +clone -filter Point -resize x64 -write \
+ debian/liero/usr/share/icons/hicolor/64x64/apps/liero.png \
+ +delete \) \
+ -filter Point -resize x128 \
+ debian/liero/usr/share/icons/hicolor/128x128/apps/liero.png
override_dh_builddeb:
dh_builddeb -- -Zxz
--
Packaging for Liero
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits