automatic version update by autodist [release 5.15.1-1mamba;Wed Feb 20 2019]

This commit is contained in:
Automatic Build System 2024-01-05 20:57:31 +01:00
parent f975f56195
commit 6daca78946

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: breeze-gtk
Version: 5.14.5
Version: 5.15.1
Release: 1mamba
Summary: A GTK Theme Built to Match KDE's Breeze
Group: Graphical Desktop/Look 'n' feel
@ -21,6 +21,7 @@ BuildRequires: libstdc++6-devel
BuildRequires: cmake
BuildRequires: rpm-macros-kde5
BuildRequires: extra-cmake-modules
BuildRequires: sassc
Provides: oxygen-gtk3
Obsoletes: oxygen-gtk3
Provides: QtCurve
@ -38,8 +39,10 @@ A GTK Theme Built to Match KDE's Breeze.
%setup -q
#%patch0 -p1
# openmamba color in breeze for gtk 3
sed -i "s|#3daee9|#52ae32|g" Breeze-gtk/gtk-3.20/gtk.css
## openmamba color in breeze for gtk 3
#sed -i "s|#3daee9|#52ae32|g" Breeze-gtk/gtk-3.20/gtk.css
sed -i "s|\${KDE_INSTALL_FULL_LIBDIR}|%{_libdir}|" cmake/FindGTKEngine.cmake
%build
%cmake_kde5 -d build \
@ -116,6 +119,12 @@ fi
%doc COPYING.LIB
%changelog
* Wed Feb 20 2019 Automatic Build System <autodist@mambasoft.it> 5.15.1-1mamba
- automatic version update by autodist
* Sun Feb 17 2019 Automatic Build System <autodist@mambasoft.it> 5.15.0-1mamba
- automatic version update by autodist
* Wed Jan 09 2019 Automatic Build System <autodist@mambasoft.it> 5.14.5-1mamba
- automatic version update by autodist