From b51cb6910380ba3da6ad3c38f3453fa8f6006c04da01c680b07bd2761d6e3c9c Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 1 Apr 2020 06:47:21 +0000 Subject: [PATCH] Fix URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=288 --- breeze.spec | 4 ++-- breeze4-style.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/breeze.spec b/breeze.spec index a667aea..c23b244 100644 --- a/breeze.spec +++ b/breeze.spec @@ -28,9 +28,9 @@ Summary: Plasma Desktop artwork, styles and assets License: GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/5.18.4/breeze-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/5.18.4/breeze-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: cmake >= 2.8.12 diff --git a/breeze4-style.spec b/breeze4-style.spec index 9d9bea4..6d23eae 100644 --- a/breeze4-style.spec +++ b/breeze4-style.spec @@ -23,9 +23,9 @@ Summary: Plasma Desktop artwork, styles and assets License: GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/5.18.4/breeze-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/5.18.4/breeze-%{version}.tar.xz.sig Source2: plasma.keyring %endif # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch boo#973728 wbauer@tmo.at -- fixes collapse/expand icon in Q3ListView that still may be used by some KDE4 applications (knode e.g.)