summarylogtreecommitdiffstats
path: root/42e0d6b3f60b06bbe55b3ebad7ffc6edbf16e7e0.patch
blob: f6a717986d8d1da67cab9b726f1888c9507870e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 42e0d6b3f60b06bbe55b3ebad7ffc6edbf16e7e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Tue, 5 Jun 2012 21:36:41 +0300
Subject: [PATCH] Install PNG icon to datadir/icons/hicolor per the XDG icon
 spec.

http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#install_icons

https://bugzilla.gnome.org/show_bug.cgi?id=677297
---
 data/images/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/images/Makefile.am b/data/images/Makefile.am
index 671d7a0..1bbdd6e 100644
--- a/data/images/Makefile.am
+++ b/data/images/Makefile.am
@@ -21,7 +21,7 @@ images_DATA = 				\
 mimeiconsdir = $(datadir)/icons/hicolor/48x48/mimetypes
 mimeicons_DATA = gnome-mime-application-x-planner.png
 
-pixmapdir = $(datadir)/pixmaps
+pixmapdir = $(datadir)/icons/hicolor/48x48/apps
 pixmap_DATA = gnome-planner.png
 
 svgiconsdir = $(datadir)/icons/hicolor/scalable/apps
-- 
2.18.1