aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/nautilus/files/patch-data_meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/nautilus/files/patch-data_meson.build')
-rw-r--r--x11-fm/nautilus/files/patch-data_meson.build28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-fm/nautilus/files/patch-data_meson.build b/x11-fm/nautilus/files/patch-data_meson.build
deleted file mode 100644
index 9d1a4b140874..000000000000
--- a/x11-fm/nautilus/files/patch-data_meson.build
+++ /dev/null
@@ -1,28 +0,0 @@
-From git master. Fixes the same 512x512 icon being installed as all sizes.
---- data/meson.build.orig 2018-06-24 22:58:44 UTC
-+++ data/meson.build
-@@ -8,17 +8,15 @@
- # https://gitlab.gnome.org/GNOME/nautilus/merge_requests/144
- ##########
- foreach icon_size: ['16x16', '22x22', '24x24', '32x32', '48x48', '512x512']
-- configure_file(
-- command: [
-- 'cp', '@INPUT@', '@OUTPUT@'
-- ],
-- input: files(
-- join_paths('icons', 'hicolor', icon_size, 'apps', 'org.gnome.Nautilus.png')
-- ),
-- install_dir: join_paths(datadir, 'icons', 'hicolor', icon_size, 'apps'),
-- output: '@0@.png'.format(application_id)
-+ icondir = join_paths('icons', 'hicolor', icon_size, 'apps')
-+
-+ install_data(
-+ join_paths(icondir, 'org.gnome.Nautilus.png'),
-+ install_dir: join_paths(datadir, icondir),
-+ rename: '@0@.png'.format(application_id)
- )
- endforeach
-+
-
- configure_file(
- command: [