SHA256
1
0
forked from pool/breeze-gtk

- Move all gtk-3.0+ themes to gtk3-metatheme-breeze

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze-gtk?expand=0&rev=43
This commit is contained in:
Fabian Vogt 2017-05-27 16:33:28 +00:00 committed by Git OBS Bridge
parent 724fd2c50e
commit aa86e53bf5
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@ -33,7 +33,6 @@ BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(gtk+-3.0)
%description
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
@ -75,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
@ -90,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}*
@ -103,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