From b47f9f262f3fad01ab1033745f07cdb4039aa4f5efb556e644a56bb08c0042c7 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 5 Mar 2016 18:44:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=97 --- Fix-installation-of-Breeze-Dark.patch | 22 ++++++++++++++++++++++ breeze-5.5.5.tar.xz | 3 --- breeze-5.5.95.tar.xz | 3 +++ breeze.spec | 7 ++++--- breeze4-style.spec | 2 +- 5 files changed, 30 insertions(+), 7 deletions(-) create mode 100644 Fix-installation-of-Breeze-Dark.patch delete mode 100644 breeze-5.5.5.tar.xz create mode 100644 breeze-5.5.95.tar.xz diff --git a/Fix-installation-of-Breeze-Dark.patch b/Fix-installation-of-Breeze-Dark.patch new file mode 100644 index 0000000..6d5ca6c --- /dev/null +++ b/Fix-installation-of-Breeze-Dark.patch @@ -0,0 +1,22 @@ +From: Aleix Pol +Date: Wed, 02 Mar 2016 23:14:27 +0000 +Subject: Fix installation of Breeze Dark +X-Git-Url: http://quickgit.kde.org/?p=breeze.git&a=commitdiff&h=42b02dd7214432a9bb7c451360684d417c26869d +--- +Fix installation of Breeze Dark + +CCMAIL: hrvoje.senjan@gmail.com +--- + + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -37,7 +37,7 @@ + INSTALL(FILES colors/BreezeHighContrast.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/) + + find_package(KF5Package CONFIG REQUIRED) +- kpackage_install_package(lookandfeel.dark org.kde.breezedark.desktop look-and-feel lookandfeel) ++ kpackage_install_package(lookandfeel.dark org.kde.breezedark.desktop look-and-feel plasma lookandfeel) + if(EXISTS ${CMAKE_SOURCE_DIR}/po AND IS_DIRECTORY ${CMAKE_SOURCE_DIR}/po) + find_package(KF5I18n CONFIG REQUIRED) + ki18n_install(po) diff --git a/breeze-5.5.5.tar.xz b/breeze-5.5.5.tar.xz deleted file mode 100644 index 5e278da..0000000 --- a/breeze-5.5.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b490398e75779ab0261222adbba26b9b85943236735689962c26eb17def4ae77 -size 29670168 diff --git a/breeze-5.5.95.tar.xz b/breeze-5.5.95.tar.xz new file mode 100644 index 0000000..3a2a6d7 --- /dev/null +++ b/breeze-5.5.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6439a25f90624d80ff3949222ad8b2b1d500cc0054f9a37ea78f3b38eb0e3cc +size 19652500 diff --git a/breeze.spec b/breeze.spec index d6f30f9..0b29323 100644 --- a/breeze.spec +++ b/breeze.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: breeze -Version: 5.5.5 +Version: 5.5.95 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.13 @@ -31,7 +31,7 @@ BuildRequires: cmake(KF5FrameworkIntegration) BuildRequires: cmake(KF5GuiAddons) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5KCMUtils) -BuildRequires: cmake(KF5Plasma) +BuildRequires: cmake(KF5Package) BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(Qt5DBus) >= 5.4.0 BuildRequires: cmake(Qt5Widgets) >= 5.4.0 @@ -50,6 +50,7 @@ Url: http://www.kde.org #Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc +Patch0: Fix-installation-of-Breeze-Dark.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -99,6 +100,7 @@ This package provides Breeze KWin decoration. %lang_package -n breeze5-style %prep %setup -q +%patch0 -p1 %build %cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 @@ -129,7 +131,6 @@ This package provides Breeze KWin decoration. %{_kf5_iconsdir}/hicolor/scalable/apps/breeze-settings.* %{_kf5_sharedir}/QtCurve/ %{_kf5_sharedir}/color-schemes/ -%{_kf5_servicesdir}/plasma-lookandfeel-org.kde.breezedark.* %dir %{_kf5_sharedir}/plasma %{_kf5_sharedir}/plasma/look-and-feel/ %{_kf5_qmldir}/QtQuick/ diff --git a/breeze4-style.spec b/breeze4-style.spec index bec09c1..30ae6b4 100644 --- a/breeze4-style.spec +++ b/breeze4-style.spec @@ -17,7 +17,7 @@ Name: breeze4-style -Version: 5.5.5 +Version: 5.5.95 Release: 0 BuildRequires: automoc4 BuildRequires: cmake >= 2.8.12