commit elementary-theme for openSUSE:Factory

2019-11-23 Thread root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2019-11-24 00:35:16

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new.26869 (New)


Package is "elementary-theme"

Sun Nov 24 00:35:16 2019 rev:15 rq:750372 version:5.3.0

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2019-08-16 15:51:05.561582453 +0200
+++ 
/work/SRC/openSUSE:Factory/.elementary-theme.new.26869/elementary-theme.changes 
2019-11-24 00:35:18.587258782 +0100
@@ -1,0 +2,19 @@
+Mon Nov  4 14:29:49 UTC 2019 - Alexei Podvalsky 
+
+- Update to 5.3.0:
+  * Dark style: Matching Plank theme (#560)
+  * Only apply border to SSD decoration (#557)
+  * Fix scrollbar hover in webkit (#555)
+  * Fix GTK references in README (#554)
+  * Add a style for separator.wide (#551)
+  * Use new BadgeColor property to color Strawberry 300 (#546)
+  * Delete CODE_OF_CONDUCT.md
+  * Delete FUNDING.yml
+  * Remove duplicated search-bar style (#542)
+  * Remove styles for Files' DiskRenderer (#541)
+  * Remove disabled text and icon shadow (#537)
+  * Fix color for disabled flat buttons in list rows (#538)
+  * Use the same popover shadow everywhere (#539)
+  * Explicitly set color inside keycaps (#536)
+
+---

Old:

  stylesheet-5.2.5.tar.gz

New:

  stylesheet-5.3.0.tar.gz



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.JR5LXU/_old  2019-11-24 00:35:19.271258853 +0100
+++ /var/tmp/diff_new_pack.JR5LXU/_new  2019-11-24 00:35:19.271258853 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   elementary-theme
-Version:5.2.5
+Version:5.3.0
 Release:0
 Summary:The Elementary GTK theme
 License:GPL-3.0-only
@@ -112,6 +112,7 @@
 %doc AUTHORS CONTRIBUTORS
 %dir %{_datadir}/themes/elementary/
 %{_datadir}/themes/elementary/index.theme
+%{_datadir}/metainfo/io.elementary.stylesheet.appdata.xml
 
 %files -n gtk2-metatheme-elementary
 %{_datadir}/themes/elementary/gtk-2.0/
@@ -124,10 +125,13 @@
 %dir %{_datadir}/plank
 %dir %{_datadir}/plank/themes
 %dir %{_datadir}/plank/themes/elementary
+%dir %{_datadir}/plank/themes/elementary-dark
 %{_datadir}/plank/themes/elementary/dock.theme
+%{_datadir}/plank/themes/elementary-dark/dock.theme
 
 %files -n plank-metatheme-elementary
 %dir %{_datadir}/themes/elementary/plank
 %{_datadir}/themes/elementary/plank/dock.theme
+%{_datadir}/themes/elementary/plank/dock-dark.theme
 
 %changelog

++ stylesheet-5.2.5.tar.gz -> stylesheet-5.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.5/.editorconfig 
new/stylesheet-5.3.0/.editorconfig
--- old/stylesheet-5.2.5/.editorconfig  2019-08-03 20:32:37.0 +0200
+++ new/stylesheet-5.3.0/.editorconfig  2019-11-01 21:06:42.0 +0100
@@ -11,3 +11,5 @@
 max_line_length = 80
 tab_width = 4
 
+[{*.policy,*.xml,*.xml.in,*.yml}]
+tab_width = 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.5/.github/FUNDING.yml 
new/stylesheet-5.3.0/.github/FUNDING.yml
--- old/stylesheet-5.2.5/.github/FUNDING.yml2019-08-03 20:32:37.0 
+0200
+++ new/stylesheet-5.3.0/.github/FUNDING.yml1970-01-01 01:00:00.0 
+0100
@@ -1,4 +0,0 @@
-# These are supported funding model platforms
-
-patreon: elementary
-custom: https://elementary.io/get-involved#funding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.5/.github/workflows/release.yml 
new/stylesheet-5.3.0/.github/workflows/release.yml
--- old/stylesheet-5.2.5/.github/workflows/release.yml  1970-01-01 
01:00:00.0 +0100
+++ new/stylesheet-5.3.0/.github/workflows/release.yml  2019-11-01 
21:06:42.0 +0100
@@ -0,0 +1,19 @@
+name: Release
+
+on:
+  pull_request:
+branches: master
+types: closed
+jobs:
+  release:
+ runs-on: ubuntu-latest
+ if: github.event.pull_request.merged == true && true == 
contains(join(github.event.pull_request.labels.*.name), 'Release')
+ steps:
+ - uses: actions/checkout@v1
+ - uses: elementary/actions/release@master
+   env:
+ GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"
+ GIT_USER_NAME: "elementaryBot"
+ GIT_USER_EMAIL: "bui...@elementary.io"
+   with:
+ release_branch: 'juno'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.5/CODE_OF_CONDUCT.md 
new/stylesheet-5.3.0/CODE_OF_CONDUCT.md
--- 

commit elementary-theme for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2019-08-16 15:50:23

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new.22127 (New)


Package is "elementary-theme"

Fri Aug 16 15:50:23 2019 rev:14 rq:723827 version:5.2.5

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2019-07-18 15:20:27.980143568 +0200
+++ 
/work/SRC/openSUSE:Factory/.elementary-theme.new.22127/elementary-theme.changes 
2019-08-16 15:51:05.561582453 +0200
@@ -1,0 +2,16 @@
+Fri Aug  9 10:38:50 UTC 2019 - Alexei Podvalsky 
+
+- Update to 5.2.5:
+  * Use Black 500 from the official palette for the Dark style
+(#510)
+  * Remove background color from disabled Gtk.Button in dark
+stylesheet (#408)
+  * Adjust Granite.StorageBar when using dark style (#500)
+  * Add undershoot to popovers (#522)
+  * Style keycaps in menus (#524)
+  * Make Entry and SpinButton Progess more subtle (#521)
+  * Fix the border color of insensitive suggested button in dark
+mode (#514)
+  * Apps.css: support epiphany floating-bar (#520)
+
+---

Old:

  stylesheet-5.2.4.tar.gz

New:

  stylesheet-5.2.5.tar.gz



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.VVE49d/_old  2019-08-16 15:51:07.085581894 +0200
+++ /var/tmp/diff_new_pack.VVE49d/_new  2019-08-16 15:51:07.085581894 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   elementary-theme
-Version:5.2.4
+Version:5.2.5
 Release:0
 Summary:The Elementary GTK theme
 License:GPL-3.0-only

++ stylesheet-5.2.4.tar.gz -> stylesheet-5.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.4/elementary/gtk-3.0/apps.css 
new/stylesheet-5.2.5/elementary/gtk-3.0/apps.css
--- old/stylesheet-5.2.4/elementary/gtk-3.0/apps.css2019-06-19 
14:26:30.0 +0200
+++ new/stylesheet-5.2.5/elementary/gtk-3.0/apps.css2019-08-03 
20:32:37.0 +0200
@@ -62,6 +62,24 @@
 );
 }
 
+.floating-bar {
+background-color: alpha (#222, 0.9);
+border-radius: 3px;
+border-width: 0;
+box-shadow:
+0 1px 3px alpha (#000, 0.12),
+0 1px 2px alpha (#000, 0.24);
+color: #fff;
+padding: 2px 0;
+margin: 6px;
+text-shadow: 0 1px 2px alpha (#000, 0.6);
+}
+
+.floating-bar label {
+color: #fff;
+text-shadow: 0 1px 2px alpha (#000, 0.6);
+}
+
 /
 * Files *
 /
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/stylesheet-5.2.4/elementary/gtk-3.0/granite-widgets-dark.css 
new/stylesheet-5.2.5/elementary/gtk-3.0/granite-widgets-dark.css
--- old/stylesheet-5.2.4/elementary/gtk-3.0/granite-widgets-dark.css
2019-06-19 14:26:30.0 +0200
+++ new/stylesheet-5.2.5/elementary/gtk-3.0/granite-widgets-dark.css
2019-08-03 20:32:37.0 +0200
@@ -88,6 +88,45 @@
 box-shadow: none;
 }
 
+/**
+* Storage Bar *
+**/
+
+.storage-bar .fill-block {
+background-image:
+linear-gradient(
+to bottom,
+@BLACK_300,
+@BLACK_500
+);
+box-shadow:
+inset 0 0 0 1px alpha(#ccc, 0.05),
+inset 0 1px 0 0 alpha(#ccc, 0.15),
+inset 0 -1px 0 0 alpha(#ccc, 0.05);
+}
+
+.storage-bar .fill-block.empty-block,
+.storage-bar .fill-block.unused {
+background-image:
+linear-gradient(
+to bottom,
+mix(@BLACK_100, @BLACK_300, 0.5),
+@BLACK_300
+);
+}
+
+.storage-bar .fill-block.audio {
+border-color: alpha(@ORANGE_900, 0.65);
+}
+
+.storage-bar .fill-block.files {
+border-color: alpha(@BLUEBERRY_900, 0.65);
+}
+
+.storage-bar .fill-block.photo {
+border-color: alpha(@BANANA_900, 0.4);
+}
+
 /***
 * Fancy Scales *
 ***/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.4/elementary/gtk-3.0/gtk-dark.css 
new/stylesheet-5.2.5/elementary/gtk-3.0/gtk-dark.css
--- old/stylesheet-5.2.4/elementary/gtk-3.0/gtk-dark.css2019-06-19 
14:26:30.0 +0200
+++ new/stylesheet-5.2.5/elementary/gtk-3.0/gtk-dark.css2019-08-03 
20:32:37.0 +0200
@@ -20,7 +20,7 @@
 @import url("brand-dark.css");
 
 /* Default color scheme */
-@define-color base_color #3d4248;
+@define-color base_color mix(@BLACK_500, @BLACK_300, 0.5);
 @define-color bg_color shade (@base_color, 0.96);
 @define-color bg_highlight_color shade (@bg_color, 1.4);
 @define-color 

commit elementary-theme for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2019-06-01 09:57:38

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new.5148 (New)


Package is "elementary-theme"

Sat Jun  1 09:57:38 2019 rev:12 rq:706544 version:5.2.3

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2019-05-02 19:22:42.273955117 +0200
+++ 
/work/SRC/openSUSE:Factory/.elementary-theme.new.5148/elementary-theme.changes  
2019-06-01 09:57:40.747154694 +0200
@@ -1,0 +2,8 @@
+Thu May  2 16:22:13 UTC 2019 - Alexei Podvalsky 
+
+- Update to 5.2.3:
+  * Add support for progressbar.osd (#490)
+  * Changes dialog label.primary to em font sizing (#491)
+  * Style destructive-action buttons in actionbars (#478)
+
+---

Old:

  stylesheet-5.2.2.tar.gz

New:

  stylesheet-5.2.3.tar.gz



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.mma5mG/_old  2019-06-01 09:57:41.835154191 +0200
+++ /var/tmp/diff_new_pack.mma5mG/_new  2019-06-01 09:57:41.839154190 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package elementary-theme
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   elementary-theme
-Version:5.2.2
+Version:5.2.3
 Release:0
 Summary:The Elementary GTK theme
 License:GPL-3.0-only

++ stylesheet-5.2.2.tar.gz -> stylesheet-5.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.2/elementary/gtk-3.0/gtk-widgets.css 
new/stylesheet-5.2.3/elementary/gtk-3.0/gtk-widgets.css
--- old/stylesheet-5.2.2/elementary/gtk-3.0/gtk-widgets.css 2019-02-28 
01:29:54.0 +0100
+++ new/stylesheet-5.2.3/elementary/gtk-3.0/gtk-widgets.css 2019-04-18 
11:04:41.0 +0200
@@ -575,6 +575,27 @@
 border-right: 0;
 }
 
+progressbar.osd progress,
+progressbar.osd trough {
+border: none;
+box-shadow: none;
+min-height: 2px;
+min-width: 2px;
+}
+
+progressbar.osd progress {
+background: @colorAccent;
+border-radius: 99px;
+}
+
+progressbar.osd.horizontal progress {
+margin: 0 -1px;
+}
+
+progressbar.osd trough {
+background: none;
+}
+
 /
 * Level Bar *
 /
@@ -2787,19 +2808,25 @@
 
 button.flat.destructive-action,
 button.flat.destructive-action:backdrop,
-button.flat.destructive-action:hover {
+button.flat.destructive-action:hover,
+actionbar button.image-button.destructive-action,
+actionbar button.image-button.destructive-action:backdrop,
+actionbar button.image-button.destructive-action:hover {
 background: none;
 border: none;
 box-shadow: none;
 }
 
-button.flat.destructive-action:focus {
+button.flat.destructive-action:focus,
+actionbar button.image-button.destructive-action:focus {
 background: alpha (@error_color, 0.3);
 border: none;
 }
 
 button.flat.destructive-action image,
-button.flat.destructive-action label {
+button.flat.destructive-action label,
+actionbar button.image-button.destructive-action image,
+actionbar button.image-button.destructive-action label {
 color: @text_color;
 transition: all 320ms cubic-bezier(0.4, 0, 0.2, 1);
 -gtk-icon-shadow: none;
@@ -2808,12 +2835,18 @@
 button.flat.destructive-action:focus image,
 button.flat.destructive-action:focus label,
 button.flat.destructive-action:hover image,
-button.flat.destructive-action:hover label {
+button.flat.destructive-action:hover label,
+actionbar button.image-button.destructive-action:focus image,
+actionbar button.destructive-action:focus label,
+actionbar button.image-button.destructive-action:hover image,
+actionbar button.destructive-action:hover label {
 color: @error_color;
 }
 
 button.flat.destructive-action image:backdrop,
-button.flat.destructive-action label:backdrop {
+button.flat.destructive-action label:backdrop,
+actionbar button..image-button.destructive-action image:backdrop,
+actionbar button.destructive-action label:backdrop {
 color: @insensitive_fg_color;
 }
 
@@ -4054,7 +4087,7 @@
 
 dialog label.primary {
 font-weight: 700;
-font-size: 11pt;
+font-size: 1.2em;
 }
 
 /***
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.2/meson.build 
new/stylesheet-5.2.3/meson.build
--- 

commit elementary-theme for openSUSE:Factory

2019-05-02 Thread root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2019-05-02 19:22:28

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new.5148 (New)


Package is "elementary-theme"

Thu May  2 19:22:28 2019 rev:11 rq:700179 version:5.2.2

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2018-12-24 11:47:13.765142391 +0100
+++ 
/work/SRC/openSUSE:Factory/.elementary-theme.new.5148/elementary-theme.changes  
2019-05-02 19:22:42.273955117 +0200
@@ -1,0 +2,19 @@
+Mon Mar  4 03:25:19 UTC 2019 - Alexei Podvalsky 
+
+- Update to 5.2.2:
+  * Invert sidebar badge colors (#479)
+  * Fix border for sidebar-row in dark style (#473)
+  * Naive raised support for headerbar buttons (#466)
+  * Don't set border or shadow on dark infobar close buttons 
+(#465)
+  * Fix linked widgets in RTL (#455)
+  * Shade switches with white overlay (#461)
+  * Update .seek-bar scale slider style. (#457)
+  * More visible focus for dark entries (#456)
+  * Release 5.2.1
+  * Always use light switch sliders (#449)
+  * Add accent support to scales (#443)
+  * Fix notebook background (#435)
+  * Add styles for link psuedo classes (#438)
+
+---

Old:

  stylesheet-5.2.0.tar.gz

New:

  stylesheet-5.2.2.tar.gz



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.fRUEtd/_old  2019-05-02 19:22:44.341959411 +0200
+++ /var/tmp/diff_new_pack.fRUEtd/_new  2019-05-02 19:22:44.345959420 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   elementary-theme
-Version:5.2.0
+Version:5.2.2
 Release:0
 Summary:The Elementary GTK theme
 License:GPL-3.0-only

++ stylesheet-5.2.0.tar.gz -> stylesheet-5.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/stylesheet-5.2.0/elementary/gtk-3.0/granite-widgets.css 
new/stylesheet-5.2.2/elementary/gtk-3.0/granite-widgets.css
--- old/stylesheet-5.2.0/elementary/gtk-3.0/granite-widgets.css 2018-10-16 
07:25:46.0 +0200
+++ new/stylesheet-5.2.2/elementary/gtk-3.0/granite-widgets.css 2019-02-28 
01:29:54.0 +0100
@@ -205,6 +205,8 @@
 background: transparent;
 border: transparent;
 box-shadow: none;
+min-width: 0;
+min-height: 0;
 }
 
 /**
@@ -218,31 +220,14 @@
 .source-list.badge:selected:focus,
 .source-list.badge:hover:selected {
 background-image: none;
-background-color: alpha (#000, 0.4);
-color: @titlebar_color;
+background-color: alpha(@text_color, 0.1);
+box-shadow: none;
+color: alpha(@text_color, 0.7);
 font-weight: 700;
 border-radius: 10px;
 padding: 0 6px;
 margin: 0 3px;
-text-shadow: 0 1px alpha (#000, 0.1);
 border-width: 0;
--gtk-icon-shadow: 0 1px alpha (#000, 0.1);
-}
-
-.sidebar .badge:selected,
-.source-list.badge:selected,
-.source-list.badge:hover:selected {
-color: @titlebar_color;
-}
-
-.sidebar .badge:selected:backdrop,
-.source-list.badge:selected:backdrop,
-.source-list.badge:selected:hover:backdrop {
-background-image: none;
-background-color: alpha (#000, 0.2);
-color: shade (@titlebar_color, 0.95);
-text-shadow: 0 1px alpha (#000, 0.1);
--gtk-icon-shadow: 0 1px alpha (#000, 0.1);
 }
 
 .source-list.level-bar,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/stylesheet-5.2.0/elementary/gtk-3.0/gtk-widgets-dark.css 
new/stylesheet-5.2.2/elementary/gtk-3.0/gtk-widgets-dark.css
--- old/stylesheet-5.2.0/elementary/gtk-3.0/gtk-widgets-dark.css
2018-10-16 07:25:46.0 +0200
+++ new/stylesheet-5.2.2/elementary/gtk-3.0/gtk-widgets-dark.css
2019-02-28 01:29:54.0 +0100
@@ -51,11 +51,12 @@
 
 entry:focus,
 .entry:focus {
-border-color: alpha (#000, 0.3);
+border-color: alpha(@colorAccent, 0.5);
 box-shadow:
-inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),
-inset 0 0 0 1px alpha (@inset_dark_color, 0.3),
-0 1px 0 0 alpha (#fff, 0.05);
+inset 0 0 0 1px alpha(@colorAccent, 0.1),
+inset 0 1px 0 0 alpha(@inset_dark_color, 0.7),
+inset 0 0 0 1px alpha(@inset_dark_color, 0.3),
+0 1px 0 0 alpha(#fff, 0.05);
 }
 
 entry selection,
@@ -445,6 +446,7 @@
 .sidebar .view:hover:selected,
 .sidebar.view:selected,
 .sidebar.view:hover:selected,
+.sidebar-row:selected,
 .source-list.view:selected,
 .source-list.view:hover:selected,
 .source-list.view:focus:selected,
@@ -484,6 +486,7 @@
 .sidebar .view:hover:selected:backdrop,
 

commit elementary-theme for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2018-12-24 11:47:12

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new.28833 (New)


Package is "elementary-theme"

Mon Dec 24 11:47:12 2018 rev:10 rq:660532 version:5.2.0

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2017-12-29 18:51:38.744210554 +0100
+++ 
/work/SRC/openSUSE:Factory/.elementary-theme.new.28833/elementary-theme.changes 
2018-12-24 11:47:13.765142391 +0100
@@ -1,0 +2,47 @@
+Thu Dec 20 21:55:30 UTC 2018 - Jan Engelhardt 
+
+- Write summaries without the use of em dashes.
+
+---
+Wed Oct 17 18:52:07 UTC 2018 - Alexei Podvalsky 
+
+- Update to 5.2.0:
+  * Increase contrast of warning class in entries (#417)
+  * Fix menuitem color from suggested-action buttons (#409)
+  * Unblur the icon used to show Infobar Type (#410)
+  * Fix darkened backdrop modeswitch (#414)
+  * Make close button icon white in error-type Infobars (#407)
+  * Fixes the padding on Gtk.FileChooserButton to be the same as 
+Gtk.Entry (#406)
+  * Add class for accelerator (#402)
+  * Also respect accent color in flat titlebars (#404)
+  * Also add margin to radiobuttons with images (#403)
+  * Don't change text color for disabled suggested action (#397)
+  * Special case flat destructive action buttons (#395)
+  * Remove overly specific style (#393)
+  * Make checkerboard adapt to light or dark (#392)
+  * Split out brand files (#388)
+  * Add editorconfig (#387)
+  * Add Meson build system (#385)
+  * Subfolder (#381)
+  * Redo style for checks and radios (#384)
+  * Add inline tabbar style (#379)
+  * Use mix instead of brighten for disabled titlebar button 
+color (#374)
+  * Split palette into its own file (#378)
+  * Remove unused dark spinbutton rules (#373)
+  * Fix dark infobar buttons (#372)
+  * Set a background on iconview selections (#371)
+  * Overshoot (#340)
+  * Remove CSS for Desktop settings hotcorner (#367)
+  * Remove support for Gtk < 3.22 (#366)
+  * Style box inside the infobar revealer (#365)
+- Build with meson
+
+---
+Fri Jun  8 22:54:49 UTC 2018 - avvi...@yandex.by
+
+- Add plank-metatheme-elementary package
+- Spec file cleanup
+
+---

Old:

  stylesheet-5.1.1.tar.gz

New:

  stylesheet-5.2.0.tar.gz



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.0uUrHq/_old  2018-12-24 11:47:14.337141889 +0100
+++ /var/tmp/diff_new_pack.0uUrHq/_new  2018-12-24 11:47:14.341141885 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package elementary-theme
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _name elementary
 Name:   elementary-theme
-Version:5.1.1
+Version:5.2.0
 Release:0
-Summary:The elementary GTK Theme
-License:GPL-3.0
+Summary:The Elementary GTK theme
+License:GPL-3.0-only
 Group:  System/GUI/GNOME
-Url:https://launchpad.net/egtk
+URL:https://elementary.io/
 Source: 
https://github.com/elementary/stylesheet/archive/%{version}.tar.gz#/stylesheet-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  meson
 BuildArch:  noarch
 
 %description
@@ -34,7 +33,7 @@
 and usable.
 
 %package -n metatheme-elementary-common
-Summary:The elementary GTK Theme -- Common Files
+Summary:Common files for the Elementary GTK theme
 Group:  System/GUI/GNOME
 Suggests:   gtk2-metatheme-elementary
 Suggests:   gtk3-metatheme-elementary
@@ -47,7 +46,7 @@
 manager themes as well as background images.
 
 %package -n gtk2-metatheme-elementary
-Summary:The elementary GTK Theme -- GTK+ 2 Support
+Summary:GTK+ 2 support for the Elementary GTK theme
 Group:  System/GUI/GNOME
 Requires:   gtk2-engine-murrine
 Requires:   metatheme-elementary-common = %{version}
@@ -57,10 +56,10 @@
 The 

commit elementary-theme for openSUSE:Factory

2017-12-29 Thread root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2017-12-29 18:51:30

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new (New)


Package is "elementary-theme"

Fri Dec 29 18:51:30 2017 rev:9 rq:560112 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2017-10-26 18:44:41.123107614 +0200
+++ /work/SRC/openSUSE:Factory/.elementary-theme.new/elementary-theme.changes   
2017-12-29 18:51:38.744210554 +0100
@@ -1,0 +2,5 @@
+Tue Dec 26 11:02:52 UTC 2017 - avvi...@yandex.by
+
+- Drop gtk3-engine-unico (nothing provides gtk3-engine-unico)
+
+---



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.si6sQu/_old  2017-12-29 18:51:40.099821212 +0100
+++ /var/tmp/diff_new_pack.si6sQu/_new  2017-12-29 18:51:40.103820063 +0100
@@ -62,7 +62,6 @@
 %package -n gtk3-metatheme-elementary
 Summary:The elementary GTK Theme -- GTK+ 3 Support
 Group:  System/GUI/GNOME
-Requires:   gtk3-engine-unico
 Requires:   metatheme-elementary-common = %{version}
 Supplements:packageand(metatheme-elementary-common:gtk3)
 




commit elementary-theme for openSUSE:Factory

2017-10-26 Thread root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2017-10-26 18:44:39

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new (New)


Package is "elementary-theme"

Thu Oct 26 18:44:39 2017 rev:8 rq:536585 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2017-08-21 11:37:46.519991638 +0200
+++ /work/SRC/openSUSE:Factory/.elementary-theme.new/elementary-theme.changes   
2017-10-26 18:44:41.123107614 +0200
@@ -1,0 +2,25 @@
+Wed Oct 18 14:43:19 UTC 2017 - avvi...@yandex.by
+
+- Update to 5.1.1:
+  * Brighter titlebar (#216)
+  * Flatter chrome (#198)
+  * Replace colors in gtk.css with palette colors (#197)
+  * reduce the height of the panel (#208)
+  * Update FSF address (#207)
+  * fix text color and shadow in titlebar back buttons (#202)
+  * Fix size of circular image buttons (#194)
+  * Update README.md (#193)
+  * Fix text color for disabled combobox (#179)
+  * Fix weird background in wireless dialog box (#185)
+  * Make insensitive text color pass WCAG AA (#187)
+  * Remove misc 3.18 selectors (#178)
+  * Make dark selector for popup more specific (#183)
+  * Remove redundant dark titlebar style (#180)
+  * Brighten dark colors and increase text contrast (#181)
+  * Sidebar stack switcher (#177)
+  * Clean up some dark stylesheet selectors (#175)
+  * fix expander selectors and animate (#170)
+  * Fix some selectors in apps.css (#176)
+  * Add a style for flat titlebars (#174)
+
+---

Old:

  stylesheet-5.1.0.tar.gz

New:

  stylesheet-5.1.1.tar.gz



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.nouyCt/_old  2017-10-26 18:44:43.802982540 +0200
+++ /var/tmp/diff_new_pack.nouyCt/_new  2017-10-26 18:44:43.802982540 +0200
@@ -18,7 +18,7 @@
 
 %define _name elementary
 Name:   elementary-theme
-Version:5.1.0
+Version:5.1.1
 Release:0
 Summary:The elementary GTK Theme
 License:GPL-3.0

++ stylesheet-5.1.0.tar.gz -> stylesheet-5.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.1.0/README.md 
new/stylesheet-5.1.1/README.md
--- old/stylesheet-5.1.0/README.md  2017-08-10 21:30:52.0 +0200
+++ new/stylesheet-5.1.1/README.md  2017-09-25 16:03:55.0 +0200
@@ -23,9 +23,10 @@
 changed for your changes to take effect.
 
 You can also test changes live with Gtk Inspector. Make sure you have Gtk
-development libraries installed:
+development libraries installed, then enable the inspector shortcut:
 
 apt install libgtk-3-dev
+gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true
 
 Open an app you wish to test your changes on. Open Gtk Inspector with the
 keyboard shortcut Shift + Ctrl + D, then navigate to the tab "Custom CSS".
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.1.0/gtk-3.0/apps.css 
new/stylesheet-5.1.1/gtk-3.0/apps.css
--- old/stylesheet-5.1.0/gtk-3.0/apps.css   2017-08-10 21:30:52.0 
+0200
+++ new/stylesheet-5.1.1/gtk-3.0/apps.css   2017-09-25 16:03:55.0 
+0200
@@ -13,8 +13,8 @@
 *
 * You should have received a copy of the GNU General Public
 * License along with this program; if not, write to the
-* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-* Boston, MA 02111-1307, USA.
+* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+* Boston, MA 02110-1301 USA.
 *
 * Authored by: Daniel Foré 
 */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.1.0/gtk-3.0/granite-widgets-dark.css 
new/stylesheet-5.1.1/gtk-3.0/granite-widgets-dark.css
--- old/stylesheet-5.1.0/gtk-3.0/granite-widgets-dark.css   2017-08-10 
21:30:52.0 +0200
+++ new/stylesheet-5.1.1/gtk-3.0/granite-widgets-dark.css   2017-09-25 
16:03:55.0 +0200
@@ -13,8 +13,8 @@
 *
 * You should have received a copy of the GNU General Public
 * License along with this program; if not, write to the
-* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-* Boston, MA 02111-1307, USA.
+* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+* Boston, MA 02110-1301 USA.
 *
 * Authored by: Daniel Foré 
 */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.1.0/gtk-3.0/granite-widgets.css 
new/stylesheet-5.1.1/gtk-3.0/granite-widgets.css
--- 

commit elementary-theme for openSUSE:Factory

2017-08-21 Thread root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2017-08-21 11:37:40

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new (New)


Package is "elementary-theme"

Mon Aug 21 11:37:40 2017 rev:7 rq:517758 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2017-08-16 16:24:16.628416924 +0200
+++ /work/SRC/openSUSE:Factory/.elementary-theme.new/elementary-theme.changes   
2017-08-21 11:37:46.519991638 +0200
@@ -1,0 +2,6 @@
+Wed Aug 16 16:39:36 UTC 2017 - avvi...@yandex.by
+
+- Compatibility with gtk >= 3.22
+- Change the sourceurl to git
+
+---

Old:

  elementary-theme-5.1.0.tar.xz

New:

  stylesheet-5.1.0.tar.gz



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.HupFJI/_old  2017-08-21 11:37:47.327878015 +0200
+++ /var/tmp/diff_new_pack.HupFJI/_new  2017-08-21 11:37:47.335876890 +0200
@@ -24,7 +24,7 @@
 License:GPL-3.0
 Group:  System/GUI/GNOME
 Url:https://launchpad.net/egtk
-Source: 
https://launchpad.net/egtk/5.x/%{version}/+download/%{name}-%{version}.tar.xz
+Source: 
https://github.com/elementary/stylesheet/archive/%{version}.tar.gz#/stylesheet-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -82,14 +82,14 @@
 The official elementary plank theme.
 
 %prep
-%setup -q
+%setup -q -n stylesheet-%{version}
 
 %build
 # There is nothing to build.
 
 %install
 install -dm 0755 %{buildroot}%{_datadir}/themes/%{_name}
-for _source in gtk-2.0 gtk-3.0 plank index.theme; do
+for _source in gtk-2.0 gtk-3.0 gtk-3.22 plank index.theme; do
   cp -a "$_source" "%{buildroot}%{_datadir}/themes/%{_name}"
 done
 
@@ -108,6 +108,7 @@
 %files -n gtk3-metatheme-elementary
 %defattr(-,root,root)
 %{_datadir}/themes/%{_name}/gtk-3.0
+%{_datadir}/themes/%{_name}/gtk-3.22
 
 %files -n plank-theme-elementary
 %defattr(-,root,root)




commit elementary-theme for openSUSE:Factory

2017-08-16 Thread root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2017-08-16 16:19:46

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new (New)


Package is "elementary-theme"

Wed Aug 16 16:19:46 2017 rev:6 rq:517084 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2017-05-03 15:57:00.837718163 +0200
+++ /work/SRC/openSUSE:Factory/.elementary-theme.new/elementary-theme.changes   
2017-08-16 16:24:16.628416924 +0200
@@ -1,0 +2,35 @@
+Mon Aug 14 18:08:01 UTC 2017 - avvi...@yandex.by
+
+- Update to 5.1.0:
+  * Add a style for .keycap (#171)
+  * Remove duplicate selector (#169)
+  * combine check, radio, and switch selectors (#162)
+  * increase sidebar text contrast (#167)
+  * Removes some more unused selectors targetting 3.18 (#161)
+  * Add attention class (#163)
+  * fix a couple of image button selectors (#164)
+  * make menu and popup class selectors more specific (#165)
+  * update switch selectors (#159)
+  * Remove deprecated properties (#160)
+  * don't set radius in inline-toolbar (#157)
+  * fix infobar selectors (#158)
+  * Don't use :not for menuitem (#156)
+  * Rewrite menuitems and modelbuttons (#153)
+  * Resolve major issues in stack sidebar (#149)
+  * select indicator, not the whole mark container (#155)
+  * Stop scale slider from extending past the scale (#154)
+  * Remove old dialog selectors (#150)
+  * make modelbutton look like menuitem (#151)
+  * Don't apply button styles to menuitem buttons (#152)
+  * Fix rounded windows (#148)
+  * fix scale slider in seekbar (#147)
+  * refine inline-toolbar selectors, fix bugs (#146)
+  * Fix the size of primary dialog label (#145)
+  * Clean up scales and fix marks (#143)
+  * Replace GtkImage with image (#142)
+  * rewrite colorchooser (#137)
+  * clean up progressbars (#140)
+  * clean up combobox selectors (#138)
+  * Make pane sep style selector more specific (#141)
+
+---

Old:

  elementary-theme-5.0.4.tar.xz

New:

  elementary-theme-5.1.0.tar.xz



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.RZdFBE/_old  2017-08-16 16:24:28.614734416 +0200
+++ /var/tmp/diff_new_pack.RZdFBE/_new  2017-08-16 16:24:28.618733856 +0200
@@ -18,7 +18,7 @@
 
 %define _name elementary
 Name:   elementary-theme
-Version:5.0.4
+Version:5.1.0
 Release:0
 Summary:The elementary GTK Theme
 License:GPL-3.0

++ elementary-theme-5.0.4.tar.xz -> elementary-theme-5.1.0.tar.xz ++
 508228 lines of diff (skipped)




commit elementary-theme for openSUSE:Factory

2017-05-03 Thread root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2017-05-03 15:56:59

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new (New)


Package is "elementary-theme"

Wed May  3 15:56:59 2017 rev:5 rq:492374 version:5.0.4

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2017-01-25 23:32:00.356353981 +0100
+++ /work/SRC/openSUSE:Factory/.elementary-theme.new/elementary-theme.changes   
2017-05-03 15:57:00.837718163 +0200
@@ -1,0 +2,5 @@
+Mon May  1 15:37:23 UTC 2017 - avvi...@yandex.by
+
+- Update to 5.0.4
+
+---

Old:

  elementary-theme-5.0.3.tar.xz

New:

  elementary-theme-5.0.4.tar.xz



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.hcg1vO/_old  2017-05-03 15:57:01.461630083 +0200
+++ /var/tmp/diff_new_pack.hcg1vO/_new  2017-05-03 15:57:01.465629519 +0200
@@ -18,7 +18,7 @@
 
 %define _name elementary
 Name:   elementary-theme
-Version:5.0.3
+Version:5.0.4
 Release:0
 Summary:The elementary GTK Theme
 License:GPL-3.0

++ elementary-theme-5.0.3.tar.xz -> elementary-theme-5.0.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elementary-theme-5.0.3/HACKING 
new/elementary-theme-5.0.4/HACKING
--- old/elementary-theme-5.0.3/HACKING  2017-01-20 04:55:27.0 +0100
+++ new/elementary-theme-5.0.4/HACKING  1970-01-01 01:00:00.0 +0100
@@ -1,221 +0,0 @@
-== elementary Gtk Stylesheet - Contribute ==
-
-== Testing the latest build ==
-
-Get daily builds on Launchpad for Ubuntu 14.04 and later.
-
-https://launchpad.net/~elementary-os/+archive/daily
-
-== Join IRC chat rooms ==
-
-Join #elementary-dev on Freenode (irc.freenode.net).
-
-== Contribute without touching code ==
-
-Go through problem reports and check unconfirmed bugs or those lacking
-information and mark any duplicates you spot.
-
-http://bugs.launchpad.net/egtk
-
-Answer questions.
-
-https://answers.launchpad.net/egtk
-
-== Check out the sources ==
-
-bzr branch lp:egtk
-
-The development trunk (master, tip) is the latest iteration of the next
-release. Browse it online and look for other branches at:
-
-http://code.launchpad.net/egtk
-
-== Testing your changes ==
-
-This stylesheet doesn't need to be compiled. It is recommended to make a
-symbolic link from the source directory to /usr/share/themes for testing:
-
-ln -s /path/to/your/branch /usr/share/themes/
-
-Apps will need to be restarted or the system stylesheet will need to be
-changed for your changes to take effect.
-
-== Live testing ==
-
-You can also test changes live with Gtk Inspector. Make sure you have Gtk
-development libraries installed:
-
-apt-get install libgtk-3-dev
-
-Open an app you wish to test your changes on. Open Gtk Inspector with the
-keyboard shortcut Shift + Ctrl + D, then navigate to the tab "Custom CSS".
-Your changes here will take immediate effect on the focused app.
-
-== Important: Keep fixes for different bugs in different branches ==
-
-Branches that contain patches to fix more than one bug will be rejected, and
-you will be asked to supply a separate branch for every bug fix. However,
-this doesn't apply to patches that are indivisible by nature, and that
-fix multiple bugs.
-
-The reasons to work in this way are the following:
-
-If one of the bugs targeted by your branch is correctly fixed, but one of the
-other bugs is incorrectly fixed or needs corrections, the branch won't be
-accepted until everything looks ok for all bugs. This causes an unnecessary
-delay for the bugs that where fixed correctly.
-
-Suppose your branch was accepted for merging in the main one. Later, it is 
-discovered that your branch introduces faulty behavior. The standard course of
-action for these situations is to revert the merge that introduced that faulty
-behavior. This will cause that all of your fixes are reverted (even the ones
-that didn't cause problems) because there was no way of discriminating between
-them. If a separate branch for each bug fixed existed, only the offending one
-would have been reverted, and not all of them.
-
-Be sure to understand this, and avoid a headache later!
-
-== Committing code ==
-
-Make a branch which will contain your changes for fixing bug 123456:
-
-bzr branch lp:egtk fix-123456
-
-Tell Bazaar your name if you haven't yet:
-
-bzr whoami "Real Name "
-
-See what you did so far:

commit elementary-theme for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2017-01-25 23:31:59

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new (New)


Package is "elementary-theme"

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2016-09-24 15:29:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.elementary-theme.new/elementary-theme.changes   
2017-01-25 23:32:00.356353981 +0100
@@ -1,0 +2,6 @@
+Sun Jan 22 23:58:31 UTC 2017 - avvi...@yandex.by
+
+- Update to 5.0.3
+- Drop elementary-theme-5.0.1_gtk-3.20.patch
+
+---

Old:

  elementary-theme-5.0.1_gtk-3.20.patch
  elementary.tar.xz

New:

  elementary-theme-5.0.3.tar.xz



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.u8d0Wn/_old  2017-01-25 23:32:00.924268394 +0100
+++ /var/tmp/diff_new_pack.u8d0Wn/_new  2017-01-25 23:32:00.928267791 +0100
@@ -18,15 +18,13 @@
 
 %define _name elementary
 Name:   elementary-theme
-Version:5.0.1
+Version:5.0.3
 Release:0
 Summary:The elementary GTK Theme
 License:GPL-3.0
 Group:  System/GUI/GNOME
 Url:https://launchpad.net/egtk
-Source: 
https://launchpad.net/egtk/5.x/%{version}/+download/%{_name}.tar.xz
-# PATCH-FIX-UPSTREAM gtk-3.20.patch avvi...@yandex.by -- Update theme to gtk 
>= 3.20
-Patch0: elementary-theme-5.0.1_gtk-3.20.patch
+Source: 
https://launchpad.net/egtk/5.x/%{version}/+download/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -84,13 +82,10 @@
 The official elementary plank theme.
 
 %prep
-%setup -q -n %{_name}
-
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} > 120100 && 0%{?is_opensuse})
-%patch0 -p1
-%endif
+%setup -q
 
 %build
+# There is nothing to build.
 
 %install
 install -dm 0755 %{buildroot}%{_datadir}/themes/%{_name}




commit elementary-theme for openSUSE:Factory

2016-09-24 Thread h_root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2016-09-24 15:27:54

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new (New)


Package is "elementary-theme"

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2016-03-01 10:20:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.elementary-theme.new/elementary-theme.changes   
2016-09-24 15:29:00.0 +0200
@@ -1,0 +2,8 @@
+Sun Sep 18 13:44:52 UTC 2016 - avvi...@yandex.by
+
+- Update to 5.0.1
+- Update theme to gtk >= 3.20 (elementary-theme-5.0.1_gtk-3.20.patch)
+- Fix: Plank returned to the default theme
+- Spec file cleanup 
+
+---

New:

  elementary-theme-5.0.1_gtk-3.20.patch



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.Nqoatv/_old  2016-09-24 15:29:01.0 +0200
+++ /var/tmp/diff_new_pack.Nqoatv/_new  2016-09-24 15:29:01.0 +0200
@@ -17,21 +17,23 @@
 
 
 %define _name elementary
-
 Name:   elementary-theme
-Version:4.0.6
+Version:5.0.1
 Release:0
 Summary:The elementary GTK Theme
 License:GPL-3.0
 Group:  System/GUI/GNOME
 Url:https://launchpad.net/egtk
-Source: 
https://launchpad.net/egtk/4.x/%{version}/+download/elementary.tar.xz
+Source: 
https://launchpad.net/egtk/5.x/%{version}/+download/%{_name}.tar.xz
+# PATCH-FIX-UPSTREAM gtk-3.20.patch avvi...@yandex.by -- Update theme to gtk 
>= 3.20
+Patch0: elementary-theme-5.0.1_gtk-3.20.patch
 BuildRequires:  fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
-The official elementary GTK theme designed to be smooth, attractive, fast, and 
usable.
+The official elementary GTK theme designed to be smooth, attractive, fast, 
+and usable.
 
 %package -n metatheme-elementary-common
 Summary:The elementary GTK Theme -- Common Files
@@ -40,7 +42,8 @@
 Suggests:   gtk3-metatheme-elementary
 
 %description -n metatheme-elementary-common
-The official elementary GTK theme designed to be smooth, attractive, fast, and 
usable.
+The official elementary GTK theme designed to be smooth, attractive, fast, 
+and usable.
 
 This package provides the files common to the GTK+ themes and the window
 manager themes as well as background images.
@@ -53,7 +56,8 @@
 Supplements:packageand(metatheme-elementary-common:gtk2)
 
 %description -n gtk2-metatheme-elementary
-The official elementary GTK theme designed to be smooth, attractive, fast, and 
usable.
+The official elementary GTK theme designed to be smooth, attractive, fast, 
+and usable.
 
 This package provides the GTK+ 2 support of Elementary
 
@@ -65,13 +69,15 @@
 Supplements:packageand(metatheme-elementary-common:gtk3)
 
 %description -n gtk3-metatheme-elementary
-The official elementary GTK theme designed to be smooth, attractive, fast, and 
usable.
+The official elementary GTK theme designed to be smooth, attractive, fast, 
+and usable.
 
 This package provides the GTK+ 3 support of Elementary
 
 %package -n plank-theme-elementary
 Summary:The elementary Plank Theme
 Group:  System/GUI/GNOME
+Requires:   metatheme-elementary-common = %{version}
 Requires:   plank
 
 %description -n plank-theme-elementary
@@ -80,22 +86,25 @@
 %prep
 %setup -q -n %{_name}
 
+%if 0%{?suse_version} > 1320 || (0%{?sle_version} > 120100 && 0%{?is_opensuse})
+%patch0 -p1
+%endif
+
 %build
 
 %install
 install -dm 0755 %{buildroot}%{_datadir}/themes/%{_name}
-cp -a gtk-2.0 gtk-3.0 index.theme metacity-1 
%{buildroot}%{_datadir}/themes/%{_name}
-%fdupes -s %{buildroot}%{_datadir}/themes/%{_name}
+for _source in gtk-2.0 gtk-3.0 plank index.theme; do
+  cp -a "$_source" "%{buildroot}%{_datadir}/themes/%{_name}"
+done
 
-install -dm 755 %{buildroot}%{_datadir}/plank/themes/Pantheon
-install -m 644 plank/dock.theme %{buildroot}%{_datadir}/plank/themes/Pantheon/
+%fdupes -s %{buildroot}%{_datadir}/themes/%{_name}
 
 %files -n metatheme-elementary-common
 %defattr(-,root,root)
 %doc AUTHORS CONTRIBUTORS COPYING
 %dir %{_datadir}/themes/%{_name}/
 %{_datadir}/themes/%{_name}/index.theme
-%{_datadir}/themes/%{_name}/metacity-1
 
 %files -n gtk2-metatheme-elementary
 %defattr(-,root,root)
@@ -107,9 +116,7 @@
 
 %files -n plank-theme-elementary
 %defattr(-,root,root)
-%dir %{_datadir}/plank/
-%dir %{_datadir}/plank/themes/
-%dir %{_datadir}/plank/themes/Pantheon/
-%{_datadir}/plank/themes/Pantheon/dock.theme
+%dir %{_datadir}/themes/%{_name}/plank

commit elementary-theme for openSUSE:Factory

2016-03-01 Thread h_root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2016-03-01 09:44:35

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new (New)


Package is "elementary-theme"

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2015-05-19 23:42:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.elementary-theme.new/elementary-theme.changes   
2016-03-01 10:20:49.0 +0100
@@ -1,0 +2,10 @@
+Sat Feb 27 17:58:40 UTC 2016 - mailaen...@opensuse.org
+
+- add the plank theme
+
+---
+Sat Feb 27 15:19:03 UTC 2016 - mailaen...@opensuse.org
+
+- update to version 4.0.6
+
+---

Old:

  elementary.tar.gz

New:

  elementary.tar.xz



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.Qsfd2j/_old  2016-03-01 10:20:50.0 +0100
+++ /var/tmp/diff_new_pack.Qsfd2j/_new  2016-03-01 10:20:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package elementary-theme
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define _name elementary
 
 Name:   elementary-theme
-Version:4.0.2
+Version:4.0.6
 Release:0
-License:GPL-3.0
 Summary:The elementary GTK Theme
-Url:https://launchpad.net/egtk
+License:GPL-3.0
 Group:  System/GUI/GNOME
-Source: 
https://launchpad.net/egtk/4.x/%{version}/+download/elementary.tar.gz
+Url:https://launchpad.net/egtk
+Source: 
https://launchpad.net/egtk/4.x/%{version}/+download/elementary.tar.xz
 BuildRequires:  fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -68,6 +69,14 @@
 
 This package provides the GTK+ 3 support of Elementary
 
+%package -n plank-theme-elementary
+Summary:The elementary Plank Theme
+Group:  System/GUI/GNOME
+Requires:   plank
+
+%description -n plank-theme-elementary
+The official elementary plank theme.
+
 %prep
 %setup -q -n %{_name}
 
@@ -78,6 +87,9 @@
 cp -a gtk-2.0 gtk-3.0 index.theme metacity-1 
%{buildroot}%{_datadir}/themes/%{_name}
 %fdupes -s %{buildroot}%{_datadir}/themes/%{_name}
 
+install -dm 755 %{buildroot}%{_datadir}/plank/themes/Pantheon
+install -m 644 plank/dock.theme %{buildroot}%{_datadir}/plank/themes/Pantheon/
+
 %files -n metatheme-elementary-common
 %defattr(-,root,root)
 %doc AUTHORS CONTRIBUTORS COPYING
@@ -93,4 +105,11 @@
 %defattr(-,root,root)
 %{_datadir}/themes/%{_name}/gtk-3.0
 
+%files -n plank-theme-elementary
+%defattr(-,root,root)
+%dir %{_datadir}/plank/
+%dir %{_datadir}/plank/themes/
+%dir %{_datadir}/plank/themes/Pantheon/
+%{_datadir}/plank/themes/Pantheon/dock.theme
+
 %changelog