rpms/mythtv-themes/devel .cvsignore, 1.5, 1.6 mythtv-themes.spec, 1.25, 1.26 sources, 1.19, 1.20

Jarod Wilson jarod at rpmfusion.org
Mon Feb 22 22:49:43 CET 2010


Author: jarod

Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6563

Modified Files:
	.cvsignore mythtv-themes.spec sources 
Log Message:
* Fri Feb 05 2010 Jarod Wilson <jarod at wilsonet.com> 0.23-0.1.svn.r23586
- Update to pre-0.23 svn trunk, rev 23586



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	11 Sep 2009 16:20:08 -0000	1.5
+++ .cvsignore	22 Feb 2010 21:49:42 -0000	1.6
@@ -5,3 +5,4 @@
 themes-0.22.tar.bz2
 graphite.080409.tar.gz
 oldthemes-0.22.tar.bz2
+myththemes-0.23.tar.bz2


Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mythtv-themes.spec	9 Nov 2009 15:44:29 -0000	1.25
+++ mythtv-themes.spec	22 Feb 2010 21:49:42 -0000	1.26
@@ -17,8 +17,8 @@
 %define desktop_vendor  RPMFusion
 
 # SVN Revision number and branch ID
-%define _svnrev r22752
-%define branch release
+%define _svnrev r23586
+%define branch trunk
 
 #
 # Basic descriptive tags for this package:
@@ -30,10 +30,10 @@
 License:    GPLv2
 
 # Version/Release info
-Version: 0.22
+Version: 0.23
 %if "%{branch}" == "trunk"
-Release: 0.1.rc2%{?dist}
-#Release: 0.5.svn.%{_svnrev}%{?dist}
+#Release: 0.1.rc2%{?dist}
+Release: 0.1.svn.%{_svnrev}%{?dist}
 %else
 Release: 1%{?dist}
 %endif
@@ -50,7 +50,7 @@
 
 ################################################################################
 
-BuildRequires:  libmyth-devel = %{version}
+BuildRequires:  mythtv-devel = %{version}
 BuildRequires:  qt4-devel
 
 # Themes do require a frontend
@@ -89,6 +89,10 @@
 
 cd myththemes-%{version}
 make install INSTALL_ROOT=%{buildroot}
+# move font files to more appropriate locations
+mkdir -p %{buildroot}%{_datadir}/fonts/%{name}
+mv %{buildroot}%{_datadir}/mythtv/themes/Arclight/*.otf \
+	%{buildroot}%{_datadir}/fonts/%{name}/
 cd ..
 
 ################################################################################
@@ -98,11 +102,23 @@
 
 ################################################################################
 
+%post
+%{_bindir}/fc-cache -f
+
 %files
 %defattr(-,root,root,-)
 %{_datadir}/mythtv/themes/*
+%dir %{_datadir}/fonts/%{name}
+%{_datadir}/fonts/%{name}/*.otf
 
 %changelog
+* Fri Feb 05 2010 Jarod Wilson <jarod at wilsonet.com> 0.23-0.1.svn.r23586
+- Update to pre-0.23 svn trunk, rev 23586
+
+* Fri Feb 05 2010 Jarod Wilson <jarod at wilsonet.com> 0.23-0.1.svn.r23479
+- Update to pre-0.23 svn trunk, rev 23479
+- Add hacky install of Arclight themes, still needs to be done Right
+
 * Mon Nov 09 2009 Jarod Wilson <jarod at wilsonet.com> 0.22-1
 - Update to 0.22 release
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	9 Nov 2009 15:44:29 -0000	1.19
+++ sources	22 Feb 2010 21:49:42 -0000	1.20
@@ -1 +1,2 @@
 a5f00f152fb430a20c70aaa3bf456347  myththemes-0.22.tar.bz2
+11e9e8197c6d829847f326b4798fa81c  myththemes-0.23.tar.bz2



More information about the rpmfusion-commits mailing list