summarylogtreecommitdiffstats
path: root/42e0d6b3f60b06bbe55b3ebad7ffc6edbf16e7e0.patch
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-03-27 10:18:16 +0100
committerAlexander F. Rødseth2019-03-27 10:18:16 +0100
commitf510ae4ba793eb9c338841f1123658cdd191da2b (patch)
treeac2b5525460e859448f55df777a2390180d89d87 /42e0d6b3f60b06bbe55b3ebad7ffc6edbf16e7e0.patch
downloadaur-f510ae4ba793eb9c338841f1123658cdd191da2b.tar.gz
Move from [community] to AUR in connection with the spring cleaning
Diffstat (limited to '42e0d6b3f60b06bbe55b3ebad7ffc6edbf16e7e0.patch')
-rw-r--r--42e0d6b3f60b06bbe55b3ebad7ffc6edbf16e7e0.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/42e0d6b3f60b06bbe55b3ebad7ffc6edbf16e7e0.patch b/42e0d6b3f60b06bbe55b3ebad7ffc6edbf16e7e0.patch
new file mode 100644
index 000000000000..f6a717986d8d
--- /dev/null
+++ b/42e0d6b3f60b06bbe55b3ebad7ffc6edbf16e7e0.patch
@@ -0,0 +1,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
+