forked from pool/breeze-gtk
Accepting request 498786 from KDE:Frameworks5
Plasma 5.10 final OBS-URL: https://build.opensuse.org/request/show/498786 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze-gtk?expand=0&rev=25
This commit is contained in:
commit
06286e5cf5
3
breeze-gtk-5.10.0.tar.xz
Normal file
3
breeze-gtk-5.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:563c4c3376ba33445ba6662e72e12b608457320e02a4d98732edc2de5770bab9
|
||||
size 211488
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32dfa87f0cdf713962c22415a0ed8b2e1eff89a6fd517407738056ff32064459
|
||||
size 211864
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 27 16:30:09 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Move all gtk-3.0+ themes to gtk3-metatheme-breeze
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 26 14:10:29 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.10.0.php
|
||||
- Changes since 5.9.95:
|
||||
* Remove gtk+-3 build dep, install versioned gtk.css dirs unconditionally
|
||||
* Set no stepper button for GTK3 scrollbars on gtk >=3.20 (kde#377008)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 20:26:19 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.9.95
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.9.95.php
|
||||
- Changes since 5.9.5:
|
||||
* Revert "Revert "No need for WITH_GTK3_VERSION anymore""
|
||||
* Revert "Revert "Figure out the GTK version instead of using a hardcoded one""
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 18:57:59 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%define _name breeze
|
||||
Name: breeze-gtk
|
||||
Version: 5.9.5
|
||||
Version: 5.10.0
|
||||
Release: 0
|
||||
Summary: GTK+ theme matching KDE's Breeze
|
||||
License: LGPL-2.1
|
||||
Group: System/GUI/KDE
|
||||
Url: https://projects.kde.org/breeze-gtk
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz
|
||||
Source: breeze-gtk-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE update_from_BreezeGTK.patch boo#994832 -- update user's config from the old BreezyGTK theme
|
||||
Patch: update_from_BreezeGTK.patch
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
@ -74,11 +74,7 @@ A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
||||
chmod a-x COPYING* README.md
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?sle_version} > 120100)
|
||||
%cmake_kf5 -- -DWITH_GTK3_VERSION=3.20
|
||||
%else
|
||||
%cmake_kf5
|
||||
%endif
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -89,7 +85,7 @@ make %{?_smp_mflags}
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING* README.md
|
||||
%{_datadir}/themes/Breeze*/
|
||||
%exclude %{_datadir}/themes/Breeze*/gtk-?.0/
|
||||
%exclude %{_datadir}/themes/Breeze*/gtk-*/
|
||||
%dir %{_kf5_sharedir}/kconf_update/
|
||||
%dir %{_kf5_sharedir}/themes/Breeze*/assets/
|
||||
%{_kf5_sharedir}/kconf_update/*%{_name}*
|
||||
@ -102,6 +98,6 @@ make %{?_smp_mflags}
|
||||
|
||||
%files -n gtk3-metatheme-%{_name}
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/themes/Breeze*/gtk-3.0/
|
||||
%{_datadir}/themes/Breeze*/gtk-3.*/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user