From 4ae55c38ca0e5eb8332e558753bb27696c1c80c5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 2 Aug 2016 16:43:41 -0500 Subject: [PATCH] 5.7.3-2 - adapt to upstream looknfeel/default-layout changes - BR: iso-codes (technically only runtime dep, but can't hurt) --- .gitignore | 1 - plasma-workspace.spec | 15 +++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a3e4e1..5581f46 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/plasma-workspace-5.7.2.tar.xz /plasma-workspace-5.7.3.tar.xz diff --git a/plasma-workspace.spec b/plasma-workspace.spec index 0c974c7..902d26c 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -7,7 +7,7 @@ Name: plasma-workspace Summary: Plasma workspace, applications and applets Version: 5.7.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -37,6 +37,11 @@ Patch12: startkde.patch Patch13: startplasmacompositor.patch # revert (semi) regresssion wrt systray icon sizes, http://bugs.kde.org/365570 Patch14: plasma-workspace-5.7.2-systray_iconSizes.patch +# default to folderview (instead of desktop) containment, see also +# https://mail.kde.org/pipermail/distributions/2016-July/000133.html +# and example, +# https://github.com/notmart/artwork-lnf-netrunner-core/blob/master/usr/share/plasma/look-and-feel/org.kde.netrunner-core.desktop/contents/defaults +Patch15: plasma-workspace-5.7.3-folderview_layout.patch ## upstreamable Patches # (yum) debuginfo-install improvements @@ -269,7 +274,9 @@ Requires: sddm-breeze = %{version}-%{release} Obsoletes: plasma-workspace < 5.3.2-8 # digitalclock applet -#BuildRequires: iso-codes +%if ! 0%{?bootstrap} +BuildRequires: pkgconfig(iso-codes) +%endif Requires: iso-codes %description @@ -656,6 +663,10 @@ fi %changelog +* Tue Aug 02 2016 Rex Dieter - 5.7.3-2 +- adapt to upstream looknfeel/default-layout changes +- BR: iso-codes (technically only runtime dep, but can't hurt) + * Tue Aug 02 2016 Rex Dieter - 5.7.3-1 - 5.7.3