summaryrefslogtreecommitdiff
path: root/sci-geosciences/geocode-glib/files/3.26.4-r200-do-not-install-icons.patch
blob: c85e250e5c2f73223cc3a9d80ccb7d887d627716 (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
geocode-glib-3.26.4 in SLOT="2" has file collissions with geocode-glib-3.26.4 with SLOT="0".
These file collissions are only 11 svg-files. We do not install them with SLOT="2" and instead only install them with SLOT="0" and
SLOT="2" depends on SLOT="0" to make sure users that try to only install SLOT="2" get the files regardless.

2022-09-24 - Pascal Jaeger (Schievel) <pascal.jaeger@leimstift.de>

---

diff --git a/icons/meson.build b/icons/meson.build
index 8d58886..edecbed 100644
--- a/icons/meson.build
+++ b/icons/meson.build
@@ -10,14 +10,3 @@ public_icons = [ 'poi-airport.svg',
                  'poi-restaurant.svg',
                  'poi-bar.svg',
                  'poi-light-rail-station.svg' ]
-
-foreach icon : public_icons
-    file = join_paths('maki' , icon)
-    install_dir = join_paths(get_option('datadir'),
-                             'icons',
-                             'hicolor',
-                             'scalable',
-                             'places')
-
-    install_data(file, install_dir: install_dir)
-endforeach