]> git.pld-linux.org Git - packages/xorg-data-xcursor-themes.git/blob - xorg-data-xcursor-themes.spec
13ce81193cf50c7498fc6707a434ddaf10e2724e
[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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This is a default set of cursor themes for use with libXcursor,
24 originally created for the XFree86 Project, and now shipped as part
25 of the X.Org software distribution.
26
27 %description -l pl.UTF-8
28 Tak pakiet zawiera domyślny zestaw motywów kursorów do używania z
29 libXcursor, oryginalnie stworzonych dla projektu XFree86, a teraz
30 dołączanych jako część dystrybucji oprogramowania X.Org.
31
32 %package -n xcursor-theme-handhelds
33 Summary:        Cursors Theme "handhelds"
34 Summary(pl.UTF-8):      Motyw kursorów "handhelds"
35 Group:          Themes
36 Obsoletes:      XcursorTheme-handhelds < 1:7
37
38 %description -n xcursor-theme-handhelds
39 Cursors theme "handhelds" for X11.
40
41 %description -n xcursor-theme-handhelds -l pl.UTF-8
42 Motyw kursorów "handhelds" dla X11.
43
44 %package -n xcursor-theme-redglass
45 Summary:        Cursors theme "redglass"
46 Summary(pl.UTF-8):      Motyw kursorów "redglass"
47 Group:          Themes
48 Obsoletes:      XcursorTheme-redglass < 1:7
49
50 %description -n xcursor-theme-redglass
51 Cursors theme "redglass" for X11.
52
53 %description -n xcursor-theme-redglass -l pl.UTF-8
54 Motyw kursorów "redglass" dla X11.
55
56 %package -n xcursor-theme-whiteglass
57 Summary:        Cursors theme "whiteglass"
58 Summary(pl.UTF-8):      Motyw kursorów "whiteglass"
59 Group:          Themes
60 Obsoletes:      XcursorTheme-whiteglass < 1:7
61
62 %description -n xcursor-theme-whiteglass
63 Cursors theme "whiteglass" for X11.
64
65 %description -n xcursor-theme-whiteglass -l pl.UTF-8
66 Motyw kursorów "whiteglass" dla X11.
67
68 %prep
69 %setup -q -n xcursor-themes-%{version}
70
71 %build
72 %{__aclocal}
73 %{__autoconf}
74 %{__automake}
75 %configure
76
77 %{__make}
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81
82 %{__make} install \
83         DESTDIR=$RPM_BUILD_ROOT
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %files -n xcursor-theme-handhelds
89 %defattr(644,root,root,755)
90 %doc COPYING ChangeLog README.md
91 %{_iconsdir}/handhelds
92
93 %files -n xcursor-theme-redglass
94 %defattr(644,root,root,755)
95 %doc COPYING ChangeLog README.md
96 %{_iconsdir}/redglass
97
98 %files -n xcursor-theme-whiteglass
99 %defattr(644,root,root,755)
100 %doc COPYING ChangeLog README.md
101 %{_iconsdir}/whiteglass
This page took 0.062037 seconds and 2 git commands to generate.