2024-01-05 20:57:30 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: breeze-gtk
|
2024-01-05 20:57:31 +01:00
|
|
|
Version: 5.13.3
|
2024-01-05 20:57:30 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 20:57:30 +01:00
|
|
|
Summary: A GTK Theme Built to Match KDE's Breeze
|
|
|
|
Group: Graphical Desktop/Look 'n' feel
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.kde.org
|
2024-01-05 20:57:30 +01:00
|
|
|
Source: http://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz
|
2024-01-05 20:57:30 +01:00
|
|
|
Patch0: breeze-gtk-5.6.95-gtkrc-openmamba.patch
|
2024-01-05 20:57:30 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libqt5-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: rpm-macros-kde5
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
Provides: oxygen-gtk3
|
|
|
|
Obsoletes: oxygen-gtk3
|
|
|
|
Provides: QtCurve
|
|
|
|
Requires: breeze-icons
|
|
|
|
Requires: adwaita-icon-theme
|
2024-01-05 20:57:30 +01:00
|
|
|
Requires: gnome-themes-standard
|
2024-01-05 20:57:30 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
A GTK Theme Built to Match KDE's Breeze.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 20:57:31 +01:00
|
|
|
#%patch0 -p1
|
2024-01-05 20:57:30 +01:00
|
|
|
|
|
|
|
# openmamba color in breeze for gtk 3
|
2024-01-05 20:57:30 +01:00
|
|
|
sed -i "s|#3daee9|#52ae32|g" Breeze-gtk/gtk-3.20/gtk.css
|
2024-01-05 20:57:30 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 20:57:30 +01:00
|
|
|
%cmake_kde5 -d build \
|
|
|
|
-DWITH_GTK3_VERSION=3.20
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
install -d -m0755 %{buildroot}%{_sysconfdir}/gtk-3.0
|
|
|
|
cat > %{buildroot}%{_sysconfdir}/gtk-3.0/settings.ini-Breeze << _EOF
|
|
|
|
[Settings]
|
|
|
|
gtk-font-name=Bitstream Vera Sans Roman 9
|
2024-01-05 20:57:30 +01:00
|
|
|
gtk-theme-name=Breeze
|
2024-01-05 20:57:30 +01:00
|
|
|
gtk-icon-theme-name=breeze
|
|
|
|
gtk-fallback-icon-theme=Adwaita
|
|
|
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
|
|
|
gtk-menu-images=0
|
2024-01-05 20:57:30 +01:00
|
|
|
gtk-button-images=1
|
2024-01-05 20:57:30 +01:00
|
|
|
_EOF
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
#mv %{buildroot}%{_datadir}/themes/Breeze/gtk-3.0/gtk.css \
|
|
|
|
# %{buildroot}%{_datadir}/themes/Breeze/gtk-3.0/gtk.css.bak
|
2024-01-05 20:57:30 +01:00
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
/usr/sbin/update-alternatives --remove settings.ini %{_datadir}/themes/Breeze/gtk-3.0/settings.ini-Breeze
|
|
|
|
/usr/sbin/update-alternatives --remove gtkrc %{_datadir}/themes/Breeze/gtk-2.0/gtkrc
|
|
|
|
/usr/sbin/update-alternatives --remove gtkrc %{_datadir}/themes/Breeze-Dark/gtk-2.0/gtkrc
|
|
|
|
fi
|
|
|
|
:
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
if [ $1 -ge 1 ]; then
|
|
|
|
/usr/sbin/alternatives --install \
|
|
|
|
%{_sysconfdir}/gtk-3.0/settings.ini settings.ini %{_sysconfdir}/gtk-3.0/settings.ini-Breeze 50
|
|
|
|
/usr/sbin/alternatives --install \
|
|
|
|
%{_sysconfdir}/gtk-2.0/gtkrc gtkrc %{_datadir}/themes/Breeze/gtk-2.0/gtkrc 50
|
|
|
|
/usr/sbin/alternatives --install \
|
|
|
|
%{_sysconfdir}/gtk-2.0/gtkrc gtkrc %{_datadir}/themes/Breeze-Dark/gtk-2.0/gtkrc 40
|
|
|
|
fi
|
|
|
|
:
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/gtk-3.0/settings.ini-Breeze
|
|
|
|
%{_libdir}/kconf_update_bin/gtkbreeze5.5
|
|
|
|
%{_datadir}/kconf_update/gtkbreeze5.5.upd
|
|
|
|
%dir %{_datadir}/themes/Breeze
|
2024-01-05 20:57:30 +01:00
|
|
|
%dir %{_datadir}/themes/Breeze/assets
|
|
|
|
%{_datadir}/themes/Breeze/assets/*
|
2024-01-05 20:57:30 +01:00
|
|
|
%dir %{_datadir}/themes/Breeze/gtk-2.0
|
|
|
|
%{_datadir}/themes/Breeze/gtk-2.0/*
|
2024-01-05 20:57:30 +01:00
|
|
|
%dir %{_datadir}/themes/Breeze/gtk-3.*
|
|
|
|
%{_datadir}/themes/Breeze/gtk-3.*/*
|
2024-01-05 20:57:30 +01:00
|
|
|
%dir %{_datadir}/themes/Breeze-Dark
|
2024-01-05 20:57:30 +01:00
|
|
|
%dir %{_datadir}/themes/Breeze-Dark/assets
|
|
|
|
%{_datadir}/themes/Breeze-Dark/assets/*
|
2024-01-05 20:57:30 +01:00
|
|
|
%dir %{_datadir}/themes/Breeze-Dark/gtk-2.0
|
|
|
|
%{_datadir}/themes/Breeze-Dark/gtk-2.0/*
|
2024-01-05 20:57:30 +01:00
|
|
|
%dir %{_datadir}/themes/Breeze-Dark/gtk-3.*
|
|
|
|
%{_datadir}/themes/Breeze-Dark/gtk-3.*/*
|
2024-01-05 20:57:30 +01:00
|
|
|
%doc COPYING.LIB
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 20:57:31 +01:00
|
|
|
* Tue Jul 10 2018 Automatic Build System <autodist@mambasoft.it> 5.13.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:31 +01:00
|
|
|
* Tue Jun 26 2018 Automatic Build System <autodist@mambasoft.it> 5.13.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:31 +01:00
|
|
|
* Tue Jun 19 2018 Automatic Build System <autodist@mambasoft.it> 5.13.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jun 14 2018 Automatic Build System <autodist@mambasoft.it> 5.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:31 +01:00
|
|
|
* Tue May 01 2018 Automatic Build System <autodist@mambasoft.it> 5.12.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:31 +01:00
|
|
|
* Sun Apr 01 2018 Automatic Build System <autodist@mambasoft.it> 5.12.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:31 +01:00
|
|
|
* Tue Mar 06 2018 Automatic Build System <autodist@mambasoft.it> 5.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 21 2018 Automatic Build System <autodist@mambasoft.it> 5.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 14 2018 Automatic Build System <autodist@mambasoft.it> 5.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:31 +01:00
|
|
|
* Wed Jan 03 2018 Automatic Build System <autodist@mambasoft.it> 5.11.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:31 +01:00
|
|
|
* Thu Dec 07 2017 Automatic Build System <autodist@mambasoft.it> 5.11.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:31 +01:00
|
|
|
* Tue Nov 07 2017 Automatic Build System <autodist@mambasoft.it> 5.11.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 5.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 11 2017 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Wed Aug 23 2017 Automatic Build System <autodist@mambasoft.it> 5.10.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Jul 18 2017 Automatic Build System <autodist@mambasoft.it> 5.10.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Wed Jun 28 2017 Automatic Build System <autodist@mambasoft.it> 5.10.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jun 17 2017 Automatic Build System <autodist@mambasoft.it> 5.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 25 2017 Automatic Build System <autodist@mambasoft.it> 5.9.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 21 2017 Automatic Build System <autodist@mambasoft.it> 5.9.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 5.9.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 07 2017 Automatic Build System <autodist@mambasoft.it> 5.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 03 2017 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Wed Dec 28 2016 Automatic Build System <autodist@mambasoft.it> 5.8.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Nov 22 2016 Automatic Build System <autodist@mambasoft.it> 5.8.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Nov 01 2016 Automatic Build System <autodist@mambasoft.it> 5.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Oct 18 2016 Automatic Build System <autodist@mambasoft.it> 5.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 5.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 06 2016 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Sep 20 2016 Automatic Build System <autodist@mambasoft.it> 5.7.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Aug 30 2016 Automatic Build System <autodist@mambasoft.it> 5.7.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Aug 02 2016 Automatic Build System <autodist@mambasoft.it> 5.7.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Thu Jul 21 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.7.2-1mamba
|
|
|
|
- update to 5.7.2
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Jun 21 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.95-1mamba
|
|
|
|
- update to 5.6.95
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Jun 14 2016 Automatic Build System <autodist@mambasoft.it> 5.6.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Wed May 11 2016 Automatic Build System <autodist@mambasoft.it> 5.6.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue May 03 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.3-4mamba
|
|
|
|
- reapply again patch for gtkrc (gtk-2.0)
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Thu Apr 28 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.3-3mamba
|
|
|
|
- revert past change and temporary disable theme until fixed by renaming gtk,css
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Sat Apr 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.3-2mamba
|
|
|
|
- fix gtk-theme-name case in settings.ini for gtk 3.20 (see https://bugs.kde.org/show_bug.cgi?id=361066)
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Wed Apr 20 2016 Automatic Build System <autodist@mambasoft.it> 5.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Apr 19 2016 Automatic Build System <autodist@mambasoft.it> 5.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Mar 29 2016 Automatic Build System <autodist@mambasoft.it> 5.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Tue Mar 01 2016 Automatic Build System <autodist@mambasoft.it> 5.5.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Wed Jan 27 2016 Automatic Build System <autodist@mambasoft.it> 5.5.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Thu Jan 07 2016 Automatic Build System <autodist@mambasoft.it> 5.5.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Sun Dec 27 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.2-4mamba
|
|
|
|
- fixes to custom gtkrc
|
|
|
|
|
2024-01-05 20:57:30 +01:00
|
|
|
* Fri Dec 25 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.2-3mamba
|
|
|
|
- add alternative for gtkrc and settings.ini and patch for openmamba colors
|
|
|
|
|
|
|
|
* Fri Dec 25 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.2-2mamba
|
|
|
|
- obsolete oxygen-gtk and provide gtk-3.0 settings.ini
|
|
|
|
|
|
|
|
* Fri Dec 25 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.2-1mamba
|
|
|
|
- package created using the webbuild interface
|