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