Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 7aa6a1875bf5fafaa0d17919c696ddab > files > 3

gcursor-0.061-2mdk.src.rpm

Summary:		A little gtk program to change your Xcursor with animated preview
Name:			gcursor
Version: 		0.061
Release: 		2mdk
License:		GPL
Group:			Graphical desktop/GNOME
Source0:		%{name}-%{version}.tar.bz2
Patch1:			gcursor-0.061-desktopicon.patch.bz2
URL:			http://qballcow.nl/?s=14
BuildRoot:		%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:		libglade2.0-devel libgnomeui2-devel perl-XML-Parser 
Requires:		cursor_themes

%description
A little gtk program to change youre Xcursor with anitmated preview.

This program only works with gnome 2.4 and up.
It sets a gconf key that is used by gnome's session manager.
You also need to log in gnome again to make the changes (hopefully 
this will change in gnome).
 
%prep
%setup -q
%patch1 -p1

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-, root, root)
%doc AUTHORS COPYING INSTALL TODO
%{_bindir}/gcursor
%{_datadir}/applications/gcursor.desktop
%{_datadir}/gcursor/gcursor.glade

%changelog
* Mon Jun 27 2005 Pascal Terjan <pterjan@mandriva.org> 0.061-2mdk
- BuildRequires perl-XML-Parser for embedded intltool

* Sun May 08 2005 Pascal Terjan <pterjan@mandriva.org> 0.061-1mdk
- Don't explicitly Requires libgtk+2.0
- BuildRequires libglade2.0-devel and libgnomeui2-devel
- Don't BuildRequires libgtk+2.0-devel, it will be implied
- Don't ship NEWS and README as they are empty
- From Tigrux <tigrux@ximian.com>
 - First rpm for Mandriva