[pitivi/1.0] data: Rename the app icon



commit 13e7066b1c72369135773f94361cc5776eb66578
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Tue Jul 10 00:49:14 2018 +0200

    data: Rename the app icon

 .../pitivi.png => hicolor/16x16/apps/org.pitivi.Pitivi.png} | Bin
 .../pitivi.png => hicolor/22x22/apps/org.pitivi.Pitivi.png} | Bin
 .../pitivi.png => hicolor/24x24/apps/org.pitivi.Pitivi.png} | Bin
 .../256x256/apps/org.pitivi.Pitivi.png}                     | Bin
 .../pitivi.png => hicolor/32x32/apps/org.pitivi.Pitivi.png} | Bin
 .../pitivi.png => hicolor/48x48/apps/org.pitivi.Pitivi.png} | Bin
 .../512x512/apps/org.pitivi.Pitivi.png}                     | Bin
 data/icons/meson.build                                      |   8 ++++----
 data/icons/{ => src}/pitivi.svg                             |   0
 data/org.pitivi.Pitivi.desktop.in                           |   2 +-
 10 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/icons/16x16/pitivi.png b/data/icons/hicolor/16x16/apps/org.pitivi.Pitivi.png
similarity index 100%
rename from data/icons/16x16/pitivi.png
rename to data/icons/hicolor/16x16/apps/org.pitivi.Pitivi.png
diff --git a/data/icons/22x22/pitivi.png b/data/icons/hicolor/22x22/apps/org.pitivi.Pitivi.png
similarity index 100%
rename from data/icons/22x22/pitivi.png
rename to data/icons/hicolor/22x22/apps/org.pitivi.Pitivi.png
diff --git a/data/icons/24x24/pitivi.png b/data/icons/hicolor/24x24/apps/org.pitivi.Pitivi.png
similarity index 100%
rename from data/icons/24x24/pitivi.png
rename to data/icons/hicolor/24x24/apps/org.pitivi.Pitivi.png
diff --git a/data/icons/256x256/pitivi.png b/data/icons/hicolor/256x256/apps/org.pitivi.Pitivi.png
similarity index 100%
rename from data/icons/256x256/pitivi.png
rename to data/icons/hicolor/256x256/apps/org.pitivi.Pitivi.png
diff --git a/data/icons/32x32/pitivi.png b/data/icons/hicolor/32x32/apps/org.pitivi.Pitivi.png
similarity index 100%
rename from data/icons/32x32/pitivi.png
rename to data/icons/hicolor/32x32/apps/org.pitivi.Pitivi.png
diff --git a/data/icons/48x48/pitivi.png b/data/icons/hicolor/48x48/apps/org.pitivi.Pitivi.png
similarity index 100%
rename from data/icons/48x48/pitivi.png
rename to data/icons/hicolor/48x48/apps/org.pitivi.Pitivi.png
diff --git a/data/icons/512x512/pitivi.png b/data/icons/hicolor/512x512/apps/org.pitivi.Pitivi.png
similarity index 100%
rename from data/icons/512x512/pitivi.png
rename to data/icons/hicolor/512x512/apps/org.pitivi.Pitivi.png
diff --git a/data/icons/meson.build b/data/icons/meson.build
index c3b479e9..9c530289 100644
--- a/data/icons/meson.build
+++ b/data/icons/meson.build
@@ -1,6 +1,6 @@
-sizes = ['16x16', '24x24', '32x32', '512x512', '22x22', '256x256', '48x48']
-themedir = get_option('datadir') + '/icons/hicolor/'
+themedir = join_paths(get_option('datadir'), 'icons/hicolor')
 
+sizes = ['16x16', '22x22', '24x24', '32x32', '48x48', '256x256', '512x512']
 foreach size: sizes
-    install_data(size + '/pitivi.png', install_dir: themedir + size + '/apps/')
-endforeach
+    install_data(join_paths('hicolor', size, 'apps/org.pitivi.Pitivi.png'), install_dir: 
join_paths(themedir, size, 'apps'))
+endforeach
\ No newline at end of file
diff --git a/data/icons/pitivi.svg b/data/icons/src/pitivi.svg
similarity index 100%
rename from data/icons/pitivi.svg
rename to data/icons/src/pitivi.svg
diff --git a/data/org.pitivi.Pitivi.desktop.in b/data/org.pitivi.Pitivi.desktop.in
index 0d36e268..4cc55c63 100644
--- a/data/org.pitivi.Pitivi.desktop.in
+++ b/data/org.pitivi.Pitivi.desktop.in
@@ -6,7 +6,7 @@ _Comment=Create and edit your own movies
 Exec=pitivi %f
 Terminal=false
 Type=Application
-Icon=pitivi
+Icon=org.pitivi.Pitivi
 Categories=GNOME;GTK;AudioVideo;Video;AudioVideoEditing;
 MimeType=text/x-xges;text/x-xptv;
 StartupNotify=true


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]