automatic version update by autodist [release 5.6.0-1mamba;Tue Mar 29 2016]

This commit is contained in:
Automatic Build System 2024-01-05 20:57:30 +01:00
parent 0959c68a2d
commit fa519ca9e3
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- a/Breeze-dark-gtk/CMakeLists.txt
+++ b/Breeze-dark-gtk/CMakeLists.txt
@@ -1,5 +1,5 @@
-install(DIRECTORY gtk-2.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/
+install(DIRECTORY gtk-2.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze-Dark
${directory_EXCLUDES})
-install(DIRECTORY gtk-3.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/
+install(DIRECTORY gtk-3.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze-Dark
${directory_EXCLUDES})

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: breeze-gtk Name: breeze-gtk
Version: 5.5.5 Version: 5.6.0
Release: 1mamba Release: 1mamba
Summary: A GTK Theme Built to Match KDE's Breeze Summary: A GTK Theme Built to Match KDE's Breeze
Group: Graphical Desktop/Look 'n' feel Group: Graphical Desktop/Look 'n' feel
@ -11,6 +11,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kde.org URL: http://www.kde.org
Source: http://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz Source: http://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz
Patch0: breeze-gtk-5.5.2-gtkrc-openmamba.patch Patch0: breeze-gtk-5.5.2-gtkrc-openmamba.patch
Patch1: breeze-gtk-5.6.0-fix_regression_breeze_dark.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -36,6 +37,7 @@ A GTK Theme Built to Match KDE's Breeze.
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1
# openmamba color in breeze for gtk 3 # openmamba color in breeze for gtk 3
sed -i "s|#3daee9|#52ae32|g" Breeze-gtk/gtk-3.0/gtk.css sed -i "s|#3daee9|#52ae32|g" Breeze-gtk/gtk-3.0/gtk.css
@ -100,6 +102,9 @@ fi
%doc COPYING.LIB %doc COPYING.LIB
%changelog %changelog
* Tue Mar 29 2016 Automatic Build System <autodist@mambasoft.it> 5.6.0-1mamba
- automatic version update by autodist
* Tue Mar 01 2016 Automatic Build System <autodist@mambasoft.it> 5.5.5-1mamba * Tue Mar 01 2016 Automatic Build System <autodist@mambasoft.it> 5.5.5-1mamba
- automatic version update by autodist - automatic version update by autodist