[nautilus/wip/jimmac/nightly-app-icon: 2/3] build: Use new nightly icon for the Devel profile
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/jimmac/nightly-app-icon: 2/3] build: Use new nightly icon for the Devel profile
- Date: Sun, 13 Oct 2019 16:11:39 +0000 (UTC)
commit fd890bd927fedd6841568a679f528aa0f62cf893
Author: António Fernandes <antoniof gnome org>
Date: Sun Oct 13 16:51:35 2019 +0100
build: Use new nightly icon for the Devel profile
A variant of the app icon has been introduced in the previous commit.
Let's use it for the Devel profile.
Part ot https://gitlab.gnome.org/GNOME/Initiatives/issues/12
data/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 47ee5da11..7218b84e0 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,6 +1,6 @@
icondir = join_paths('icons', 'hicolor', 'scalable', 'apps')
install_data(
- join_paths(icondir, 'org.gnome.Nautilus.svg'),
+ join_paths(icondir, 'org.gnome.Nautilus' + profile + '.svg'),
install_dir: join_paths(datadir, icondir),
rename: '@0@.svg'.format(application_id)
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]