diff options
| author | Matthias Klumpp <mak@debian.org> | 2017-01-19 17:40:24 (GMT) |
|---|---|---|
| committer | Matthias Klumpp <mak@debian.org> | 2017-01-19 17:40:24 (GMT) |
| commit | b678d57e980c6c0768212fe59f83c45826f5ac23 (patch) | |
| tree | 8eb9797c2028c3163174691b13c4c273e153d164 | |
| parent | 88917e742d193d0064c4ad4c5c2fc6e8ca4d0394 (diff) | |
Make Discover ready for AppStream not downloading icons by default anymore
| -rw-r--r-- | debian/extra/60plasma-discover | 17 | ||||
| -rw-r--r-- | debian/extra/90plasmadiscover | 8 | ||||
| -rw-r--r-- | debian/plasma-discover.install | 2 |
3 files changed, 18 insertions, 9 deletions
diff --git a/debian/extra/60plasma-discover b/debian/extra/60plasma-discover new file mode 100644 index 0000000..124ef9f --- /dev/null +++ b/debian/extra/60plasma-discover @@ -0,0 +1,17 @@ +## This file is provided by KDE Discover to enable the download of +## small-size icons as well as bigger high-res application icons by default. +## +## The small (64x64px) icons are required for Discover to work, while the +## HiDPI icons are required for it to look good. + +Acquire::IndexTargets { + deb::DEP-11-icons { + DefaultEnabled "true"; + }; +}; + +Acquire::IndexTargets { + deb::DEP-11-icons-hidpi { + DefaultEnabled "true"; + }; +}; diff --git a/debian/extra/90plasmadiscover b/debian/extra/90plasmadiscover deleted file mode 100644 index 5e3a3c0..0000000 --- a/debian/extra/90plasmadiscover +++ /dev/null @@ -1,8 +0,0 @@ -## This file is provided by KDE Discover to enable the download of bigger -## high-res application icons by default. - -Acquire::IndexTargets { - deb::DEP-11-icons-hidpi { - DefaultEnabled "true"; - }; -}; diff --git a/debian/plasma-discover.install b/debian/plasma-discover.install index f99b130..7291fb7 100644 --- a/debian/plasma-discover.install +++ b/debian/plasma-discover.install @@ -1,4 +1,4 @@ -debian/extra/90plasmadiscover /etc/apt/apt.conf.d/ +debian/extra/60plasma-discover /etc/apt/apt.conf.d/ usr/bin/plasma-discover usr/lib/*/libexec/kf5/discover/runservice usr/lib/*/plasma-discover/* |
