[gpsprune] 05/08: Install upstream application icon for hicolor theme.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Feb 15 06:55:40 UTC 2016


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

sebastic pushed a commit to branch master
in repository gpsprune.

commit a2f4e1b7ec9007b2987c220778ce81fb9e9c9d9c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Feb 15 07:35:06 2016 +0100

    Install upstream application icon for hicolor theme.
---
 debian/changelog                               |   1 +
 debian/icons/hicolor/128x128/apps/gpsprune.png | Bin 7176 -> 0 bytes
 debian/icons/hicolor/16x16/apps/gpsprune.png   | Bin 1208 -> 0 bytes
 debian/icons/hicolor/32x32/apps/gpsprune.png   | Bin 1619 -> 0 bytes
 debian/icons/hicolor/48x48/apps/gpsprune.png   | Bin 2438 -> 0 bytes
 debian/icons/hicolor/64x64/apps/gpsprune.png   | Bin 3333 -> 0 bytes
 debian/icons/hicolor/96x96/apps/gpsprune.png   | Bin 5720 -> 0 bytes
 debian/install                                 |   1 -
 debian/rules                                   |   9 +++++++++
 debian/source/include-binaries                 |   6 ------
 10 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dfb0f4c..b1316a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ gpsprune (18.3-1) UNRELEASED; urgency=medium
   * Update copyright file, changes:
     - Update copyright years for activityworkshop.net
     - Drop copyright character from copyright statements
+  * Install upstream application icon for hicolor theme.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 15 Feb 2016 07:21:50 +0100
 
diff --git a/debian/icons/hicolor/128x128/apps/gpsprune.png b/debian/icons/hicolor/128x128/apps/gpsprune.png
deleted file mode 100644
index 9e7afc4..0000000
Binary files a/debian/icons/hicolor/128x128/apps/gpsprune.png and /dev/null differ
diff --git a/debian/icons/hicolor/16x16/apps/gpsprune.png b/debian/icons/hicolor/16x16/apps/gpsprune.png
deleted file mode 100644
index 63aeb3d..0000000
Binary files a/debian/icons/hicolor/16x16/apps/gpsprune.png and /dev/null differ
diff --git a/debian/icons/hicolor/32x32/apps/gpsprune.png b/debian/icons/hicolor/32x32/apps/gpsprune.png
deleted file mode 100644
index 0646afe..0000000
Binary files a/debian/icons/hicolor/32x32/apps/gpsprune.png and /dev/null differ
diff --git a/debian/icons/hicolor/48x48/apps/gpsprune.png b/debian/icons/hicolor/48x48/apps/gpsprune.png
deleted file mode 100644
index 63b9e5c..0000000
Binary files a/debian/icons/hicolor/48x48/apps/gpsprune.png and /dev/null differ
diff --git a/debian/icons/hicolor/64x64/apps/gpsprune.png b/debian/icons/hicolor/64x64/apps/gpsprune.png
deleted file mode 100644
index a663cdb..0000000
Binary files a/debian/icons/hicolor/64x64/apps/gpsprune.png and /dev/null differ
diff --git a/debian/icons/hicolor/96x96/apps/gpsprune.png b/debian/icons/hicolor/96x96/apps/gpsprune.png
deleted file mode 100644
index 504119b..0000000
Binary files a/debian/icons/hicolor/96x96/apps/gpsprune.png and /dev/null differ
diff --git a/debian/install b/debian/install
index 7f963e9..6ddab4e 100644
--- a/debian/install
+++ b/debian/install
@@ -1,4 +1,3 @@
 gpsprune.jar            /usr/share/gpsprune/
-debian/icons/*          /usr/share/icons/
 debian/gpsprune.desktop /usr/share/applications/
 debian/scripts/gpsprune /usr/bin/
diff --git a/debian/rules b/debian/rules
index f704c44..208b626 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,3 +29,12 @@ override_dh_auto_build:
 		--with javahelper \
 		--parallel
 
+override_dh_auto_install:
+	dh_auto_install
+
+	# Install application icon
+	for size in 16 22 24 32 36 48 64 72 96 128; do \
+		install -o root -g root -d $(CURDIR)/debian/gpsprune/usr/share/icons/hicolor/$${size}x$${size}/apps ; \
+		install -o root -g root -m 644 $(CURDIR)/tim/prune/gui/images/window_icon_$${size}.png $(CURDIR)/debian/gpsprune/usr/share/icons/hicolor/$${size}x$${size}/apps/gpsprune.png ; \
+	done
+
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
deleted file mode 100644
index 3629ecd..0000000
--- a/debian/source/include-binaries
+++ /dev/null
@@ -1,6 +0,0 @@
-debian/icons/hicolor/16x16/apps/gpsprune.png
-debian/icons/hicolor/32x32/apps/gpsprune.png
-debian/icons/hicolor/48x48/apps/gpsprune.png
-debian/icons/hicolor/64x64/apps/gpsprune.png
-debian/icons/hicolor/96x96/apps/gpsprune.png
-debian/icons/hicolor/128x128/apps/gpsprune.png

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



More information about the Pkg-grass-devel mailing list