]> git.pld-linux.org Git - packages/xorg-data-xcursor-themes.git/blame - xorg-data-xcursor-themes.spec
- noarch
[packages/xorg-data-xcursor-themes.git] / xorg-data-xcursor-themes.spec
CommitLineData
3d26371d 1Summary: Cursor themes
a2fb5c8a 2Summary(pl.UTF-8): Motywy kursorów
3d26371d 3Name: xorg-data-xcursor-themes
2ddbd4e4 4Version: 1.0.7
e14cdd48 5Release: 1
3d26371d
AM
6License: MIT
7Group: Themes
2ddbd4e4
JB
8Source0: https://xorg.freedesktop.org/releases/individual/data/xcursor-themes-%{version}.tar.xz
9# Source0-md5: 070993be1f010b09447ea24bab2c9846
7901f3f9 10URL: https://xorg.freedesktop.org/
4f16f333 11BuildRequires: autoconf >= 2.60
3d26371d 12BuildRequires: automake
2bba27df 13BuildRequires: pkgconfig >= 1:0.19
2ddbd4e4 14BuildRequires: tar >= 1:1.22
3d26371d 15BuildRequires: xorg-app-xcursorgen
2bba27df
JB
16# to get icondir from xcursor.pc
17BuildRequires: xorg-lib-libXcursor-devel >= 1.1.5.2
2ddbd4e4
JB
18BuildRequires: xorg-util-util-macros >= 1.20
19BuildRequires: xz
bc0c64aa 20BuildArch: noarch
4e9ce3cf 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
3d26371d
AM
22
23%description
4f16f333
JB
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.
3d26371d 27
69ace5e2 28%description -l pl.UTF-8
4f16f333
JB
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.
3d26371d 32
3d26371d
AM
33%package -n xcursor-theme-handhelds
34Summary: Cursors Theme "handhelds"
a2fb5c8a 35Summary(pl.UTF-8): Motyw kursorów "handhelds"
3d26371d 36Group: Themes
83e91345 37Obsoletes: XcursorTheme-handhelds < 1:7
3d26371d
AM
38
39%description -n xcursor-theme-handhelds
40Cursors theme "handhelds" for X11.
41
69ace5e2
JR
42%description -n xcursor-theme-handhelds -l pl.UTF-8
43Motyw kursorów "handhelds" dla X11.
3d26371d 44
3d26371d
AM
45%package -n xcursor-theme-redglass
46Summary: Cursors theme "redglass"
a2fb5c8a 47Summary(pl.UTF-8): Motyw kursorów "redglass"
3d26371d 48Group: Themes
83e91345 49Obsoletes: XcursorTheme-redglass < 1:7
3d26371d
AM
50
51%description -n xcursor-theme-redglass
52Cursors theme "redglass" for X11.
53
69ace5e2
JR
54%description -n xcursor-theme-redglass -l pl.UTF-8
55Motyw kursorów "redglass" dla X11.
3d26371d 56
3d26371d
AM
57%package -n xcursor-theme-whiteglass
58Summary: Cursors theme "whiteglass"
a2fb5c8a 59Summary(pl.UTF-8): Motyw kursorów "whiteglass"
3d26371d 60Group: Themes
83e91345 61Obsoletes: XcursorTheme-whiteglass < 1:7
3d26371d
AM
62
63%description -n xcursor-theme-whiteglass
64Cursors theme "whiteglass" for X11.
65
69ace5e2
JR
66%description -n xcursor-theme-whiteglass -l pl.UTF-8
67Motyw kursorów "whiteglass" dla X11.
3d26371d 68
3d26371d 69%prep
1eea6cb7 70%setup -q -n xcursor-themes-%{version}
3d26371d 71
3d26371d
AM
72%build
73%{__aclocal}
74%{__autoconf}
3d26371d 75%{__automake}
bc0c64aa
JB
76%configure \
77%ifnarch x32
78 --host=%{_host} \
79 --build=%{_host}
80%endif
3d26371d
AM
81
82%{__make}
83
3d26371d
AM
84%install
85rm -rf $RPM_BUILD_ROOT
86
87%{__make} install \
88 DESTDIR=$RPM_BUILD_ROOT
89
3d26371d
AM
90%clean
91rm -rf $RPM_BUILD_ROOT
92
3d26371d
AM
93%files -n xcursor-theme-handhelds
94%defattr(644,root,root,755)
cde6ba7d 95%doc COPYING ChangeLog README.md
3d26371d
AM
96%{_iconsdir}/handhelds
97
98%files -n xcursor-theme-redglass
99%defattr(644,root,root,755)
cde6ba7d 100%doc COPYING ChangeLog README.md
3d26371d
AM
101%{_iconsdir}/redglass
102
103%files -n xcursor-theme-whiteglass
104%defattr(644,root,root,755)
cde6ba7d 105%doc COPYING ChangeLog README.md
3d26371d 106%{_iconsdir}/whiteglass
This page took 0.158332 seconds and 4 git commands to generate.