[opentyrian] 05/07: install icons

Etienne Millon emillon-guest at moszumanska.debian.org
Wed Apr 1 07:20:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

emillon-guest pushed a commit to branch master
in repository opentyrian.

commit 35398b35a4896a3bd9163c17fc878336351ebc03
Author: Etienne Millon <me at emillon.org>
Date:   Wed Apr 1 08:46:05 2015 +0200

    install icons
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index b78f9e8..2b5174f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,10 @@
 
 override_dh_auto_build:
 	make release
+
+override_dh_install:
+	dh_install
+	for size in 22 24 32 48 128 ; do \
+	    mkdir -p usr/share/icons/hicolor/$${size}x$${size}/apps ;\
+	    install linux/icons/tyrian-$${size}.png usr/share/icons/hicolor/$${size}x$${size}/apps/opentyrian.png ;\
+	done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/opentyrian.git



More information about the Pkg-games-commits mailing list