]> git.pld-linux.org Git - packages/xorg-data-xcursor-themes.git/blame - xorg-data-xcursor-themes.spec
- Fixed generation of the "watch" cursor in the redglass theme
[packages/xorg-data-xcursor-themes.git] / xorg-data-xcursor-themes.spec
CommitLineData
3d26371d 1Summary: Cursor themes
a2fb5c8a 2Summary(pl.UTF-8): Motywy kursorów
3d26371d 3Name: xorg-data-xcursor-themes
3100f6b3 4Version: 1.0.1
24b3425b 5Release: 2
3d26371d
AM
6License: MIT
7Group: Themes
88083698 8Source0: http://xorg.freedesktop.org/releases/individual/data/xcursor-themes-%{version}.tar.bz2
217b265d 9# Source0-md5: 014bad415e64c49994679cdb71a97e37
24b3425b 10Patch0: %{name}-redglass-watch.patch
3d26371d 11URL: http://xorg.freedesktop.org/
af6322c7 12BuildRequires: autoconf >= 2.57
3d26371d 13BuildRequires: automake
2bba27df 14BuildRequires: pkgconfig >= 1:0.19
3d26371d 15BuildRequires: xorg-app-xcursorgen
2bba27df
JB
16# to get icondir from xcursor.pc
17BuildRequires: xorg-lib-libXcursor-devel >= 1.1.5.2
4e9ce3cf
JB
18BuildRequires: xorg-util-util-macros
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
3d26371d
AM
20
21%description
22Cursor themes.
23
69ace5e2
JR
24%description -l pl.UTF-8
25Motywy kursorów.
3d26371d 26
3d26371d
AM
27%package -n xcursor-theme-handhelds
28Summary: Cursors Theme "handhelds"
a2fb5c8a 29Summary(pl.UTF-8): Motyw kursorów "handhelds"
3d26371d 30Group: Themes
c8c458dd 31Obsoletes: XcursorTheme-handhelds
3d26371d
AM
32
33%description -n xcursor-theme-handhelds
34Cursors theme "handhelds" for X11.
35
69ace5e2
JR
36%description -n xcursor-theme-handhelds -l pl.UTF-8
37Motyw kursorów "handhelds" dla X11.
3d26371d 38
3d26371d
AM
39%package -n xcursor-theme-redglass
40Summary: Cursors theme "redglass"
a2fb5c8a 41Summary(pl.UTF-8): Motyw kursorów "redglass"
3d26371d 42Group: Themes
c8c458dd 43Obsoletes: XcursorTheme-redglass
3d26371d
AM
44
45%description -n xcursor-theme-redglass
46Cursors theme "redglass" for X11.
47
69ace5e2
JR
48%description -n xcursor-theme-redglass -l pl.UTF-8
49Motyw kursorów "redglass" dla X11.
3d26371d 50
3d26371d
AM
51%package -n xcursor-theme-whiteglass
52Summary: Cursors theme "whiteglass"
a2fb5c8a 53Summary(pl.UTF-8): Motyw kursorów "whiteglass"
3d26371d 54Group: Themes
c8c458dd 55Obsoletes: XcursorTheme-whiteglass
3d26371d
AM
56
57%description -n xcursor-theme-whiteglass
58Cursors theme "whiteglass" for X11.
59
69ace5e2
JR
60%description -n xcursor-theme-whiteglass -l pl.UTF-8
61Motyw kursorów "whiteglass" dla X11.
3d26371d 62
3d26371d 63%prep
1eea6cb7 64%setup -q -n xcursor-themes-%{version}
24b3425b 65%patch0 -p1
3d26371d 66
3d26371d
AM
67%build
68%{__aclocal}
69%{__autoconf}
70%{__autoheader}
71%{__automake}
72%configure
73
74%{__make}
75
3d26371d
AM
76%install
77rm -rf $RPM_BUILD_ROOT
78
79%{__make} install \
80 DESTDIR=$RPM_BUILD_ROOT
81
3d26371d
AM
82%clean
83rm -rf $RPM_BUILD_ROOT
84
3d26371d
AM
85%files -n xcursor-theme-handhelds
86%defattr(644,root,root,755)
3100f6b3 87%doc COPYING ChangeLog
3d26371d
AM
88%{_iconsdir}/handhelds
89
90%files -n xcursor-theme-redglass
91%defattr(644,root,root,755)
3100f6b3 92%doc COPYING ChangeLog
3d26371d
AM
93%{_iconsdir}/redglass
94
95%files -n xcursor-theme-whiteglass
96%defattr(644,root,root,755)
3100f6b3 97%doc COPYING ChangeLog
3d26371d 98%{_iconsdir}/whiteglass
This page took 0.103496 seconds and 4 git commands to generate.