rpms/gtk-nodoka-engine/devel gtk-nodoka-engine.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Martin Sourada (mso) fedora-extras-commits at redhat.com
Sat Aug 4 08:23:48 UTC 2007


Author: mso

Update of /cvs/extras/rpms/gtk-nodoka-engine/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16209/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gtk-nodoka-engine.spec 
Log Message:


Initial import of the 0.5.2. version of the engine.



--- NEW FILE gtk-nodoka-engine.spec ---
Name:           gtk-nodoka-engine
Version:        0.5.2
Release:        1%{?dist}
Summary:        The Nodoka GTK Theme Engine

Group:          System Environment/Libraries
License:        GPL
URL:            http://fedoraproject.org/wiki/Artwork/NodokaTheme
Source0:        %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel
Requires:       gtk2

%description
Nodoka is a Murrine engine based gtk2 theme engine. The package is shipped with 
a default Nodoka theme featuring the engine.


%prep
%setup -q

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

#remove .la files
find $RPM_BUILD_ROOT -name *.la | xargs rm -f || true


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING CREDITS NEWS README TODO
%{_libdir}/gtk-2.0/2.10.0/engines/libnodoka.so
%{_datadir}/themes/Nodoka

%changelog
* Sat Aug 04 2007 Martin Sourada <martin.sourada at seznam.cz> - 0.5.2-1
- new version

* Fri Jul 27 2007 Martin Sourada <martin.sourada at seznam.cz> - 0.5-2
- add Requires: gtk2 for engines directory ownership
- remove --enable-animation
- remove Obsoletes/Provides, not needed now

* Wed Jul 25 2007 Daniel Geiger <dgeiger_343 at yahoo.com> - 0.5-1
- Numerous Nodoka specific themeing adjustments (so a large version number jump), including:
 - Adjustment of arrow styling
 - Frames and notebooks now use roundness
 - Adjustment of scrollbar handle styling
 - Scale sliders now use same handle styling as scrollbars
 - Adjustment of resize handle styling
 - Menubaritems are now tab-like, use roundness; menuitems are squared
 - Changing of gtkrc engine configuration options to more fit the Nodoka style (see README), plus general code tweaks

* Mon Jul 16 2007 Martin Sourada <martin.sourada at seznam.cz> - 0.3.2.1-1
- new upstream version
- fix scrollbar coloring

* Mon Jul 16 2007 Martin Sourada <martin.sourada at seznam.cz> - 0.3.2-1
- new upstream version
- new, reworked function for setting cairo gradients
- add shadows to buttons and editboxes
- rework radiobutton and checkbutton

* Fri Jul 13 2007 Martin Sourada <martin.sourada at seznam.cz> - 0.3.1.1-1
- split metacity and metatheme into separate package in upstream

* Fri Jul 13 2007 Martin Sourada <martin.sourada at seznam.cz> - 0.3.1-1
- merge with Nodoka Theme both in upstream and in rpm
- patches included in upstream

* Thu Jul 12 2007 Martin Sourada <martin.sourada at seznam.cz> - 0.1-2
- Some patches to make it look more like we want

* Thu Jul 12 2007 Martin Sourada <martin.sourada at seznam.cz> - 0.1-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gtk-nodoka-engine/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Aug 2007 06:15:32 -0000	1.1
+++ .cvsignore	4 Aug 2007 08:23:15 -0000	1.2
@@ -0,0 +1 @@
+gtk-nodoka-engine-0.5.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gtk-nodoka-engine/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Aug 2007 06:15:32 -0000	1.1
+++ sources	4 Aug 2007 08:23:15 -0000	1.2
@@ -0,0 +1 @@
+2444e012244f68683368808dec152335  gtk-nodoka-engine-0.5.2.tar.gz




More information about the fedora-extras-commits mailing list