Hello community,

here is the log from the commit of package greybird-theme for openSUSE:Factory 
checked in at 2019-02-19 12:02:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/greybird-theme (Old)
 and      /work/SRC/openSUSE:Factory/.greybird-theme.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "greybird-theme"

Tue Feb 19 12:02:38 2019 rev:11 rq:677177 version:3.22.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/greybird-theme/greybird-theme.changes    
2018-11-26 10:24:48.921414697 +0100
+++ /work/SRC/openSUSE:Factory/.greybird-theme.new.28833/greybird-theme.changes 
2019-02-19 12:02:56.229059488 +0100
@@ -1,0 +2,14 @@
+Mon Feb 18 16:49:02 UTC 2019 - Maurizio Galli <maurizio.ga...@gmail.com>
+
+- Update to 3.22.10:
+  * Improve the print dialog's style (gh#shimmerproject/Greybird#238)
+  * Fix glitch in Xfdesktop 4.13 rubberband (gh#shimmerproject/Greybird#234)
+  * Apply Xfce Panel Tasklist margin intelligently 
(gh#shimmerproject/Greybird#240)
+  * Make Xfce Panel's Tasklist button's padding consistent
+  * Handle carets in entry widgets in Xfce panel plugins 
(gh#shimmerproject/Greybird#241)
+  * Fix xfce4-terminal's tab borders again (gh#shimmerproject/Greybird#184)
+  * Re-apply Xfwm4 tabwin sizing improvement (gh#shimmerproject/Greybird#224)
+  
+ - Dropped obsolete macros and added minor improvements
+
+-------------------------------------------------------------------

Old:
----
  Greybird-3.22.9.tar.gz

New:
----
  Greybird-3.22.10.tar.gz

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

Other differences:
------------------
++++++ greybird-theme.spec ++++++
--- /var/tmp/diff_new_pack.SbJzMz/_old  2019-02-19 12:02:56.633059282 +0100
+++ /var/tmp/diff_new_pack.SbJzMz/_new  2019-02-19 12:02:56.633059282 +0100
@@ -19,7 +19,7 @@
 %define _name Greybird
 
 Name:           greybird-theme
-Version:        3.22.9
+Version:        3.22.10
 Release:        0
 Url:            https://github.com/shimmerproject/Greybird
 Summary:        A grey theme for GNOME, XFCE, GTK+ 2 and 3
@@ -33,7 +33,6 @@
 BuildRequires:  gdk-pixbuf-loader-rsvg
 BuildRequires:  glib2-devel
 BuildRequires:  sassc
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -88,7 +87,7 @@
 %build
 ./autogen.sh
 %configure
-make
+%make_build
 
 %install
 %make_install
@@ -101,7 +100,6 @@
 %fdupes -s %{buildroot}/%{_datadir}/themes/%{_name}*/{[^g]*,gtk-3.0}
 
 %files -n metatheme-greybird-common
-%defattr (-, root, root)
 %doc README.md 
 %license LICENSE.CC LICENSE.GPL
 %dir %{_datadir}/themes/%{_name}/
@@ -120,12 +118,10 @@
 %{_datadir}/themes/%{_name}/gnome-shell/gnome-shell.css
 
 %files -n gtk2-metatheme-greybird
-%defattr (-, root, root)
 %{_datadir}/themes/%{_name}/gtk-2.0
 
 %if 0%{?suse_version} >= 1210
 %files -n gtk3-metatheme-greybird
-%defattr (-, root, root)
 %{_datadir}/themes/%{_name}/gtk-3.0
 %endif
 

++++++ Greybird-3.22.9.tar.gz -> Greybird-3.22.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Greybird-3.22.9/gtk-3.0/_common.scss 
new/Greybird-3.22.10/gtk-3.0/_common.scss
--- old/Greybird-3.22.9/gtk-3.0/_common.scss    2018-09-13 23:25:48.000000000 
+0200
+++ new/Greybird-3.22.10/gtk-3.0/_common.scss   2019-02-09 10:17:27.000000000 
+0100
@@ -3325,6 +3325,7 @@
       border-color: $backdrop_borders_color;
     }
   }
+  .dialog-vbox { background-color: $bg_color; }
 
   .dialog-action-box { margin: 12px; }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Greybird-3.22.9/gtk-3.0/_xfce.scss 
new/Greybird-3.22.10/gtk-3.0/_xfce.scss
--- old/Greybird-3.22.9/gtk-3.0/_xfce.scss      2018-09-13 23:25:48.000000000 
+0200
+++ new/Greybird-3.22.10/gtk-3.0/_xfce.scss     2019-02-09 10:17:27.000000000 
+0100
@@ -46,6 +46,7 @@
             transition: none;
         }
     }
+    entry { caret-color: $text_color; }
     menu {
         -gtk-icon-effect: none;
 
@@ -80,7 +81,6 @@
         }
     }
     .tasklist button {
-        margin: 1px;
         border-radius: 3px;
         text-shadow: 0 1px $fg_color;
         color: shade($panel_fg_color, 0.7);
@@ -122,6 +122,18 @@
             padding: 3px;
         }
     }
