SHA256
1
0
forked from pool/breeze

Accepting request 256531 from KDE:Frameworks5

Update to 5.1 Final

OBS-URL: https://build.opensuse.org/request/show/256531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2014-10-15 06:50:51 +00:00 committed by Git OBS Bridge
commit 5c32756b66
7 changed files with 24 additions and 27 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3df7b76cdc9901619a625a19a4f629889d625411eed84ad77ce8d5eaf203c24
size 16423772

3
breeze-5.1.0.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4740bd42f8ee70b040e7b0767404b8c9270cdda63effa618a52edc94309e660d
size 16878056

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Oct 9 21:24:26 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.1 Final:
* Bugfixes since RC1
* For more details please see:
https://www.kde.org/announcements/plasma-5.1.0.php
- Added dark colorscheme and icontheme
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 25 22:45:25 UTC 2014 - hrvoje.senjan@gmail.com Thu Sep 25 22:45:25 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -17,7 +17,7 @@
Name: breeze Name: breeze
Version: 5.0.95 Version: 5.1.0.1
Release: 0 Release: 0
BuildRequires: cmake >= 2.8.12 BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.12 BuildRequires: extra-cmake-modules >= 0.0.12
@ -117,6 +117,7 @@ This package provides Breeze KWin decoration.
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING* %doc COPYING*
%{_kf5_sharedir}/icons/breeze/ %{_kf5_sharedir}/icons/breeze/
%{_kf5_sharedir}/icons/breeze-dark/
%files -n breeze5-cursors %files -n breeze5-cursors
%defattr(-,root,root) %defattr(-,root,root)

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Oct 9 21:24:26 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.1 Final:
* Bugfixes since RC1
* For more details please see:
https://www.kde.org/announcements/plasma-5.1.0.php
- Drop dont-build-translations.patch, fixed upstream
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 25 22:45:25 UTC 2014 - hrvoje.senjan@gmail.com Thu Sep 25 22:45:25 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -17,7 +17,7 @@
Name: breeze4-style Name: breeze4-style
Version: 5.0.95 Version: 5.1.0.1
Release: 0 Release: 0
BuildRequires: automoc4 BuildRequires: automoc4
BuildRequires: cmake >= 2.8.12 BuildRequires: cmake >= 2.8.12
@ -31,8 +31,6 @@ Group: System/GUI/KDE
Url: http://www.kde.org Url: http://www.kde.org
#Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz #Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
Source: breeze-%{version}.tar.xz Source: breeze-%{version}.tar.xz
# PATCH-FIX-UPSTREAM dont-build-translations.patch -- we don't need translations for kde4 style
Patch0: dont-build-translations.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -41,7 +39,6 @@ This package contains kde4 backport of new default Plasma 5 style.
%prep %prep
%setup -q -n breeze-%{version} %setup -q -n breeze-%{version}
%patch0 -p1
%build %build
%cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON %cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON

View File

@ -1,19 +0,0 @@
--- breeze-5.0.95.orig/CMakeLists.txt 2014-09-25 16:45:07.000000000 +0200
+++ breeze-5.0.95/CMakeLists.txt 2014-09-26 00:57:54.472027256 +0200
@@ -10,6 +10,9 @@ else()
find_package(ECM 0.0.9 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+ find_package(KF5I18n CONFIG REQUIRED)
+ ki18n_install(po)
+# #
include(KDEInstallDirs)
include(KDECMakeSettings)
include(KDECompilerSettings)
@@ -28,5 +31,4 @@ endif()
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
-find_package(KF5I18n CONFIG REQUIRED)
-ki18n_install(po)
+