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