rpms/moblin-gtk-engine/devel moblin-gtk-engine-fixtheme.patch, NONE, 1.1 moblin-gtk-engine.spec, 1.3, 1.4 import.log, 1.1, NONE

Peter Robinson pbrobinson at fedoraproject.org
Thu Aug 13 13:37:13 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/moblin-gtk-engine/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2426

Modified Files:
	moblin-gtk-engine.spec 
Added Files:
	moblin-gtk-engine-fixtheme.patch 
Removed Files:
	import.log 
Log Message:
- Specifiy the Moblin rather than Mist icon theme

moblin-gtk-engine-fixtheme.patch:
 index.theme |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE moblin-gtk-engine-fixtheme.patch ---
--- moblin-gtk-engine-0.4.1/data/index.theme.orig	2009-08-13 14:10:22.000000000 +0100
+++ moblin-gtk-engine-0.4.1/data/index.theme	2009-08-13 14:10:31.000000000 +0100
@@ -5,4 +5,4 @@
 Encoding=UTF-8
 GtkTheme=Moblin-Netbook
 MetacityTheme=Moblin-Netbook
-IconTheme=Mist
+IconTheme=Moblin


Index: moblin-gtk-engine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/moblin-gtk-engine/devel/moblin-gtk-engine.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- moblin-gtk-engine.spec	24 Jul 2009 19:22:52 -0000	1.3
+++ moblin-gtk-engine.spec	13 Aug 2009 13:37:13 -0000	1.4
@@ -1,21 +1,18 @@
 Name:           moblin-gtk-engine
 Version:        0.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GTK engine for Moblin
 
 Group:          User Interface/Desktops
 License:        LGPLv2
 URL:            http://www.moblin.org/
 Source0:        http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
+Patch0:         moblin-gtk-engine-fixtheme.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel
 # Require these because the git tarball doesn't have the configure built
 BuildRequires: libtool
-BuildRequires: automake
-BuildRequires: autoconf
-BuildRequires: intltool
-BuildRequires: gettext
 
 Requires:       gnome-settings-daemon
 
@@ -24,6 +21,7 @@ GTK engine for Moblin
 
 %prep
 %setup -q
+%patch0 -p1 -b .fixtheme
 
 %build
 ./autogen.sh
@@ -32,9 +30,11 @@ make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
 
 #Remove libtool archives.
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
+
 rm -rf %{buildroot}/%{_libdir}/*.la
 rm -rf %{buildroot}/%{_libdir}/gtk-2.0/2.10.0/engines/*.la
 
@@ -62,6 +62,9 @@ rm -rf %{buildroot}
 %{_datadir}/themes/Moblin-Netbook/metacity-1
 
 %changelog
+* Thu Aug 13 2009 Peter Robinson <pbrobinson at gmail.com> 0.4.1-2
+- Specifiy the Moblin rather than Mist icon theme
+
 * Fri Jul 24 2009 Peter Robinson <pbrobinson at gmail.com> 0.4.1-1
 - New upstream 0.4.1 release
 


--- import.log DELETED ---




More information about the fedora-extras-commits mailing list