Hello community,

here is the log from the commit of package numix-gtk-theme for openSUSE:Factory 
checked in at 2016-07-14 09:49:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/numix-gtk-theme (Old)
 and      /work/SRC/openSUSE:Factory/.numix-gtk-theme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "numix-gtk-theme"

Changes:
--------
--- /work/SRC/openSUSE:Factory/numix-gtk-theme/numix-gtk-theme.changes  
2016-06-19 13:54:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.numix-gtk-theme.new/numix-gtk-theme.changes     
2016-07-14 09:49:36.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 12 08:15:09 UTC 2016 - [email protected]
+
+- Update to version 2.6.1:
+  * No changelog available.
+
+-------------------------------------------------------------------

Old:
----
  numix-gtk-theme-2.6.0.tar.gz

New:
----
  numix-gtk-theme-2.6.1.tar.gz

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

Other differences:
------------------
++++++ numix-gtk-theme.spec ++++++
--- /var/tmp/diff_new_pack.W3JLt0/_old  2016-07-14 09:49:37.000000000 +0200
+++ /var/tmp/diff_new_pack.W3JLt0/_new  2016-07-14 09:49:37.000000000 +0200
@@ -19,7 +19,7 @@
 %define _theme  Numix
 %define _name   numix
 Name:           numix-gtk-theme
-Version:        2.6.0
+Version:        2.6.1
 Release:        0
 Summary:        Numix GTK+ theme for MATE, GNOME, and Xfce
 License:        GPL-3.0+
@@ -85,11 +85,8 @@
 make %{?_smp_mflags}
 
 %install
-install -Dm 0644 index.theme 
%{buildroot}%{_datadir}/themes/%{_theme}/index.theme
-mkdir -p %{buildroot}%{_datadir}/themes/%{_theme}/
-ls -d */ | while read dir; do
-    cp -r --no-preserve=mode "$dir" 
"%{buildroot}%{_datadir}/themes/%{_theme}/$dir"
-done
+%make_install
+chmod -R a-x+X %{buildroot}%{_datadir}/themes/%{_theme}/
 %fdupes %{buildroot}%{_datadir}/
 
 %files -n metatheme-%{_name}-common

++++++ numix-gtk-theme-2.6.0.tar.gz -> numix-gtk-theme-2.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numix-gtk-theme-2.6.0/Makefile 
new/numix-gtk-theme-2.6.1/Makefile
--- old/numix-gtk-theme-2.6.0/Makefile  2016-06-10 11:45:17.000000000 +0200
+++ new/numix-gtk-theme-2.6.1/Makefile  2016-06-18 15:39:46.000000000 +0200
@@ -34,7 +34,15 @@
 install: all
        install -d -m755 $(INSTALL_DIR)
 
