[gupnp-tools: 1/2] Fix icons installation
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp-tools: 1/2] Fix icons installation
- Date: Sat, 29 Dec 2018 11:52:16 +0000 (UTC)
commit 4c01fb9395834ceece91e7498a05da16f92a14fe
Author: Balló György <ballogyor gmail com>
Date: Fri Dec 28 19:40:36 2018 +0000
Fix icons installation
Icons should be installed into /usr/share/icons/hicolor/256x256/apps
data/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 26c994d..1b7c352 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -24,7 +24,7 @@ install_data([
'pixmaps/network-light-256x256.png',
'pixmaps/universal-cp.png',
'pixmaps/av-cp.png'],
- install_dir : join_paths(get_option('datadir'), 'icons', 'hicolor', '256x256'))
+ install_dir : join_paths(get_option('datadir'), 'icons', 'hicolor', '256x256', 'apps'))
desktop_conf = configuration_data()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]