Switch to dmz-aa as default cursor theme
This commit is contained in:
parent
b2f3c5cdc0
commit
244c50936e
@ -1,2 +1,2 @@
|
||||
[Icon Theme]
|
||||
Inherits=Bluecurve
|
||||
Inherits=dmz-aa
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: Cursor management library
|
||||
Summary: Cursor management library
|
||||
Name: libXcursor
|
||||
Version: 1.1.10
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -9,6 +9,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source1: index.theme
|
||||
# the default cursor theme inherits from this
|
||||
Requires: dmz-cursor-themes
|
||||
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
@ -20,7 +22,7 @@ BuildRequires: libXrender-devel >= 0.8.2
|
||||
%description
|
||||
This is a simple library designed to help locate and load cursors.
|
||||
Cursors can be loaded from files or memory. A library of common cursors
|
||||
exists which map to the standard X cursor names.Cursors can exist in
|
||||
exists which map to the standard X cursor names.Cursors can exist in
|
||||
several sizes and the library automatically picks the best size.
|
||||
|
||||
%package devel
|
||||
@ -87,6 +89,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/Xcursor*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 9 2010 Matthias Clasen <mclasen@redhat.com> - 1.1.10-4
|
||||
- Make default cursor theme inherit dmz-aa instead of Bluecurve
|
||||
- Also require the cursor theme package
|
||||
|
||||
* Wed Oct 21 2009 Parag <paragn@fedoraproject.org> - 1.1.10-3
|
||||
- Merge-Review #226066
|
||||
- make is not verbose
|
||||
|
||||
Loading…
Reference in New Issue
Block a user