rpms/mythtv-themes/F-9 myththemes-0.21-svnfixes.patch, NONE, 1.1 mythtv-themes.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thorsten Leemhuis thl at rpmfusion.org
Thu Sep 4 10:41:05 CEST 2008


Author: thl

Update of /cvs/free/rpms/mythtv-themes/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4992

Modified Files:
	.cvsignore sources 
Added Files:
	myththemes-0.21-svnfixes.patch mythtv-themes.spec 
Log Message:
initial import from devel branch

myththemes-0.21-svnfixes.patch:

--- NEW FILE myththemes-0.21-svnfixes.patch ---
Index: myththemes/MythCenter/ui.xml
===================================================================
--- myththemes/MythCenter/ui.xml	(revision 16468)
+++ myththemes/MythCenter/ui.xml	(working copy)
@@ -1872,7 +1872,7 @@
         <fcnfont name="active" function="selected"></fcnfont>
         <fcnfont name="enabled_state_0_font" function="enabled_state_0"></fcnfont>
         <columnpadding>1</columnpadding>
-        <column number="1" width="745" context="-1"></column>
+        <column number="1" width="715" context="-1"></column>
         <items>8</items>
         <image function="selectionbar" filename="rk-selectbar.png" location="-8,3"></image>
         <image function="uparrow" filename="uparrow.png" location="755,15"></image>
Index: myththemes/myththemes.pro
===================================================================
--- myththemes/myththemes.pro	(revision 16468)
+++ myththemes/myththemes.pro	(working copy)
@@ -8,6 +8,7 @@
 CONFIG -= moc qt
 
 !macx:QMAKE_COPY_DIR = sh ./cpsvndir
+win32:QMAKE_INSTALL_DIR = sh ./cpsvndir
 
 themes.path = $${PREFIX}/share/mythtv/themes/
 themes.files = Iulius Iulius-OSD Minimalist-wide Titivillus Titivillus-OSD isthmus MythCenter MythCenter-wide Gray-OSD Retro Retro-OSD
Index: myththemes/Retro/ui.xml
===================================================================
--- myththemes/Retro/ui.xml	(revision 16468)
+++ myththemes/Retro/ui.xml	(working copy)
@@ -1872,7 +1872,7 @@
         <fcnfont name="active" function="selected"></fcnfont>
         <fcnfont name="enabled_state_0_font" function="enabled_state_0"></fcnfont>
         <columnpadding>1</columnpadding>
-        <column number="1" width="745" context="-1"></column>
+        <column number="1" width="715" context="-1"></column>
         <items>8</items>
         <image function="selectionbar" filename="rk-selectbar.png" location="-8,3"></image>
         <image function="uparrow" filename="uparrow.png" location="755,15"></image>
Index: myththemes/Titivillus/ui.xml
===================================================================
--- myththemes/Titivillus/ui.xml	(revision 16468)
+++ myththemes/Titivillus/ui.xml	(working copy)
@@ -1619,7 +1619,7 @@
         <fcnfont name="list-selected" function="selected"></fcnfont>
         <fcnfont name="enabled_state_0_font" function="enabled_state_0"></fcnfont>
         <columnpadding>1</columnpadding>
-        <column number="1" width="745" context="-1"></column>
+        <column number="1" width="715" context="-1"></column>
         <items>8</items>
         <image function="selectionbar" filename="conflict/tit-cr-selectbar.png" location="-10,-5"></image>
         <image function="uparrow" filename="shared/up_arrow.png" location="755,15"></image>
Index: myththemes/Iulius/ui.xml
===================================================================
--- myththemes/Iulius/ui.xml	(revision 16468)
+++ myththemes/Iulius/ui.xml	(working copy)
@@ -1869,7 +1869,7 @@
         <fcnfont name="active" function="selected"></fcnfont>
         <fcnfont name="enabled_state_0_font" function="enabled_state_0"></fcnfont>
         <columnpadding>1</columnpadding>
-        <column number="1" width="745" context="-1"></column>
+        <column number="1" width="715" context="-1"></column>
         <items>8</items>
         <image function="selectionbar" filename="rk-selectbar.png" location="-8,3"></image>
         <image function="uparrow" filename="uparrow.png" location="755,15"></image>


--- NEW FILE mythtv-themes.spec ---
Name: mythtv-themes
Version: 0.21
Release: 3
Summary: Additional User Interface themes for MythTV
Group: Applications/Multimedia
License: GPLv2
URL: http://www.mythtv.org/
Source0: http://www.mythtv.org/mc/myththemes-%{version}.tar.bz2
# created from svn rev 17859:
# http://svn.mythtv.org/var/lib/svn/branches/release-0-21-fixes/themes
Source1: themes-%{version}.tar.bz2
# Upstream url dead, extracted from mythbuntu packages
Source2: glass-wide-20071107.tar.gz
Patch0: myththemes-0.21-svnfixes.patch
BuildRequires: libmyth-devel = %{version}
Requires: mythtv-themes = %{version}
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
MythTV provides a unified graphical interface for recording and viewing
television programs.  Refer to the mythtv-docs package for more information.

This package contains themes for the mythtv user interface.

%prep
%setup -q -c -a 1 -a 2
cd myththemes-%{version}
%patch0 -p1
cd ..

%build
cd myththemes-%{version}
%configure
cd ..

cd themes-%{version}
%configure
cd ..

%install
rm -rf %{buildroot}

cd myththemes-%{version}
make install INSTALL_ROOT=%{buildroot}
cd ..

cd themes-%{version}
make install INSTALL_ROOT=%{buildroot}
cd ..

cp -rp glass-wide %{buildroot}%{_datadir}/mythtv/themes/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_datadir}/mythtv/themes/*

%changelog
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.21-3
- rebuild

* Fri Jul 18 2008 Jarod Wilson <jarod at wilsonet.com> - 0.21-2
- Drop %%dist tag, this is noarch
- Patch in changes from release-0-21-fixes svn branch
- Add glass-wide

* Sun Mar 09 2008 Jarod Wilson <jarod at wilsonet.com> - 0.21-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Jul 2008 16:54:12 -0000	1.1
+++ .cvsignore	4 Sep 2008 08:41:05 -0000	1.2
@@ -0,0 +1,3 @@
+glass-wide-20071107.tar.gz
+myththemes-0.21.tar.bz2
+themes-0.21.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Jul 2008 16:54:12 -0000	1.1
+++ sources	4 Sep 2008 08:41:05 -0000	1.2
@@ -0,0 +1,3 @@
+7cdec1649d3a94a8dbf96d129421cdac  glass-wide-20071107.tar.gz
+9a569ab5561f348fdbf82cdc46a1df9b  myththemes-0.21.tar.bz2
+8a036cbbb8cf29c5512931e1f6f5445f  themes-0.21.tar.bz2



More information about the rpmfusion-commits mailing list