[SCM] KDE Discover packaging branch, master, updated. debian/5.8.5-2-3-gb678d57

Matthias Klumpp mak at moszumanska.debian.org
Thu Jan 19 17:40:35 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/plasma-discover.git;a=commitdiff;h=b678d57

The following commit has been merged in the master branch:
commit b678d57e980c6c0768212fe59f83c45826f5ac23
Author: Matthias Klumpp <mak at debian.org>
Date:   Thu Jan 19 18:40:24 2017 +0100

    Make Discover ready for AppStream not downloading icons by default anymore
---
 debian/extra/60plasma-discover | 17 +++++++++++++++++
 debian/extra/90plasmadiscover  |  8 --------
 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/*

-- 
KDE Discover packaging



More information about the pkg-kde-commits mailing list