+    &.horizontal .tasklist {
+        button {
+            margin: 0 1px;
+            label { padding-right: 3px; }
+        }
+    }
+    &.vertical .tasklist {
+        button {
+            margin: 1px 0;
+            label { padding-bottom: 3px; }
+        }
+    }
 }
 
 /* Workspace switcher provided by libwnck */
@@ -150,7 +162,10 @@
     text-shadow: 0 1px 1px black;
   }
   .label { text-shadow: 1px 1px 2px black; }
-  .rubberband { @extend rubberband; }
+  .rubberband {
+    @extend rubberband;
+    border-radius: 0;
+  }
 }
 
 #XfceNotifyWindow {
@@ -221,4 +236,17 @@
             transition-duration: 50ms;
         }
     }
+    .tabwin-app-grid button {
+        min-width: 96px;
+        min-height: 96px;
+    }
+}
+
+#xfce4-terminal-notebook {
+    > stack:not(:only-child) { // the :not(:only-child) is for "hidden" 
notebooks
+    /* Make sure there are no extra borders for the tabs in the terminal apart 
from at the top */
+        border-left: none;
+        border-right: none;
+        border-bottom: none;
+    }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Greybird-3.22.9/gtk-3.0/gtk-contained-dark.css 
new/Greybird-3.22.10/gtk-3.0/gtk-contained-dark.css
--- old/Greybird-3.22.9/gtk-3.0/gtk-contained-dark.css  2018-09-13 
23:25:48.000000000 +0200
+++ new/Greybird-3.22.10/gtk-3.0/gtk-contained-dark.css 2019-02-09 
10:17:27.000000000 +0100
@@ -3443,6 +3443,9 @@
     color: #949796;
     border-color: #1f2222; }
 
+printdialog .dialog-vbox {
+  background-color: #393f3f; }
+
 printdialog .dialog-action-box {
   margin: 12px; }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Greybird-3.22.9/gtk-3.0/gtk-contained.css 
new/Greybird-3.22.10/gtk-3.0/gtk-contained.css
--- old/Greybird-3.22.9/gtk-3.0/gtk-contained.css       2018-09-13 
23:25:48.000000000 +0200
+++ new/Greybird-3.22.10/gtk-3.0/gtk-contained.css      2019-02-09 
10:17:27.000000000 +0100
@@ -3473,6 +3473,9 @@
     color: #858585;
     border-color: #898989; }
 
+printdialog .dialog-vbox {
+  background-color: #cecece; }
+
 printdialog .dialog-action-box {
   margin: 12px; }
 
@@ -4576,6 +4579,8 @@
       color: #fcfcfc;
       box-shadow: inset 0 -1px alpha(white,0), inset 1px 0 alpha(white,0.15), 
inset -1px 0 alpha(white,0.15), inset 0 1px alpha(white,0.15);
       transition: none; }
+  .xfce4-panel.background entry {
+    caret-color: #212121; }
   .xfce4-panel.background menu {
     -gtk-icon-effect: none;
     text-shadow: none; }
@@ -4616,7 +4621,6 @@
       border-radius: 0px;
       border-color: shade(#686868, 0.4); }
   .xfce4-panel.background .tasklist button {
-    margin: 1px;
     border-radius: 3px;
     text-shadow: 0 1px #3c3c3c;
     color: shade(#fcfcfc, 0.7);
@@ -4636,6 +4640,14 @@
       box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(0, 
0, 0, 0.2); }
     .xfce4-panel.background .tasklist button image {
       padding: 3px; }
+  .xfce4-panel.background.horizontal .tasklist button {
+    margin: 0 1px; }
+    .xfce4-panel.background.horizontal .tasklist button label {
+      padding-right: 3px; }
+  .xfce4-panel.background.vertical .tasklist button {
+    margin: 1px 0; }
+    .xfce4-panel.background.vertical .tasklist button label {
+      padding-bottom: 3px; }
 
 /* Workspace switcher provided by libwnck */
 wnck-pager:selected {
@@ -4665,6 +4677,8 @@
     text-shadow: 0 1px 1px black; }
   XfdesktopIconView.view .label {
     text-shadow: 1px 1px 2px black; }
+  XfdesktopIconView.view .rubberband {
+    border-radius: 0; }
 
 #XfceNotifyWindow {
   background-color: shade(#686868, 0.3);
@@ -4717,6 +4731,15 @@
     #xfwm-tabwin button:hover {
       background: #22558b;
       transition-duration: 50ms; }
+  #xfwm-tabwin .tabwin-app-grid button {
+    min-width: 96px;
+    min-height: 96px; }
+
+#xfce4-terminal-notebook > stack:not(:only-child) {
+  /* Make sure there are no extra borders for the tabs in the terminal apart 
from at the top */
+  border-left: none;
+  border-right: none;
+  border-bottom: none; }
 
 .lightdm-gtk-greeter {
   /*********


Reply via email to