Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 935304 Details for
Bug 1139190
Update to 1.2 & catch up gtk3
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Update to 1.2 & catch up gtk3
update-to-1.2-catch-up-gtk3.patch (text/plain), 6.53 KB, created by
poma
on 2014-09-08 10:44:56 UTC
(
hide
)
Description:
Update to 1.2 & catch up gtk3
Filename:
MIME Type:
Creator:
poma
Created:
2014-09-08 10:44:56 UTC
Size:
6.53 KB
patch
obsolete
> >Update to 1.2 & catch up gtk3 > >--- > .gitignore | 1 + > bluebird.spec | 13 ++++- > gtk-widgets.css-gtk3-sync.patch | 119 ++++++++++++++++++++++++++++++++++++++++ > sources | 2 +- > 4 files changed, 131 insertions(+), 4 deletions(-) > create mode 100644 gtk-widgets.css-gtk3-sync.patch > >diff --git a/.gitignore b/.gitignore >index 5c23ff9..d37ae81 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -3,3 +3,4 @@ > /Bluebird-0.7.1.tar.gz > /v0.8.tar.gz > /v0.9.tar.gz >+/Bluebird-1.2.tar.gz >diff --git a/bluebird.spec b/bluebird.spec >index 410964e..46ca372 100644 >--- a/bluebird.spec >+++ b/bluebird.spec >@@ -1,14 +1,15 @@ > %global theme_name Bluebird > > Name: bluebird >-Version: 0.9 >+Version: 1.2 > Release: 2%{?dist} > Summary: A clean minimalistic theme for Xfce, GTK+ 2 and 3 > > License: GPLv2+ or CC-BY-SA > URL: http://shimmerproject.org/project/%{name}/ >-Source0: https://github.com/shimmerproject/%{theme_name}/archive/v%{version}.tar.gz >+Source0: https://github.com/shimmerproject/%{theme_name}/archive/Bluebird-%{version}.tar.gz > >+Patch1: gtk-widgets.css-gtk3-sync.patch > > BuildArch: noarch > >@@ -57,7 +58,7 @@ Themes for Xfce4 notifyd as part of the Bluebird theme. > %prep > %setup -q -n %{theme_name}-%{version} > >- >+%patch1 -p1 -b .gtk3-sync > > %build > # Nothing to build >@@ -93,6 +94,12 @@ cp -pr gtk-2.0/ gtk-3.0/ metacity-1/ xfwm4/ %{buildroot}%{_datadir}/themes/%{the > > > %changelog >+* Mon Sep 08 2014 poma <poma@gmail.com> 1.2-2 >+- Catch up gtk3 >+ >+* Mon Sep 08 2014 poma <poma@gmail.com> 1.2-1 >+- Update to 1.2 >+ > * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild > >diff --git a/gtk-widgets.css-gtk3-sync.patch b/gtk-widgets.css-gtk3-sync.patch >new file mode 100644 >index 0000000..0f1aa65 >--- /dev/null >+++ b/gtk-widgets.css-gtk3-sync.patch >@@ -0,0 +1,119 @@ >+--- a/gtk-3.0/gtk-widgets.css 2014-08-03 16:06:29.000000000 +0200 >++++ b/gtk-3.0/gtk-widgets.css 2014-09-08 12:13:11.113667014 +0200 >+@@ -318,23 +318,73 @@ >+ color: @theme_selected_fg_color; >+ } >+ >+-/******************* >+- * check and radio * >+- *******************/ >+-.check, >+-.radio, >+-.check:insensitive, >+-.radio:insensitive { >+- border-style: none; >+- background-color: transparent; >+-} >+- >+-GtkCheckButton:hover, >+-GtkCheckButton:active:hover, >+-GtkCheckButton:selected, >+-GtkCheckButton:selected:focus { >+- background-color: transparent; >+-} >++/***************************************************************************************************** >++ * Check and Radio items * >++ * Related to recent gtk3 development, to reveal checkboxes as part of the dialogue * >++ * of some of the applications whose notification icons appear in the system tray * >++ * the reference section of the HighContrast theme is used. * >++ * https://git.gnome.org/browse/gnome-themes-standard/tree/themes/HighContrast/gtk-3.0/gtk.css#n1398 * >++ *****************************************************************************************************/ >++ >++GtkCheckButton.text-button, GtkRadioButton.text-button { >++ padding: 1px; >++ outline-offset: 0; } >++ >++.check { >++ color: rgba(0, 0, 0, 0.1); >++ background-image: none; >++ -gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); } >++ .check:hover { >++ color: #7f7f7f; } >++ .check:checked, .check:active { >++ -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); >++ color: #000; } >++ .check:checked:hover, .check:active:hover { >++ color: #7f7f7f; } >++ .check:checked:insensitive, .check:active:insensitive { >++ color: #7f7f7f; } >++ .check:checked:insensitive:backdrop, .check:active:insensitive:backdrop { >++ color: #7f7f7f; } >++ .check:checked:backdrop, .check:active:backdrop { >++ color: #000; } >++ .check:insensitive { >++ color: rgba(127, 127, 127, 0.1); } >++ .check:insensitive:backdrop { >++ color: transparent; } >++ .check:inconsistent { >++ -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); } >++ .check:backdrop { >++ color: rgba(0, 0, 0, 0.1); } >++ .check:backdrop:selected { >++ color: rgba(255, 255, 255, 0.1); } >++ >++.radio { >++ color: rgba(0, 0, 0, 0.1); >++ background-image: none; >++ -gtk-icon-source: -gtk-icontheme("radio-symbolic"); } >++ .radio:hover { >++ color: #7f7f7f; } >++ .radio:checked, .radio:active { >++ -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); >++ color: #000; } >++ .radio:checked:hover, .radio:active:hover { >++ color: #7f7f7f; } >++ .radio:checked:insensitive, .radio:active:insensitive { >++ color: #7f7f7f; } >++ .radio:checked:insensitive:backdrop, .radio:active:insensitive:backdrop { >++ color: #7f7f7f; } >++ .radio:checked:backdrop, .radio:active:backdrop { >++ color: #000; } >++ .radio:insensitive { >++ color: rgba(127, 127, 127, 0.1); } >++ .radio:insensitive:backdrop { >++ color: transparent; } >++ .radio:inconsistent { >++ -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); } >++ .radio:backdrop { >++ color: rgba(0, 0, 0, 0.1); } >++ .radio:backdrop:selected { >++ color: rgba(255, 255, 255, 0.1); } >+ >+ /***************** >+ * column-header * >+@@ -3858,13 +3908,19 @@ >+ color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.5); >+ } >+ >++/**************************************************************************************** >++ * Give and take related to recent gtk3 development, * >++ * to achieve full size of the icon menu of some of the applications whose notification * >++ * icons appear in the system tray, the "shadow" is disabled. * >++ ****************************************************************************************/ >++/* >+ .window-frame { >+ border-style: none; >+ border-radius: 5px 5px 0 0; >+ box-shadow: 0 3px 7px alpha(black, 0.7), >+ 0 0 0 1px alpha(black, 0.3); >+ >+- /* this is used for the resize cursor area */ >++ * this is used for the resize cursor area >+ margin: 10px; >+ } >+ >+@@ -3876,3 +3932,4 @@ >+ box-shadow: 0 3px 5px alpha(black, 0.5), >+ 0 0 0 1px alpha(black, 0.2); >+ } >++*/ >diff --git a/sources b/sources >index ed85603..d1e9773 100644 >--- a/sources >+++ b/sources >@@ -1 +1 @@ >-3f5d96778dcbf2b06bee1a25f2098324 v0.9.tar.gz >+741430b70d5ed38bf2bdebedecff1fa0 Bluebird-1.2.tar.gz >-- >2.1.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1139190
:
935304
|
936322
|
954604
|
954818
|
955200