[cinnamon/f17] fix settings applet icons

leigh123linux leigh123linux at fedoraproject.org
Tue Oct 9 14:05:09 UTC 2012


commit 5df6bd0b6c5ebc0566cb8be47a7a5d971de405b8
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Oct 9 15:05:02 2012 +0100

    fix settings applet icons
    
    - patch font size (Bzr 864050)

 cinnamon.css.patch |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 cinnamon.spec      |    9 +++++++-
 2 files changed, 64 insertions(+), 1 deletions(-)
---
diff --git a/cinnamon.css.patch b/cinnamon.css.patch
new file mode 100644
index 0000000..dc5f41b
--- /dev/null
+++ b/cinnamon.css.patch
@@ -0,0 +1,56 @@
+--- a/data/theme/cinnamon.css
++++ b/data/theme/cinnamon.css
+@@ -55,7 +55,7 @@
+ 	background-gradient-start: rgba(254,245,198,0.9);
+ 	background-gradient-direction: vertical;
+ 	color: #000000;
+-	font-size: 8.5pt;
++	font-size: 1em;
+ 	font-weight: normal;
+ 	text-align: center;
+ }
+@@ -217,7 +217,7 @@
+ #panel {
+ 	color: #ffffff;
+ 	background-color: #555555;
+-	font-size: 8.5pt;
++	font-size: 1em;
+ 	font-weight: normal;
+ 	height: 25px;
+ }
+@@ -428,7 +428,7 @@
+ 	border-radius: 4px;
+ 	padding: 3px;
+ 	border: 1px rgba(0,0,0,0);
+-	font-size: 7.5pt;
++	font-size: 1em;
+ 	color: white;
+ 	transition-duration: 100;
+ 	text-align: center;
+@@ -563,7 +563,7 @@
+ }
+ .calendar-month-label {
+ 	color: #cccccc;
+-	font-size: 7.5pt;
++	font-size: 1em;
+ 	padding-bottom: 8px;
+ 	padding-top: 8px;
+ 	font-weight: bold;
+@@ -605,7 +605,7 @@
+ 	font-weight: bold;
+ }
+ .calendar-day-base {
+-	font-size: 7.5pt;
++	font-size: 1em;
+ 	text-align: center;
+ 	width: 2.4em;
+ 	height: 2.4em;
+@@ -673,7 +673,7 @@
+  * Notifications
+  * ===================================================================*/
+ #notification {
+-	font-size: 8.5pt;
++	font-size: 1em;
+ 	border-radius: 8px 8px 8px 8px;
+ 	border: 2px solid #a5a5a5;
+ 	background-gradient-direction: vertical;
diff --git a/cinnamon.spec b/cinnamon.spec
index 546c662..6cd15e7 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -8,7 +8,7 @@
 
 Name:           cinnamon
 Version:        1.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -30,6 +30,7 @@ Patch1:         cinnamon-1.5.0_datetime_setting.patch
 Patch2:         cinnamon-1.4.1_f17_favourite-apps-firefox.patch
 Patch3:         fedora_icon.patch
 Patch4:         nemo.patch
+Patch5:         cinnamon.css.patch
 
 # upstream patches and pending pulls
 
@@ -124,6 +125,8 @@ The emphasis is put on making users feel at home and providing
 # use nautilus instead of nemo
 %patch4 -p1
 
+%patch5 -p1
+
 
 # upstream patches and pending pulls
 
@@ -220,6 +223,10 @@ fi
 
 
 %changelog
+* Tue Oct 09 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.6.1-2
+- fix settings applet icons
+- patch font size (Bzr 864050)
+
 * Thu Sep 27 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.6.1-1
 - update to 1.6.1 release
 


More information about the scm-commits mailing list