SHA256
1
0
forked from pool/breeze

Accepting request 414727 from KDE:Frameworks5

Update to 5.7.2

OBS-URL: https://build.opensuse.org/request/show/414727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze?expand=0&rev=30
This commit is contained in:
2016-08-08 11:51:30 +00:00
committed by Git OBS Bridge
7 changed files with 56 additions and 12 deletions

View File

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

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

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

View File

@@ -1,2 +0,0 @@
# we don't use find_lang macro as it doesn't searches in subdirectories
addFilter("file-not-in-%lang .*")

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Jul 20 08:54:14 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.2
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.2.php
-------------------------------------------------------------------
Mon Jul 18 08:38:22 UTC 2016 - jengelh@inai.de
- Add fdupes by recommendation of rpmlint
-------------------------------------------------------------------
Wed Jul 13 06:13:22 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.1
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.1.php
-------------------------------------------------------------------
Tue Jul 5 11:11:55 UTC 2016 - wbauer@tmo.at
- Use the new %kf5_find_lang macro to create the file list for the
lang package
- Remove rpmlintrc file, it is not needed any more now
-------------------------------------------------------------------
Thu Jun 30 12:02:17 UTC 2016 - hrvoje.senjan@gmail.com

View File

@@ -18,10 +18,11 @@
%bcond_without lang
Name: breeze
Version: 5.7.0
Version: 5.7.2
Release: 0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.13
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: kf5-filesystem
BuildRequires: cmake(KDecoration2) >= %{version}
@@ -50,7 +51,6 @@ Group: System/GUI/KDE
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -102,17 +102,19 @@ This package provides Breeze KWin decoration.
%setup -q
%build
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%make_jobs
%install
%kf5_makeinstall -C build
%if %{with lang}
%kf5_find_lang
%endif
%fdupes %buildroot/%_prefix
%if %{with lang}
%files -n breeze5-style-lang
%defattr(-,root,root)
%files -n breeze5-style-lang -f %{name}.lang
%doc COPYING*
%{_kf5_localedir}/
%endif
%files -n breeze5-cursors

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jul 20 08:54:14 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.2
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.2.php
-------------------------------------------------------------------
Wed Jul 13 06:13:22 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.1
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.1.php
-------------------------------------------------------------------
Thu Jun 30 12:02:17 UTC 2016 - hrvoje.senjan@gmail.com

View File

@@ -17,7 +17,7 @@
Name: breeze4-style
Version: 5.7.0
Version: 5.7.2
Release: 0
BuildRequires: automoc4
BuildRequires: cmake >= 2.8.12