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