]> git.pld-linux.org Git - packages/xorg-data-xcursor-themes.git/blob - xorg-data-xcursor-themes.spec
- fixed x32 condition (arch is noarch, need to check _host_cpu)
[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.7
5 Release:        1
6 License:        MIT
7 Group:          Themes
8 Source0:        https://xorg.freedesktop.org/releases/individual/data/xcursor-themes-%{version}.tar.xz
9 # Source0-md5:  070993be1f010b09447ea24bab2c9846
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  xorg-app-xcursorgen
16 # to get icondir from xcursor.pc
17 BuildRequires:  xorg-lib-libXcursor-devel >= 1.1.5.2
18 BuildRequires:  xorg-util-util-macros >= 1.20
19 BuildRequires:  xz
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This is a default set of cursor themes for use with libXcursor,
25 originally created for the XFree86 Project, and now shipped as part
26 of the X.Org software distribution.
27
28 %description -l pl.UTF-8
29 Tak pakiet zawiera domyślny zestaw motywów kursorów do używania z
30 libXcursor, oryginalnie stworzonych dla projektu XFree86, a teraz
31 dołączanych jako część dystrybucji oprogramowania X.Org.
32
33 %package -n xcursor-theme-handhelds
34 Summary:        Cursors Theme "handhelds"
35 Summary(pl.UTF-8):      Motyw kursorów "handhelds"
36 Group:          Themes
37 Obsoletes:      XcursorTheme-handhelds < 1:7
38
39 %description -n xcursor-theme-handhelds
40 Cursors theme "handhelds" for X11.
41
42 %description -n xcursor-theme-handhelds -l pl.UTF-8
43 Motyw kursorów "handhelds" dla X11.
44
45 %package -n xcursor-theme-redglass
46 Summary:        Cursors theme "redglass"
47 Summary(pl.UTF-8):      Motyw kursorów "redglass"
48 Group:          Themes
49 Obsoletes:      XcursorTheme-redglass < 1:7
50
51 %description -n xcursor-theme-redglass
52 Cursors theme "redglass" for X11.
53
54 %description -n xcursor-theme-redglass -l pl.UTF-8
55 Motyw kursorów "redglass" dla X11.
56
57 %package -n xcursor-theme-whiteglass
58 Summary:        Cursors theme "whiteglass"
59 Summary(pl.UTF-8):      Motyw kursorów "whiteglass"
60 Group:          Themes
61 Obsoletes:      XcursorTheme-whiteglass < 1:7
62
63 %description -n xcursor-theme-whiteglass
64 Cursors theme "whiteglass" for X11.
65
66 %description -n xcursor-theme-whiteglass -l pl.UTF-8
67 Motyw kursorów "whiteglass" dla X11.
68
69 %prep
70 %setup -q -n xcursor-themes-%{version}
71
72 %build
73 %{__aclocal}
74 %{__autoconf}
75 %{__automake}
76 %configure \
77 %if "%{_host_cpu}" != "x32"
78         --host=%{_host} \
79         --build=%{_host}
80 %endif
81
82 %{__make}
83
84 %install
85 rm -rf $RPM_BUILD_ROOT
86
87 %{__make} install \
88         DESTDIR=$RPM_BUILD_ROOT
89
90 %clean
91 rm -rf $RPM_BUILD_ROOT
92
93 %files -n xcursor-theme-handhelds
94 %defattr(644,root,root,755)
95 %doc COPYING ChangeLog README.md
96 %{_iconsdir}/handhelds
97
98 %files -n xcursor-theme-redglass
99 %defattr(644,root,root,755)
100 %doc COPYING ChangeLog README.md
101 %{_iconsdir}/redglass
102
103 %files -n xcursor-theme-whiteglass
104 %defattr(644,root,root,755)
105 %doc COPYING ChangeLog README.md
106 %{_iconsdir}/whiteglass
This page took 0.067616 seconds and 3 git commands to generate.