From 244c50936e5854c76a4f27cf7eddc3acf20bfdda Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 9 Mar 2010 15:35:50 +0000 Subject: [PATCH] Switch to dmz-aa as default cursor theme --- index.theme | 2 +- libXcursor.spec | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/index.theme b/index.theme index 08055f7..6eed8fe 100644 --- a/index.theme +++ b/index.theme @@ -1,2 +1,2 @@ [Icon Theme] -Inherits=Bluecurve +Inherits=dmz-aa diff --git a/libXcursor.spec b/libXcursor.spec index 0c4e7c8..ba134db 100644 --- a/libXcursor.spec +++ b/libXcursor.spec @@ -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 - 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 - 1.1.10-3 - Merge-Review #226066 - make is not verbose