]> git.pld-linux.org Git - packages/xorg-data-xcursor-themes.git/blame_incremental - 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
... / ...
CommitLineData
1Summary: Cursor themes
2Summary(pl.UTF-8): Motywy kursorów
3Name: xorg-data-xcursor-themes
4Version: 1.0.7
5Release: 1
6License: MIT
7Group: Themes
8Source0: https://xorg.freedesktop.org/releases/individual/data/xcursor-themes-%{version}.tar.xz
9# Source0-md5: 070993be1f010b09447ea24bab2c9846
10URL: https://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.60
12BuildRequires: automake
13BuildRequires: pkgconfig >= 1:0.19
14BuildRequires: tar >= 1:1.22
15BuildRequires: xorg-app-xcursorgen
16# to get icondir from xcursor.pc
17BuildRequires: xorg-lib-libXcursor-devel >= 1.1.5.2
18BuildRequires: xorg-util-util-macros >= 1.20
19BuildRequires: xz
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24This is a default set of cursor themes for use with libXcursor,
25originally created for the XFree86 Project, and now shipped as part
26of the X.Org software distribution.
27
28%description -l pl.UTF-8
29Tak pakiet zawiera domyślny zestaw motywów kursorów do używania z
30libXcursor, oryginalnie stworzonych dla projektu XFree86, a teraz
31dołączanych jako część dystrybucji oprogramowania X.Org.
32
33%package -n xcursor-theme-handhelds
34Summary: Cursors Theme "handhelds"
35Summary(pl.UTF-8): Motyw kursorów "handhelds"
36Group: Themes
37Obsoletes: XcursorTheme-handhelds < 1:7
38
39%description -n xcursor-theme-handhelds
40Cursors theme "handhelds" for X11.
41
42%description -n xcursor-theme-handhelds -l pl.UTF-8
43Motyw kursorów "handhelds" dla X11.
44
45%package -n xcursor-theme-redglass
46Summary: Cursors theme "redglass"
47Summary(pl.UTF-8): Motyw kursorów "redglass"
48Group: Themes
49Obsoletes: XcursorTheme-redglass < 1:7
50
51%description -n xcursor-theme-redglass
52Cursors theme "redglass" for X11.
53
54%description -n xcursor-theme-redglass -l pl.UTF-8
55Motyw kursorów "redglass" dla X11.
56
57%package -n xcursor-theme-whiteglass
58Summary: Cursors theme "whiteglass"
59Summary(pl.UTF-8): Motyw kursorów "whiteglass"
60Group: Themes
61Obsoletes: XcursorTheme-whiteglass < 1:7
62
63%description -n xcursor-theme-whiteglass
64Cursors theme "whiteglass" for X11.
65
66%description -n xcursor-theme-whiteglass -l pl.UTF-8
67Motyw 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
85rm -rf $RPM_BUILD_ROOT
86
87%{__make} install \
88 DESTDIR=$RPM_BUILD_ROOT
89
90%clean
91rm -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.055668 seconds and 4 git commands to generate.