From 49120f48474fc8fdc2448c75d961bc238213cfac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 May 2018 14:34:32 +0200 Subject: New upstream version 0.28.2 --- app-icons/meson.build | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app-icons/meson.build (limited to 'app-icons') diff --git a/app-icons/meson.build b/app-icons/meson.build new file mode 100644 index 0000000..7cf43a7 --- /dev/null +++ b/app-icons/meson.build @@ -0,0 +1,14 @@ +install_subdir('16x16', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) +install_subdir('22x22', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) +install_subdir('24x24', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) +install_subdir('256x256', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) +install_subdir('32x32', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) +install_subdir('48x48', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) +install_subdir('symbolic', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) -- cgit v1.2.3 From ab841afa5cb39058d9ab2cebb67cfe6369443f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 25 Jun 2018 20:55:59 +0200 Subject: New upstream version 0.28.3 --- app-icons/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-icons') diff --git a/app-icons/Makefile.in b/app-icons/Makefile.in index 9d76a54..e4d5a51 100644 --- a/app-icons/Makefile.in +++ b/app-icons/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, -- cgit v1.2.3