[qmapshack] 05/06: Drop hicolor-icons.patch, applied upstream.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Oct 24 15:02:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository qmapshack.
commit 4b9e88d1297cf885373e1d2a4ee875932a271e08
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Oct 24 16:28:08 2015 +0200
Drop hicolor-icons.patch, applied upstream.
---
debian/changelog | 1 +
debian/patches/hicolor-icons.patch | 54 --------------------------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 55 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index abcc194..9eb2468 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qmapshack (1.4.0-1) UNRELEASED; urgency=medium
* Update copyright file, changes:
- Group copyright holders by license
- Add Christian Eichler to copyright holders
+ * Drop hicolor-icons.patch, applied upstream.
-- Bas Couwenberg <sebastic at debian.org> Sat, 24 Oct 2015 15:45:54 +0200
diff --git a/debian/patches/hicolor-icons.patch b/debian/patches/hicolor-icons.patch
deleted file mode 100644
index 46296e9..0000000
--- a/debian/patches/hicolor-icons.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-Description: Install QMapShack icon in hicolor theme too.
- The quote the Icon Theme Specification:
- .
- So, you're an application author, and want to install application
- icons so that they work in the KDE and Gnome menus. Minimally you
- should install a 48x48 icon in the hicolor theme. This means installing
- a PNG file in $prefix/share/icons/hicolor/48x48/apps. Optionally you
- can install icons in different sizes. For example, installing a svg
- icon in $prefix/share/icons/hicolor/scalable/apps means most desktops
- will have one icon that works for all sizes. You might even want to
- install icons with a look that matches other well known themes so your
- application will fit in with some specific desktop environment.
- .
- It is recommended that the icons installed in the hicolor theme look
- neutral, since it is a fallback theme that will be used in combination
- with some very different looking themes. But if you don't have any
- neutral icon, please install whatever icon you have in the hicolor
- theme so that all applications get at least some icon in all themes.
- .
- http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#install_icons
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: https://bitbucket.org/maproom/qmapshack/issues/64
-Applied-Upstream: https://bitbucket.org/maproom/qmapshack/commits/a8795bad23ac535b530be5e20bbf7ccb8a343dad
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -73,6 +73,27 @@ if (UNIX AND NOT WIN32 AND NOT APPLE)
-
- install(
- FILES
-+ src/icons/48x48/QMapShack.png
-+ DESTINATION
-+ ${ICON_INSTALL_DIR}/hicolor/48x48/apps
-+ )
-+
-+ install(
-+ FILES
-+ src/icons/32x32/QMapShack.png
-+ DESTINATION
-+ ${ICON_INSTALL_DIR}/hicolor/32x32/apps
-+ )
-+
-+ install(
-+ FILES
-+ src/icons/QMapShack.svg
-+ DESTINATION
-+ ${ICON_INSTALL_DIR}/hicolor/scalable/apps
-+ )
-+
-+ install(
-+ FILES
- qmapshack.1
- DESTINATION
- ${MAN_INSTALL_DIR}/man1
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d0d3836..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-hicolor-icons.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git
More information about the Pkg-grass-devel
mailing list