Author: jarod
Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12634
Modified Files:
myththemes-0.24-fixes.patch mythtv-themes.spec
Log Message:
* Thu Mar 24 2011 Jarod Wilson <jarod(a)wilsonet.com> 0.24-3
- Update to 0.24 fixes, git revision 931028f491
myththemes-0.24-fixes.patch:
.gitignore | 5 +++++
Arclight/status-ui.xml | 2 +-
Mythbuntu/base.xml | 41 +++++++++++++++++++++--------------------
Mythbuntu/config-ui.xml | 6 +++---
metallurgy/menu-ui.xml | 25 +++++++++++++++++++++++++
metallurgy/osd.xml | 14 +++++++-------
metallurgy/themeinfo.xml | 2 +-
7 files changed, 63 insertions(+), 32 deletions(-)
Index: myththemes-0.24-fixes.patch
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/myththemes-0.24-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- myththemes-0.24-fixes.patch 21 Mar 2011 00:10:38 -0000 1.1
+++ myththemes-0.24-fixes.patch 25 Mar 2011 14:18:46 -0000 1.2
@@ -1,6 +1,27 @@
+diff -Naurp myththemes-0.24.orig/Arclight/status-ui.xml
myththemes-0.24.fixes/Arclight/status-ui.xml
+--- myththemes-0.24.orig/Arclight/status-ui.xml 2010-09-23 05:47:16.000000000 -0400
++++ myththemes-0.24.fixes/Arclight/status-ui.xml 2011-03-01 23:53:44.000000000 -0500
+@@ -65,7 +65,7 @@
+ </textarea>
+
+ <buttonlist name="category"
from="baseshapebuttonlist">
+- <area>0,669,100%,360</area>
++ <position>0,669</position>
+ <spacing>0</spacing>
+ <scrollstyle>free</scrollstyle>
+ <wrapstyle>items</wrapstyle>
+diff -Naurp myththemes-0.24.orig/.gitignore myththemes-0.24.fixes/.gitignore
+--- myththemes-0.24.orig/.gitignore 1969-12-31 19:00:00.000000000 -0500
++++ myththemes-0.24.fixes/.gitignore 2011-03-01 23:53:44.000000000 -0500
+@@ -0,0 +1,5 @@
++Makefile
++dummy.o
++mythconfig.mak
++myththemes
++
diff -Naurp myththemes-0.24.orig/metallurgy/menu-ui.xml
myththemes-0.24.fixes/metallurgy/menu-ui.xml
--- myththemes-0.24.orig/metallurgy/menu-ui.xml 2010-10-12 15:44:18.000000000 -0400
-+++ myththemes-0.24.fixes/metallurgy/menu-ui.xml 2010-12-01 09:23:53.000000000 -0500
++++ myththemes-0.24.fixes/metallurgy/menu-ui.xml 2011-03-01 23:53:44.000000000 -0500
@@ -135,6 +135,31 @@
<value>Search Lists</value>
</textarea>
@@ -35,7 +56,7 @@
<buttonlist name="menu">
diff -Naurp myththemes-0.24.orig/metallurgy/osd.xml
myththemes-0.24.fixes/metallurgy/osd.xml
--- myththemes-0.24.orig/metallurgy/osd.xml 2010-11-04 09:54:31.000000000 -0400
-+++ myththemes-0.24.fixes/metallurgy/osd.xml 2010-12-01 09:23:53.000000000 -0500
++++ myththemes-0.24.fixes/metallurgy/osd.xml 2011-03-01 23:53:44.000000000 -0500
@@ -65,40 +65,40 @@
<area>0,480,1280,240</area>
@@ -86,7 +107,7 @@
</textarea>
diff -Naurp myththemes-0.24.orig/metallurgy/themeinfo.xml
myththemes-0.24.fixes/metallurgy/themeinfo.xml
--- myththemes-0.24.orig/metallurgy/themeinfo.xml 2010-08-28 16:16:22.000000000 -0400
-+++ myththemes-0.24.fixes/metallurgy/themeinfo.xml 2010-12-01 09:23:53.000000000 -0500
++++ myththemes-0.24.fixes/metallurgy/themeinfo.xml 2011-03-01 23:53:44.000000000 -0500
@@ -17,7 +17,7 @@
<version>
@@ -96,3 +117,101 @@
</version>
<detail>
+diff -Naurp myththemes-0.24.orig/Mythbuntu/base.xml
myththemes-0.24.fixes/Mythbuntu/base.xml
+--- myththemes-0.24.orig/Mythbuntu/base.xml 2010-10-06 21:34:10.000000000 -0400
++++ myththemes-0.24.fixes/Mythbuntu/base.xml 2011-03-01 23:53:44.000000000 -0500
+@@ -123,22 +123,23 @@
+ <spacing>5</spacing>
+ <buttonarea>0,0,100%,97%</buttonarea>
+ <statetype name="buttonitem">
++ <area>0,0,100%,30</area>
+ <state name="active">
+ <area>0,0,100%,30</area>
+- <shape name="buttonbackground">
+- <type>roundbox</type>
+- <area>0,0,99%,30</area>
+- <fill color="#666666" alpha="50" />
+- <cornerradius>15</cornerradius>
+- </shape>
++ <shape name="buttonbackground">
++ <type>roundbox</type>
++ <area>0,0,100%,30</area>
++ <fill color="#666666" alpha="50" />
++ <cornerradius>15</cornerradius>
++ </shape>
+ <textarea name="buttontext">
+- <area>16,0,85%,31</area>
++ <area>16,0,94%,31</area>
+ <font>basesmallgrey</font>
+ <cutdown>yes</cutdown>
+ <align>left,vcenter</align>
+ </textarea>
+ <statetype name="buttoncheck">
+- <position>91%,5</position>
++ <position>94%,5</position>
+ <state type="off">
+ <imagetype name="checkoff">
+ <filename>shared/lb-check-empty.png</filename>
+@@ -161,23 +162,23 @@
+ </imagetype>
+ </state>
+ <state name="selectedactive" from="active">
+- <shape name="buttonbackground">
+- <type>roundbox</type>
+- <area>0,0,99%,30</area>
+- <fill color="#ffffff" alpha="50" />
+- <cornerradius>15</cornerradius>
+- </shape>
++ <shape name="buttonbackground">
++ <type>roundbox</type>
++ <area>0,0,100%,30</area>
++ <fill color="#ffffff" alpha="50" />
++ <cornerradius>15</cornerradius>
++ </shape>
+ <textarea name="buttontext">
+ <font>basesmall</font>
+ </textarea>
+ </state>
+ <state name="selectedinactive" from="active">
+- <shape name="buttonbackground">
+- <type>roundbox</type>
+- <area>0,0,99%,30</area>
+- <fill color="#ffffff" alpha="50" />
+- <cornerradius>15</cornerradius>
+- </shape>
++ <shape name="buttonbackground">
++ <type>roundbox</type>
++ <area>0,0,100%,30</area>
++ <fill color="#ffffff" alpha="50" />
++ <cornerradius>15</cornerradius>
++ </shape>
+ <textarea name="buttontext">
+ <font>basesmallgrey</font>
+ </textarea>
+diff -Naurp myththemes-0.24.orig/Mythbuntu/config-ui.xml
myththemes-0.24.fixes/Mythbuntu/config-ui.xml
+--- myththemes-0.24.orig/Mythbuntu/config-ui.xml 2010-08-28 16:16:22.000000000 -0400
++++ myththemes-0.24.fixes/Mythbuntu/config-ui.xml 2011-03-01 23:53:44.000000000 -0500
+@@ -70,7 +70,7 @@
+ </buttonlist>
+
+ <button name="delete" from="basebutton">
+- <position>620,472</position>
++ <position>750,472</position>
+ <value>Delete</value>
+ </button>
+
+@@ -89,12 +89,12 @@
+ </button>
+
+ <button name="importicons" from="basewidebutton">
+- <position>325,585</position>
++ <position>375,585</position>
+ <value>Icon Download</value>
+ </button>
+
+ <button name="edittransport" from="basewidebutton">
+- <position>585,585</position>
++ <position>700,585</position>
+ <value>Edit Transports</value>
+ </button>
+
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- mythtv-themes.spec 21 Mar 2011 00:10:39 -0000 1.29
+++ mythtv-themes.spec 25 Mar 2011 14:18:46 -0000 1.30
@@ -18,7 +18,7 @@
# Git revision and branch ID
# 0.24 release: git tag b0.24
-%define _gitrev 945c67317
+%define _gitrev 931028f491
%define branch fixes/0.24
#
@@ -36,7 +36,7 @@
Release: 0.1.git.%{_gitrev}%{?dist}
#Release: 0.1.rc1%{?dist}
%else
-Release: 2%{?dist}
+Release: 3%{?dist}
%endif
################################################################################
@@ -123,6 +123,9 @@
%{_datadir}/fonts/%{name}/*.otf
%changelog
+* Thu Mar 24 2011 Jarod Wilson <jarod(a)wilsonet.com> 0.24-3
+- Update to 0.24 fixes, git revision 931028f491
+
* Sun Jan 16 2011 Jarod Wilson <jarod(a)wilsonet.com> 0.24-2
- Update to 0.24 fixes, git revision 945c67317