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