]> git.pld-linux.org Git - packages/xorg-data-xcursor-themes.git/blob - xorg-data-xcursor-themes.spec
7e0ca07d72c8ff2979da4d3cca7fcedcfe3f5ff0
[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.1
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:  014bad415e64c49994679cdb71a97e37
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 %{__autoheader}
69 %{__automake}
70 %configure
71
72 %{__make}
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install \
78         DESTDIR=$RPM_BUILD_ROOT
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files -n xcursor-theme-handhelds
84 %defattr(644,root,root,755)
85 %doc COPYING ChangeLog
86 %{_iconsdir}/handhelds
87
88 %files -n xcursor-theme-redglass
89 %defattr(644,root,root,755)
90 %doc COPYING ChangeLog
91 %{_iconsdir}/redglass
92
93 %files -n xcursor-theme-whiteglass
94 %defattr(644,root,root,755)
95 %doc COPYING ChangeLog
96 %{_iconsdir}/whiteglass
This page took 0.121928 seconds and 3 git commands to generate.