Commit 9c255fcbea799f3349a41d56113659c4521ce4de
1 parent
54e60c99
Exists in
master
and in
2 other branches
Trying to fix SLE-12 icon problem.
Showing
2 changed files
with
6 additions
and
8 deletions
Show diff stats
branding/Makefile.in
... | ... | @@ -123,26 +123,24 @@ install-linux: \ |
123 | 123 | $(APPLICATION_ID).desktop |
124 | 124 | |
125 | 125 | @$(MKDIR) $(DESTDIR)$(datarootdir)/mime/packages |
126 | - | |
127 | 126 | @$(INSTALL_DATA) \ |
128 | 127 | mime.xml \ |
129 | 128 | $(DESTDIR)$(datarootdir)/mime/packages/$(PRODUCT_NAME).xml |
130 | 129 | |
131 | 130 | @$(MKDIR) $(DESTDIR)$(datarootdir)/appdata |
132 | - | |
133 | 131 | @$(INSTALL_DATA) \ |
134 | 132 | appdata.xml \ |
135 | 133 | $(DESTDIR)$(datarootdir)/appdata/$(APPLICATION_ID).appdata.xml |
136 | 134 | |
137 | -# @$(INSTALL_DATA) \ | |
138 | -# keypad.metainfo.xml \ | |
139 | -# $(DESTDIR)$(datarootdir)/appdata/$(APPLICATION_ID)-keypad.metainfo.xml | |
140 | - | |
141 | 135 | @$(MKDIR) $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps |
136 | + @$(INSTALL_DATA) \ | |
137 | + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ | |
138 | + $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/$(PRODUCT_NAME).svg | |
142 | 139 | |
140 | + @$(MKDIR) $(DESTDIR)$(datarootdir)/icons | |
143 | 141 | @$(INSTALL_DATA) \ |
144 | 142 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ |
145 | - $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/$(APPLICATION_ID).svg | |
143 | + $(DESTDIR)$(datarootdir)/icons/$(PRODUCT_NAME).svg | |
146 | 144 | |
147 | 145 | install-windows: \ |
148 | 146 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME).svg \ | ... | ... |
branding/launcher.desktop.in