Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2019-11-15 22:33:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/breeze-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.breeze-gtk.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "breeze-gtk"

Fri Nov 15 22:33:53 2019 rev:70 rq:747827 version:5.17.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes    2019-10-31 
18:10:08.525689562 +0100
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new.26869/breeze-gtk.changes 
2019-11-15 22:33:54.692030262 +0100
@@ -1,0 +2,11 @@
+Tue Nov 12 11:01:06 UTC 2019 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.17.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.3.php
+- Changes since 5.17.2:
+  * [GTK3] Modify scrollbar states to better resemble Breeze Qt (kde#413498)
+  * [GTK3/Firefox] Fix scrollbar click region (kde#413118)
+
+-------------------------------------------------------------------

Old:
----
  breeze-gtk-5.17.2.tar.xz
  breeze-gtk-5.17.2.tar.xz.sig

New:
----
  breeze-gtk-5.17.3.tar.xz
  breeze-gtk-5.17.3.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ breeze-gtk.spec ++++++
--- /var/tmp/diff_new_pack.S12gfA/_old  2019-11-15 22:33:55.232030025 +0100
+++ /var/tmp/diff_new_pack.S12gfA/_new  2019-11-15 22:33:55.248030017 +0100
@@ -19,7 +19,7 @@
 
 %define _name   breeze
 Name:           breeze-gtk
-Version:        5.17.2
+Version:        5.17.3
 Release:        0
 Summary:        GTK+ theme matching KDE's Breeze
 License:        LGPL-2.1-only

++++++ breeze-gtk-5.17.2.tar.xz -> breeze-gtk-5.17.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.17.2/CMakeLists.txt 
new/breeze-gtk-5.17.3/CMakeLists.txt
--- old/breeze-gtk-5.17.2/CMakeLists.txt        2019-10-29 19:06:01.000000000 
+0100
+++ new/breeze-gtk-5.17.3/CMakeLists.txt        2019-11-12 11:10:16.000000000 
+0100
@@ -1,5 +1,5 @@
 project(breeze-gtk)
-set(PROJECT_VERSION "5.17.2")
+set(PROJECT_VERSION "5.17.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/breeze-gtk-5.17.2/src/gtk3/applications/_firefox.scss 
new/breeze-gtk-5.17.3/src/gtk3/applications/_firefox.scss
--- old/breeze-gtk-5.17.2/src/gtk3/applications/_firefox.scss   1970-01-01 
01:00:00.000000000 +0100
+++ new/breeze-gtk-5.17.3/src/gtk3/applications/_firefox.scss   2019-11-12 
11:10:16.000000000 +0100
@@ -0,0 +1,8 @@
+#MozillaGtkWidget {
+    scrollbar {
+        margin: 0px;
+        slider {
+            border: 5px solid transparent;
+        }
+    }
+}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.17.2/src/gtk3/gtk.scss 
new/breeze-gtk-5.17.3/src/gtk3/gtk.scss
--- old/breeze-gtk-5.17.2/src/gtk3/gtk.scss     2019-10-29 19:06:01.000000000 
+0100
+++ new/breeze-gtk-5.17.3/src/gtk3/gtk.scss     2019-11-12 11:10:16.000000000 
+0100
@@ -34,4 +34,5 @@
 @import "widgets/treeview";
 @import "widgets/window_decorations";
 
-@import "applications/chromium";
\ No newline at end of file
+@import "applications/chromium";
+@import "applications/firefox";
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.17.2/src/gtk3/widgets/_scrollbar.scss 
new/breeze-gtk-5.17.3/src/gtk3/widgets/_scrollbar.scss
--- old/breeze-gtk-5.17.2/src/gtk3/widgets/_scrollbar.scss      2019-10-29 
19:06:01.000000000 +0100
+++ new/breeze-gtk-5.17.3/src/gtk3/widgets/_scrollbar.scss      2019-11-12 
11:10:16.000000000 +0100
@@ -44,14 +44,6 @@
     background-image: none;
     color: transparent;
     }
-  &:backdrop {
-    @extend %undecorated_button;
-    color: gtk("@theme_button_foreground_backdrop");
-    &:disabled {
-      color: gtk("@theme_button_foreground_backdrop_insensitive");
-    }
-    @extend %undecorated_button;
-        }
        }
 
   // Overlay Scrollbars
@@ -118,10 +110,7 @@
     min-height: 30px;
     border-radius: 8px;
     background-clip: padding-box;
-    background-color: gtkalpha($scrollbar_color_backdrop, 0.2);
-    &:backdrop { 
-        background-color: $scrollbar_color_backdrop; 
-    }
+    background-color: gtkalpha("@theme_fg_color", 0.5);
     &:hover {
         min-width: 6px;
        background-color: gtk("@theme_button_decoration_hover");
@@ -134,10 +123,7 @@
     min-height: 3px;
     border-radius: 8px;
     background-clip: padding-box;
-    background-color: gtkalpha($scrollbar_color_backdrop, 0.2);
-    &:backdrop { 
-        background-color: $scrollbar_color_backdrop; 
-    }
+    background-color: gtkalpha("@theme_fg_color", 0.5);
     &:hover {
         min-height: 6px;
         background-color: gtk("@theme_button_decoration_hover");



Reply via email to