After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 722205 - geocode-glib 3.11.4 installs icons in /usr/share/icons/gnome/maki/scalable
geocode-glib 3.11.4 installs icons in /usr/share/icons/gnome/maki/scalable
Status: RESOLVED FIXED
Product: geocode-glib
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: geocode-glib maintainer(s)
geocode-glib maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-01-14 20:44 UTC by Dominique Leuenberger
Modified: 2014-01-14 23:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Do not place maki icons in own directory (3.90 KB, patch)
2014-01-14 20:44 UTC, Dominique Leuenberger
needs-work Details | Review

Description Dominique Leuenberger 2014-01-14 20:44:19 UTC
The insertion ok maki, the icon names, is not what is expected to happen
Comment 1 Dominique Leuenberger 2014-01-14 20:44:21 UTC
Created attachment 266295 [details] [review]
Do not place maki icons in own directory

It breaks the install-icons hook and results in icons being installed in
  ${datadir}/icons/gnome/maki/scalable/places/[...]
Comment 2 Zeeshan Ali 2014-01-14 22:09:46 UTC
Review of attachment 266295 [details] [review]:

::: icons/Makefile.am
@@ +6,3 @@
+	scalable_places_poi-marker.svg \
+	scalable_places_poi-railway-station.svg \
+	scalable_places_poi-town.svg

this break diskcheck then.
Comment 3 Dominique Leuenberger 2014-01-14 23:10:03 UTC
(In reply to comment #2)
> Review of attachment 266295 [details] [review]:
> 
> ::: icons/Makefile.am
> @@ +6,3 @@
> +    scalable_places_poi-marker.svg \
> +    scalable_places_poi-railway-station.svg \
> +    scalable_places_poi-town.svg
> 
> this break diskcheck then.

I doubt it... as the patch also moved the files from maki/ to ./

but I see you addressed this in a different way (which takes the main point of the subdirectory out of the useful part as well: now all icons must live in maki/ )
Comment 4 Zeeshan Ali 2014-01-14 23:23:18 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Review of attachment 266295 [details] [review] [details]:
> > 
> > ::: icons/Makefile.am
> > @@ +6,3 @@
> > +    scalable_places_poi-marker.svg \
> > +    scalable_places_poi-railway-station.svg \
> > +    scalable_places_poi-town.svg
> > 
> > this break diskcheck then.
> 
> I doubt it... as the patch also moved the files from maki/ to ./

Ah sorry, I missed that part of the patch. :(

> but I see you addressed this in a different way (which takes the main point of
> the subdirectory out of the useful part as well: now all icons must live in
> maki/ )

I think they are there for a good reason. I'd rather move the Makefile rules into maki dir.