Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition and clean up #142

Merged
merged 2 commits into from Oct 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -46,6 +46,17 @@ Acquire::IndexTargets {
KeepCompressedAs "gz";
DefaultEnabled "false";
};

# Even larger icons that are used on HiDPI displays.
deb::DEP-11-icons-large-hidpi {
MetaKey "$(COMPONENT)/dep11/icons-128x128@2.tar";
ShortDescription "icons-128x128@2";
Description "$(RELEASE)/$(COMPONENT) DEP-11 128x128@2 Icons";

KeepCompressed "true";
KeepCompressedAs "gz";
DefaultEnabled "false";
};
};

# Refresh AppStream cache when APT's cache is updated (i.e. apt update)
@@ -1,4 +1,3 @@
// Metadata for AppStream GIR

AppStream name="AppStream"
AppStream cheader_filename="appstream.h"
@@ -47,7 +47,7 @@ static const gchar *apt_lists_dir = "/var/lib/apt/lists/";
static const gchar *appstream_yml_target = "/var/lib/app-info/yaml";
static const gchar *appstream_icons_target = "/var/lib/app-info/icons";

static const gchar* const default_icon_sizes[] = { "64x64", "64x64@2", "128x128", NULL };
static const gchar* const default_icon_sizes[] = { "64x64", "64x64@2", "128x128", "128x128@2", NULL };


/**
@@ -130,6 +130,7 @@ if get_option ('gir')
'GObject-2.0',
'Gio-2.0'
],
extra_args: ['--c-include=appstream.h'],
install: true
)