PHP 8.5.2
Preview: 50appstream Size: 2.51 KB
//etc/apt/apt.conf.d/50appstream

## This file is provided by appstreamcli(1) to download DEP-11
## metadata files.

Acquire::IndexTargets {
    # The YAML metadata files
    deb::DEP-11  {
        MetaKey "$(COMPONENT)/dep11/Components-$(NATIVE_ARCHITECTURE).yml";
        ShortDescription "Components-$(NATIVE_ARCHITECTURE)";
        Description "$(RELEASE)/$(COMPONENT) $(NATIVE_ARCHITECTURE) Components";

        KeepCompressed "true";
        KeepCompressedAs "gz";
    };

    # Small icons for GUI components described in the DEP-11
    # YAML metadata.
    deb::DEP-11-icons-small  {
        MetaKey "$(COMPONENT)/dep11/icons-48x48.tar";
        ShortDescription "icons-48x48";
        Description "$(RELEASE)/$(COMPONENT) Icons (48x48)";

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

    # Normal-sized icons for GUI components described in the DEP-11
    # YAML metadata.
    deb::DEP-11-icons  {
        MetaKey "$(COMPONENT)/dep11/icons-64x64.tar";
        ShortDescription "icons-64x64";
        Description "$(RELEASE)/$(COMPONENT) Icons (64x64)";

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

    # Icons suitable for HiDPI displays, for GUI components described in
    # the DEP-11 YAML metadata.
    deb::DEP-11-icons-hidpi  {
        MetaKey "$(COMPONENT)/dep11/icons-64x64@2.tar";
        ShortDescription "icons-64x64@2";
        Description "$(RELEASE)/$(COMPONENT) Icons (64x64@2)";

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

    # Larger icons that are often used on HiDPI displays as fallback.
    deb::DEP-11-icons-large  {
        MetaKey "$(COMPONENT)/dep11/icons-128x128.tar";
        ShortDescription "icons-128x128";
        Description "$(RELEASE)/$(COMPONENT) Icons (128x128)";

        KeepCompressed "true";
        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) Icons (128x128@2)";

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

# Refresh AppStream cache when APT's cache is updated (i.e. apt update)
APT::Update::Post-Invoke-Success {
    "if /usr/bin/test -w /var/cache/swcatalog -a -e /usr/bin/appstreamcli; then appstreamcli refresh --source=os > /dev/null || true; fi";
};

Directory Contents

Dirs: 0 × Files: 16

Name Size Perms Modified Actions
92 B lrw-r--r-- 2024-03-22 10:11:44
Edit Download
399 B lrw-r--r-- 2024-03-31 17:01:38
Edit Download
129 B lrw-r--r-- 2025-04-02 09:15:39
Edit Download
108 B lrw-r--r-- 2025-04-02 09:15:39
Edit Download
392 B lrw-r--r-- 2025-10-27 12:42:14
Edit Download
162 B lrw-r--r-- 2023-08-29 11:43:08
Edit Download
85 B lrw-r--r-- 2025-04-02 09:15:39
Edit Download
80 B lrw-r--r-- 2026-01-23 09:07:33
Edit Download
1.01 KB lrw-r--r-- 2023-11-08 20:35:41
Edit Download
127 B lrw-r--r-- 2025-11-21 07:08:02
Edit Download
2.51 KB lrw-r--r-- 2024-02-24 21:23:01
Edit Download
625 B lrw-r--r-- 2023-01-20 13:39:07
Edit Download
6.01 KB lrw-r--r-- 2024-02-12 17:50:35
Edit Download
182 B lrw-r--r-- 2024-04-12 12:40:53
Edit Download
343 B lrw-r--r-- 2024-12-05 11:53:51
Edit Download
305 B lrw-r--r-- 2025-04-02 09:15:39
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).