-       for f in *; do cp -pr $$f $(INSTALL_DIR)/; done
+       cp -pr gtk-2.0          $(INSTALL_DIR)
+       cp -pr gtk-3.0          $(INSTALL_DIR)
+       cp -pr gtk-3.20         $(INSTALL_DIR)
+       cp -pr metacity-1       $(INSTALL_DIR)
+       cp -pr openbox-3        $(INSTALL_DIR)
+       cp -pr xfce-notify-4.0  $(INSTALL_DIR)
+       cp -pr xfwm4            $(INSTALL_DIR)
+       cp -pr unity            $(INSTALL_DIR)
+       cp -p  index.theme      $(INSTALL_DIR)
 
 uninstall:
        rm -rf $(INSTALL_DIR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/numix-gtk-theme-2.6.0/gtk-3.0/scss/widgets/_infobar.scss 
new/numix-gtk-theme-2.6.1/gtk-3.0/scss/widgets/_infobar.scss
--- old/numix-gtk-theme-2.6.0/gtk-3.0/scss/widgets/_infobar.scss        
2016-06-10 11:45:17.000000000 +0200
+++ new/numix-gtk-theme-2.6.1/gtk-3.0/scss/widgets/_infobar.scss        
2016-06-18 15:39:46.000000000 +0200
@@ -8,30 +8,30 @@
 @include exports("infobar") {
     GtkInfoBar {
         border: 0;
+    }
 
-        $types: (
-            info: ($info_fg_color, $info_bg_color),
-            warning: ($warning_fg_color, $warning_bg_color),
-            question: ($question_fg_color, $question_bg_color),
-            error: ($error_fg_color, $error_bg_color),
-        );
+    $types: (
+        info: ($info_fg_color, $info_bg_color),
+        warning: ($warning_fg_color, $warning_bg_color),
+        question: ($question_fg_color, $question_bg_color),
+        error: ($error_fg_color, $error_bg_color),
+    );
 
 
-        @each $type, $colors in $types {
-            $fg_color: nth($colors, 1);
-            $bg_color: nth($colors, 2);
+    @each $type, $colors in $types {
+        $fg_color: nth($colors, 1);
+        $bg_color: nth($colors, 2);
 
-            &.#{$type} {
-                @include linear-gradient($bg_color);
+        .#{$type} {
+            @include linear-gradient($bg_color);
 
-                border: 1px solid shade($bg_color, .8);
-                color: $fg_color;
+            border: 1px solid shade($bg_color, .8);
+            color: $fg_color;
 
-                .button {
-                    @include button($bg_color, $fg_color);
+            .button {
+                @include button($bg_color, $fg_color);
 
-                    &.close { @extend %close_button; }
-                }
+                &.close { @extend %close_button; }
             }
         }
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numix-gtk-theme-2.6.0/gtk-3.20/scss/apps/_panel.scss 
new/numix-gtk-theme-2.6.1/gtk-3.20/scss/apps/_panel.scss
--- old/numix-gtk-theme-2.6.0/gtk-3.20/scss/apps/_panel.scss    2016-06-10 
11:45:17.000000000 +0200
+++ new/numix-gtk-theme-2.6.1/gtk-3.20/scss/apps/_panel.scss    2016-06-18 
15:39:46.000000000 +0200
@@ -49,8 +49,6 @@
 
         .button {
             @extend %panelbutton;
-
-            -GtkButton-inner-border: 2;
         }
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/numix-gtk-theme-2.6.0/gtk-3.20/scss/widgets/_infobar.scss 
new/numix-gtk-theme-2.6.1/gtk-3.20/scss/widgets/_infobar.scss
--- old/numix-gtk-theme-2.6.0/gtk-3.20/scss/widgets/_infobar.scss       
2016-06-10 11:45:17.000000000 +0200
+++ new/numix-gtk-theme-2.6.1/gtk-3.20/scss/widgets/_infobar.scss       
2016-06-18 15:39:46.000000000 +0200
@@ -8,30 +8,30 @@
 @include exports("infobar") {
     infobar {
         border: 0;
+    }
 
-        $types: (
-            info: ($info_fg_color, $info_bg_color),
-            warning: ($warning_fg_color, $warning_bg_color),
-            question: ($question_fg_color, $question_bg_color),
-            error: ($error_fg_color, $error_bg_color),
-        );
+    $types: (
+        info: ($info_fg_color, $info_bg_color),
+        warning: ($warning_fg_color, $warning_bg_color),
+        question: ($question_fg_color, $question_bg_color),
+        error: ($error_fg_color, $error_bg_color),
+    );
 
 
-        @each $type, $colors in $types {
-            $fg_color: nth($colors, 1);
-            $bg_color: nth($colors, 2);
+    @each $type, $colors in $types {
+        $fg_color: nth($colors, 1);
+        $bg_color: nth($colors, 2);
 
-            &.#{$type} {
-                @include linear-gradient($bg_color);
+        .#{$type} {
+            @include linear-gradient($bg_color);
 
-                border: 1px solid shade($bg_color, .8);
-                color: $fg_color;
+            border: 1px solid shade($bg_color, .8);
+            color: $fg_color;
 
-                button {
-                    @include button($bg_color, $fg_color);
+            button {
+                @include button($bg_color, $fg_color);
 
-                    &.close { @extend %close_button; }
-                }
+                &.close { @extend %close_button; }
             }
         }
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/numix-gtk-theme-2.6.0/gtk-3.20/scss/widgets/_notebook.scss 
new/numix-gtk-theme-2.6.1/gtk-3.20/scss/widgets/_notebook.scss
--- old/numix-gtk-theme-2.6.0/gtk-3.20/scss/widgets/_notebook.scss      
2016-06-10 11:45:17.000000000 +0200
+++ new/numix-gtk-theme-2.6.1/gtk-3.20/scss/widgets/_notebook.scss      
2016-06-18 15:39:46.000000000 +0200
@@ -177,13 +177,10 @@
                     button, button:hover {
                         opacity: 1;
                     }
-
-                    &:checked {
-                        background-color: mix($bg_color, $base_color, .6);
-                    }
                 }
 
                 &:checked {
+                    background-color: mix($bg_color, $base_color, .4);
                     border-bottom-color: transparent;
                     outline: none;
 
@@ -194,6 +191,14 @@
                     &:hover {
                         background-color: mix($bg_color, $base_color, .6);
                     }
+
+                    &:not(:first-child):not(:only-child){
+                        box-shadow: -1px 0 1px 0 rgba(0,0,0,0.1);
+                    }
+
+                    &:not(:last-child):not(:only-child) {
+                        box-shadow: 1px 0 1px 0 rgba(0,0,0,0.1);
+                    }
                 }
 
                 label {
@@ -219,12 +224,7 @@
                 }
 
                 &:hover {
-                    border-bottom-color: shade($base_color, .65);
                     outline: none;
-
-                    > box, > label {
-                        border-bottom-color: shade($base_color, .65);
-                    }
                 }
 
                 &:checked {
@@ -259,12 +259,7 @@
                 }
 
                 &:hover {
-                    border-left-color: shade($base_color, .65);
                     outline: none;
-
-                    > box, > label {
-                        border-left-color: shade($base_color, .65);
-                    }
                 }
 
                 &:checked {
@@ -299,12 +294,7 @@
                 }
 
                 &:hover {
-                    border-top-color: shade($base_color, .65);
                     outline: none;
-
-                    > box, > label {
-                        border-top-color: shade($base_color, .65);
-                    }
                 }
 
                 &:checked {
@@ -339,12 +329,7 @@
                 }
 
                 &:hover {
-                    border-right-color: shade($base_color, .65);
                     outline: none;
-
-                    > box, > label {
-                        border-right-color: shade($base_color, .65);
-                    }
                 }
 
                 &:checked {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/numix-gtk-theme-2.6.0/gtk-3.20/scss/widgets/_progress.scss 
new/numix-gtk-theme-2.6.1/gtk-3.20/scss/widgets/_progress.scss
--- old/numix-gtk-theme-2.6.0/gtk-3.20/scss/widgets/_progress.scss      
2016-06-10 11:45:17.000000000 +0200
+++ new/numix-gtk-theme-2.6.1/gtk-3.20/scss/widgets/_progress.scss      
2016-06-18 15:39:46.000000000 +0200
@@ -142,7 +142,7 @@
         $_marks_length: 3px;
         $_marks_distance: 1px;
         $button_bg: if(hue($bg_color) == 0deg, shade($bg_color, 1.2), 
$bg_color);
-        $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
+        $ease-out-quad: cubic-bezier(.25, .46, .45, .94);
         $button_transition: all 200ms $ease-out-quad;
 
         min-height: 10px;
@@ -154,6 +154,7 @@
             trough { padding: 0 7px; }
             highlight, fill { margin: 0 -7px; }
         }
+
         &.vertical {
             padding: 0 6px;
 
@@ -209,9 +210,7 @@
             .osd & {
                 background-color: lighten($osd_bg, 7%);
 
-                highlight {
-                    background-color: $selected_bg_color;
-                }
+                highlight { background-color: $selected_bg_color; }
             }
 
             // Troughs in selected list-rows and infobars
@@ -280,11 +279,13 @@
                     background-color: mix($selected_fg_color, 
$selected_bg_color, .85);
                     border-color: mix($selected_fg_color, $selected_bg_color, 
.85);
                 }
+
                 &:active {
                     background-color: mix($selected_fg_color, 
$selected_bg_color, .5);
                     border-color: mix($selected_fg_color, $selected_bg_color, 
.5);
                 }
-                &:disabled{
+
+                &:disabled {
                     background-color: mix($selected_fg_color, 
$selected_bg_color, .55);
                     border-color: mix($selected_fg_color, $selected_bg_color, 
.55);
                 }
@@ -335,6 +336,7 @@
                 }
             }
         }
+
         &.horizontal {
             indicator {
                 min-height: $_marks_length;
@@ -343,6 +345,7 @@
 
             &.fine-tune indicator { min-height: ($_marks_length - 1px); }
         }
+
         &.vertical {
             indicator {
                 min-height: 1px;
@@ -351,5 +354,65 @@
 
             &.fine-tune indicator { min-width: ($_marks_length - 1px); }
         }
+
+        &.color {
+            trough {
+                padding: 0;
+                border: 0;
+                background-image: none;
+            }
+
+            highlight, fill { margin: 0; }
+
+            &.horizontal {
+                padding: 0 0 6px 0;
+
+                trough {
+                    border-top-left-radius: 0;
+                    border-top-right-radius: 0;
+                }
+
+                slider {
+                    &:hover, &:backdrop, &:disabled, &:backdrop:disabled, & {
+                        margin-bottom: 0;
+                        margin-top: 0;
+                    }
+                }
+            }
+
+            &.vertical {
+                &:dir(ltr) {
+                    padding: 0 0 0 6px;
+
+                    trough {
+                        border-bottom-right-radius: 0;
+                        border-top-right-radius: 0;
+                    }
+
+                    slider {
+                        &:hover, &:backdrop, &:disabled, &:backdrop:disabled, 
& {
+                            margin-left: 0;
+                            margin-right: 0;
+                        }
+                    }
+                }
+
+                &:dir(rtl) {
+                    padding: 0 6px 0 0;
+
+                    trough {
+                        border-bottom-left-radius: 0;
+                        border-top-left-radius: 0;
+                    }
+
+                    slider {
+                        &:hover, &:backdrop, &:disabled, &:backdrop:disabled, 
& {
+                            margin-right: 0;
+                            margin-left: 0;
+                        }
+                    }
+                }
+            }
+        }
     }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/numix-gtk-theme-2.6.0/gtk-3.20/scss/widgets/_view.scss 
new/numix-gtk-theme-2.6.1/gtk-3.20/scss/widgets/_view.scss
--- old/numix-gtk-theme-2.6.0/gtk-3.20/scss/widgets/_view.scss  2016-06-10 
11:45:17.000000000 +0200
+++ new/numix-gtk-theme-2.6.1/gtk-3.20/scss/widgets/_view.scss  2016-06-18 
15:39:46.000000000 +0200
@@ -31,12 +31,12 @@
         }
     }
 
-    iconview { @extend .view; }
+    textview border { background-color: mix($bg_color, $base_color, .5); }
 
+    iconview { @extend .view; }
 }
 
 
-
 /************
 ! Treeview
 *************/


Reply via email to