Hello community, here is the log from the commit of package adapta-gtk-theme for openSUSE:Factory checked in at 2018-03-06 10:48:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/adapta-gtk-theme (Old) and /work/SRC/openSUSE:Factory/.adapta-gtk-theme.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adapta-gtk-theme" Tue Mar 6 10:48:31 2018 rev:16 rq:583141 version:3.93.0.159 Changes: -------- --- /work/SRC/openSUSE:Factory/adapta-gtk-theme/adapta-gtk-theme.changes 2018-02-26 23:25:29.129614402 +0100 +++ /work/SRC/openSUSE:Factory/.adapta-gtk-theme.new/adapta-gtk-theme.changes 2018-03-06 10:49:20.759823428 +0100 @@ -1,0 +2,18 @@ +Mon Mar 5 20:44:35 UTC 2018 - [email protected] + +- Update to 3.93.0.159 + * Added a styling for upcoming window-list-preview style-class >= 3.6.7 (Cinnamon). + * Renamed delimiter option of GNU Parallel -0 with --null (Makefile.am). + * Enforced checking pkg-config path via autoconf in early stage (Configure.ac). +- Start using the new %license macro +- Changes in 3.93.0.156 + * Prepared for Gnome-Contacts >= 3.27.90 styling (Gtk+ 3.22/4.0). + * Added some wrokarounds for upcoming Gnome-Usage (2) (Gtk+ 3.22/4.0). + * Added top/bottom margins for the separators contained in GtkPopover's .menu class (Gtk+ 3.2x/4.0). +- Changes in 3.93.0.153 + * Prepared for Dconf-Editor 3.27.91 styling (2) (Gtk+ 3.22/4.0). +- Changes in 3.93.0.152 + * Prepared for Dconf-Editor 3.27.91 styling (Gtk+ 3.22/4.0). + * Fix Gnome-Control-Center's styling in the previous release rev.149 (Gtk+ 3.22/4.0). + +------------------------------------------------------------------- Old: ---- adapta-gtk-theme-3.93.0.149.tar.gz New: ---- adapta-gtk-theme-3.93.0.159.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adapta-gtk-theme.spec ++++++ --- /var/tmp/diff_new_pack.zeVPGi/_old 2018-03-06 10:49:21.387800743 +0100 +++ /var/tmp/diff_new_pack.zeVPGi/_new 2018-03-06 10:49:21.391800598 +0100 @@ -21,7 +21,7 @@ %define gtk3_min_version 3.18 %define gtk2_min_version 2.24 Name: adapta-gtk-theme -Version: 3.93.0.149 +Version: 3.93.0.159 Release: 0 Summary: An adaptive Gtk+ theme based on Material Design Guidelines License: GPL-2.0-only AND CC-BY-SA-4.0 @@ -238,7 +238,8 @@ %fdupes %{buildroot}%{_datadir}/themes/ %files -n metatheme-%{_name}-common -%doc COPYING LICENSE_CC_BY_SA4 README.md +%license COPYING LICENSE_CC_BY_SA4 +%doc README.md %dir %{_datadir}/themes/%{_theme}/ %dir %{_datadir}/themes/%{_theme}-Eta/ %dir %{_datadir}/themes/%{_theme}-Nokto/ ++++++ adapta-gtk-theme-3.93.0.149.tar.gz -> adapta-gtk-theme-3.93.0.159.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adapta-gtk-theme-3.93.0.149/configure.ac new/adapta-gtk-theme-3.93.0.159/configure.ac --- old/adapta-gtk-theme-3.93.0.149/configure.ac 2018-02-24 07:31:29.000000000 +0100 +++ new/adapta-gtk-theme-3.93.0.159/configure.ac 2018-03-05 04:48:02.000000000 +0100 @@ -36,7 +36,11 @@ ADAPTA_OPTION([PLANK], [plank], [Plank], [disable]) ADAPTA_OPTION([TELEGRAM], [telegram], [Telegram], [disable]) -PKG_PROG_PKG_CONFIG() +AC_PATH_PROG([PKG_CONFIG], [pkg-config]) +if test x"$PKG_CONFIG" = x; then + AC_MSG_ERROR(['pkg-config' not found.]) +fi + PKG_CHECK_MODULES(GDK_PIXBUF, [gdk-pixbuf-2.0 >= 2.32.2]) PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.48.0]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adapta-gtk-theme-3.93.0.149/gtk/Makefile.am new/adapta-gtk-theme-3.93.0.159/gtk/Makefile.am --- old/adapta-gtk-theme-3.93.0.149/gtk/Makefile.am 2018-02-24 07:31:29.000000000 +0100 +++ new/adapta-gtk-theme-3.93.0.159/gtk/Makefile.am 2018-03-05 04:48:02.000000000 +0100 @@ -473,7 +473,7 @@ index_noktoeta_file = $(srcdir)/index.theme-nokto-eta sassc_option = -M -t compact -parallel_option = -0 --no-notice --line-buffer --jobs 100% +parallel_option = --null --no-notice --line-buffer --jobs 100% # ******************************************* # * Generate CSS stylesheets and PNG images * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adapta-gtk-theme-3.93.0.149/gtk/sass/3.20/_3rd-party.scss new/adapta-gtk-theme-3.93.0.159/gtk/sass/3.20/_3rd-party.scss --- old/adapta-gtk-theme-3.93.0.149/gtk/sass/3.20/_3rd-party.scss 2018-02-24 07:31:29.000000000 +0100 +++ new/adapta-gtk-theme-3.93.0.159/gtk/sass/3.20/_3rd-party.scss 2018-03-05 04:48:02.000000000 +0100 @@ -470,6 +470,9 @@ outline-width: 0; .indicator-item { + background-image: linear-gradient(to right, $borders_color); + background-repeat: no-repeat; + background-size: 38px auto; // non-scaling unit background-color: $suggested_color; box-shadow: $z-depth-1, inset 0 1px $highlight_color; @@ -479,17 +482,11 @@ &:dir(ltr) { // mask avatar's background padding-left: 7px; // non-scaling unit - background-image: linear-gradient(to right, $borders_color); background-position: left center; - background-repeat: no-repeat; - background-size: 38px auto; // non-scaling unit } &:dir(rtl) { padding-right: 7px; - background-image: linear-gradient(to left, $borders_color); background-position: right center; - background-repeat: no-repeat; - background-size: 38px auto; } label { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adapta-gtk-theme-3.93.0.149/gtk/sass/3.20/_common.scss new/adapta-gtk-theme-3.93.0.159/gtk/sass/3.20/_common.scss --- old/adapta-gtk-theme-3.93.0.149/gtk/sass/3.20/_common.scss 2018-02-24 07:31:29.000000000 +0100 +++ new/adapta-gtk-theme-3.93.0.159/gtk/sass/3.20/_common.scss 2018-03-05 04:48:02.000000000 +0100 @@ -3208,6 +3208,11 @@ // compensate outer margins // subtract top-edge border width > stack { margin: -(6px - 2px) -6px -6px; } + + separator.horizontal { + margin-top: rem(4px); + margin-bottom: rem(4px); + } } .csd &, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adapta-gtk-theme-3.93.0.149/gtk/sass/3.22/_3rd-party.scss new/adapta-gtk-theme-3.93.0.159/gtk/sass/3.22/_3rd-party.scss --- old/adapta-gtk-theme-3.93.0.149/gtk/sass/3.22/_3rd-party.scss 2018-02-24 07:31:29.000000000 +0100 +++ new/adapta-gtk-theme-3.93.0.159/gtk/sass/3.22/_3rd-party.scss 2018-03-05 04:48:02.000000000 +0100 @@ -484,6 +484,9 @@ outline-width: 0; .indicator-item { + background-image: image($borders_color); + background-repeat: no-repeat; + background-size: 38px auto; // non-scaling unit background-color: $suggested_color; box-shadow: $z-depth-1, inset 0 1px $highlight_color; @@ -493,17 +496,11 @@ &:dir(ltr) { // mask avatar's background padding-left: 7px; // non-scaling unit - background-image: image($borders_color); background-position: left center; - background-repeat: no-repeat; - background-size: 38px auto; // non-scaling unit } &:dir(rtl) { padding-right: 7px; - background-image: image($borders_color); background-position: right center; - background-repeat: no-repeat; - background-size: 38px auto; } label { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adapta-gtk-theme-3.93.0.149/gtk/sass/3.22/_common.scss new/adapta-gtk-theme-3.93.0.159/gtk/sass/3.22/_common.scss --- old/adapta-gtk-theme-3.93.0.149/gtk/sass/3.22/_common.scss 2018-02-24 07:31:29.000000000 +0100 +++ new/adapta-gtk-theme-3.93.0.159/gtk/sass/3.22/_common.scss 2018-03-05 04:48:02.000000000 +0100 @@ -807,7 +807,9 @@ &:checked:disabled { @include button(flat-checked-insensitive); } } - &, &:not(.text-button).image-button { + &, + &:not(.text-button).image-button, + &.circular { min-width: $icon_size; min-height: $icon_size; padding: rem(6.7px); @@ -864,7 +866,9 @@ .inline-toolbar .linked > &, actionbar .linked > & { - &, &:not(.text-button).image-button { + &, + &:not(.text-button).image-button, + &.circular { min-width: $icon_size; min-height: $icon_size; padding: rem(6.7px); @@ -3209,6 +3213,11 @@ // compensate outer margins // subtract top-edge border width > stack { margin: -(6px - 2px) -6px -6px; } + + separator.horizontal { + margin-top: rem(4px); + margin-bottom: rem(4px); + } } .csd &, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adapta-gtk-theme-3.93.0.149/gtk/sass/3.22/_misc.scss new/adapta-gtk-theme-3.93.0.159/gtk/sass/3.22/_misc.scss --- old/adapta-gtk-theme-3.93.0.149/gtk/sass/3.22/_misc.scss 2018-02-24 07:31:29.000000000 +0100 +++ new/adapta-gtk-theme-3.93.0.159/gtk/sass/3.22/_misc.scss 2018-03-05 04:48:02.000000000 +0100 @@ -2060,7 +2060,8 @@ scrolledwindow > viewport.frame { @extend %sidebar_template; } } -list.contacts-view { +list.contacts-view, // legacy +list.contacts-contact-list { // >= 3.27.90 row.activatable { color: $secondary_fg_color; font-weight: 500; @@ -2071,7 +2072,11 @@ &, label { color: $selected_bg_color; } } } +} + +list.contacts-contact-list { border-top: 1px solid $borders_color; } +list.contacts-view { // hide horizontal separator separator { min-height: 0; @@ -2082,7 +2087,8 @@ // bottom-paned actionbar notebook > stack > grid.vertical > actionbar, -stack > overlay > grid.horizontal > overlay > stack actionbar { // > 3.26 +stack > overlay > grid.horizontal > overlay > stack actionbar, // >= 3.26 +overlay > stack > box.horizontal > grid > actionbar { // >= 3.28.90 revealer > box.horizontal { // 'New Detail' button button.popup.toggle:not(.image-button):not(.text-button) { @@ -2558,6 +2564,12 @@ } } +// users section +stack > box.vertical widget overlay grid.horizontal > stack { + // prevent unwatend truncation of shadows + padding: 8px 8px 16px; +} + // carousel widgets .carousel-arrow-container.bottom.horizontal { // prevent double density border @@ -2698,6 +2710,20 @@ } } +.dconf-editor list.keys-list { // >= 3.27.91 + > grid.horizontal > separator { // hide separators from folder views + all: unset; + } + + > row.key-row:not(:first-child) { // move separator lines into child rows + border-top: 1px solid $borders_color; + } + + > grid.vertical { // grid node for headers + background-color: $bg_color; + } +} + // /******************* // * Gnome-Documents * @@ -3058,3 +3084,14 @@ background-repeat: repeat; } +box.speedometer { + // FIXME: 'outter' meant 'outer'? + // circular progress should be drawn with our $accent_color though, + // damned adwaita.css picks @theme_selected_bg_color up. + &-outter { opacity: 0.8; } // reduce alpha for our troughs + + &-content-area { // cover up meter troughs with selection colour + box-shadow: 0 0 0 4px gtkopacity($selected_bg_color, 0.2); + } +} + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adapta-gtk-theme-3.93.0.149/gtk/sass/4.0/_3rd-party.scss new/adapta-gtk-theme-3.93.0.159/gtk/sass/4.0/_3rd-party.scss --- old/adapta-gtk-theme-3.93.0.149/gtk/sass/4.0/_3rd-party.scss 2018-02-24 07:31:29.000000000 +0100 +++ new/adapta-gtk-theme-3.93.0.159/gtk/sass/4.0/_3rd-party.scss 2018-03-05 04:48:02.000000000 +0100 @@ -472,6 +472,9 @@ margin-bottom: rem(10.7px); // fix truncated drop-shadow .indicator-item { + background-image: image($borders_color); + background-repeat: no-repeat; + background-size: 38px auto; // non-scaling unit background-color: $suggested_color; box-shadow: $z-depth-1, inset 0 1px $highlight_color; @@ -481,17 +484,11 @@ &:dir(ltr) { // mask avatar's background padding-left: 7px; // non-scaling unit - background-image: image($borders_color); background-position: left center; - background-repeat: no-repeat; - background-size: 38px auto; // non-scaling unit } &:dir(rtl) { padding-right: 7px; - background-image: image($borders_color); background-position: right center; - background-repeat: no-repeat; - background-size: 38px auto; } label { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adapta-gtk-theme-3.93.0.149/gtk/sass/4.0/_common.scss new/adapta-gtk-theme-3.93.0.159/gtk/sass/4.0/_common.scss --- old/adapta-gtk-theme-3.93.0.149/gtk/sass/4.0/_common.scss 2018-02-24 07:31:29.000000000 +0100 +++ new/adapta-gtk-theme-3.93.0.159/gtk/sass/4.0/_common.scss 2018-03-05 04:48:02.000000000 +0100 @@ -818,7 +818,9 @@ &:checked:disabled { @include button(flat-checked-insensitive); } } - &, &:not(.text-button).image-button { + &, + &:not(.text-button).image-button, + &.circular { min-width: $icon_size; min-height: $icon_size; padding: rem(6.7px); @@ -875,7 +877,9 @@ .inline-toolbar .linked > &, actionbar .linked > & { - &, &:not(.text-button).image-button { + &, + &:not(.text-button).image-button, + &.circular { min-width: $icon_size; min-height: $icon_size; padding: rem(6.7px); @@ -3159,6 +3163,11 @@ // compensate outer margins // subtract top-edge border width > stack { margin: -(6px - 2px) -6px -6px; } + + separator.horizontal { + margin-top: rem(4px); + margin-bottom: rem(4px); + } } .csd &, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adapta-gtk-theme-3.93.0.149/gtk/sass/4.0/_misc.scss new/adapta-gtk-theme-3.93.0.159/gtk/sass/4.0/_misc.scss --- old/adapta-gtk-theme-3.93.0.149/gtk/sass/4.0/_misc.scss 2018-02-24 07:31:29.000000000 +0100 +++ new/adapta-gtk-theme-3.93.0.159/gtk/sass/4.0/_misc.scss 2018-03-05 04:48:02.000000000 +0100 @@ -2044,7 +2044,9 @@ scrolledwindow > viewport.frame { @extend %sidebar_template; } } -list.contacts-view { +list.contacts-contact-list { + border-top: 1px solid $borders_color; + row.activatable { color: $secondary_fg_color; font-weight: 500; @@ -2055,17 +2057,10 @@ &, label { color: $selected_bg_color; } } } - - // hide horizontal separator - separator { - min-height: 0; - border-color: transparent; - background-color: transparent; - } } // bottom-paned actionbar -stack > overlay > grid.horizontal > overlay > stack actionbar { +overlay > stack > box.horizontal > grid > actionbar { revealer > box.horizontal { // 'New Detail' button button.popup.toggle:not(.image-button):not(.text-button) { @@ -2538,6 +2533,12 @@ } } +// users section +stack > box.vertical widget overlay grid.horizontal > stack { + // prevent unwatend truncation of shadows + padding: 8px 8px 16px; +} + // carousel widgets .carousel-arrow-container.bottom.horizontal { // prevent double density border @@ -2678,6 +2679,20 @@ } } +.dconf-editor list.keys-list { // >= 3.27.91 + > grid.horizontal > separator { // hide separators from folder views + all: unset; + } + + > row.key-row:not(:first-child) { // move separator lines into child rows + border-top: 1px solid $borders_color; + } + + > grid.vertical { // grid node for headers + background-color: $bg_color; + } +} + // /******************* // * Gnome-Documents * @@ -3037,3 +3052,14 @@ background-repeat: repeat; } +box.speedometer { + // FIXME: 'outter' meant 'outer'? + // circular progress should be drawn with our $accent_color though, + // damned adwaita.css picks @theme_selected_bg_color up. + &-outter { opacity: 0.8; } // reduce alpha for our troughs + + &-content-area { // cover up meter troughs with selection colour + box-shadow: 0 0 0 4px gtkopacity($selected_bg_color, 0.2); + } +} + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adapta-gtk-theme-3.93.0.149/shell/sass/cinnamon/_common.scss new/adapta-gtk-theme-3.93.0.159/shell/sass/cinnamon/_common.scss --- old/adapta-gtk-theme-3.93.0.149/shell/sass/cinnamon/_common.scss 2018-02-24 07:31:29.000000000 +0100 +++ new/adapta-gtk-theme-3.93.0.159/shell/sass/cinnamon/_common.scss 2018-03-05 04:48:02.000000000 +0100 @@ -1526,6 +1526,17 @@ } } } + + // >= 3.6.7 + &-preview { // thumbnail popup windows = .switcher-list + padding: 20px - 8px; // = .switcher-list - .item-box + spacing: 8px; // = .switcher-list-item-container + border: none; + border-image: url("assets/misc/osd.svg") 9 9 9 9; + border-radius: 2px; + color: $osd_fg_color; + background: none; + } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adapta-gtk-theme-3.93.0.149/wm/Makefile.am new/adapta-gtk-theme-3.93.0.159/wm/Makefile.am --- old/adapta-gtk-theme-3.93.0.149/wm/Makefile.am 2018-02-24 07:31:29.000000000 +0100 +++ new/adapta-gtk-theme-3.93.0.159/wm/Makefile.am 2018-03-05 04:48:02.000000000 +0100 @@ -116,7 +116,7 @@ openbox_compton_file = \ $(openboxdir)/compton.conf -parallel_option = -0 --no-notice --line-buffer --jobs 100% +parallel_option = --null --no-notice --line-buffer --jobs 100% # *************************************************** # * Generate PNG images and clone SVG and XBM files *
