build: Remove old Ubuntu icons

This commit is contained in:
Hylke Bons 2018-03-17 22:32:39 +00:00
parent bf7dba5e00
commit f36ff660b3
12 changed files with 19 additions and 38 deletions

View file

@ -39,18 +39,7 @@ namespace SparkleShare {
InstallationInfo.OperatingSystem != OS.macOS &&
InstallationInfo.OperatingSystem != OS.Windows) {
string n = Environment.NewLine;
Console.WriteLine (n +
"Share and collaborate by syncing with any Git repository instantly." + n +
n +
"Version: " + InstallationInfo.Version + n +
"Copyright (C) 2010 Hylke Bons and others" + n +
"This program comes with ABSOLUTELY NO WARRANTY." + n +
n +
"This is free software, and you are welcome to redistribute it" + n +
"under certain conditions. Please read the GNU GPLv3 for details." + n);
DisplayHelp ();
Environment.Exit (0);
}
@ -76,6 +65,22 @@ namespace SparkleShare {
}
void DisplayHelp ()
{
string n = Environment.NewLine;
Console.WriteLine (n +
"Share and collaborate by syncing with any Git repository instantly." + n +
n +
"Version: " + InstallationInfo.Version + n +
"Copyright (C) 2010 Hylke Bons and others" + n +
"This program comes with ABSOLUTELY NO WARRANTY." + n +
n +
"This is free software, and you are welcome to redistribute it" + n +
"under certain conditions. Please read the GNU GPLv3 for details." + n);
}
static void OnUnhandledException (object sender, UnhandledExceptionEventArgs exception_args)
{
var exception = (Exception) exception_args.ExceptionObject;

View file

@ -11,6 +11,8 @@ foreach size : icon_sizes
install_dir: join_paths(theme_dir, icon_dir))
endforeach
# Don't forget the symbolic icons
install_data(
sources: join_paths('hicolor', 'symbolic', 'apps', app_icon_name + '-symbolic.svg'),
install_dir: join_paths(theme_dir, 'symbolic', 'apps'))
@ -55,29 +57,3 @@ foreach size : sizes
install_dir: join_paths(app_theme_dir, size + 'x' + size, category))
endforeach
# Install Ubuntu icons
if get_option('ubuntu')
themes = ['ubuntu-mono-dark', 'ubuntu-mono-light']
size = '24'
foreach theme : themes
theme_dir = join_paths(get_option('prefix'), 'share', 'icons', theme)
install_data(sources: join_paths(theme, category, size, 'process-syncing.png'),
install_dir: join_paths(theme_dir, category, size))
install_data(sources: join_paths(theme, category, size, 'process-syncing-idle.png'),
install_dir: join_paths(theme_dir, category, size))
install_data(sources: join_paths(theme, category, size, 'process-syncing-up.png'),
install_dir: join_paths(theme_dir, category, size))
install_data(sources: join_paths(theme, category, size, 'process-syncing-down.png'),
install_dir: join_paths(theme_dir, category, size))
install_data(sources: join_paths(theme, category, size, 'process-syncing-error.png'),
install_dir: join_paths(theme_dir, category, size))
endforeach
endif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B