]> git.pld-linux.org Git - packages/XcursorTheme-transparent.git/blob - XcursorTheme-transparent.spec
- tabs in preamble
[packages/XcursorTheme-transparent.git] / XcursorTheme-transparent.spec
1 Summary:        A fully transparent (invisible) X cursor theme
2 Summary(pl.UTF-8):      Całkowicie przezroczysty (niewidzialny) motyw kursora X
3 Name:           XcursorTheme-transparent
4 Version:        0.1.1
5 Release:        1
6 License:        GPL(?)
7 Group:          Themes
8 Source0:        http://projects.o-hand.com/matchbox/sources/utils/xcursor-transparent-theme-%{version}.tar.gz
9 # Source0-md5:  7b0c623049d4aab20600d6473f8aab23
10 Patch0:         xcursor-transparent-theme-make.patch
11 URL:            http://projects.o-hand.com/matchbox/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This package contains a totally transparent X cursor theme. Using
19 the theme provides an effective and flexible way to hide the X11
20 Cursor. This kind of behaviour maybe required on Handheld or embedded
21 computers running the X Window System.
22
23 %description -l pl.UTF-8
24 Ten pakiet zawiera całkowicie przezroczysty motyw kursora X. Użycie
25 tego motywu daje efektywny i elastyczny sposób ukrycia kursora X11.
26 Takie zachowanie może być wymagane na komputerach kieszonkowych czy
27 wbudowanych z działającym systemem X Window.
28
29 %prep
30 %setup -q -n xcursor-transparent-theme-%{version}
31 %patch0 -p1
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %{__autoheader}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc README
53 %{_iconsdir}/xcursor-transparent
This page took 0.053265 seconds and 4 git commands to generate.