]> git.pld-linux.org Git - packages/XcursorTheme-transparent.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Dec 2006 00:08:37 +0000 (00:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XcursorTheme-transparent.spec -> 1.1

XcursorTheme-transparent.spec [new file with mode: 0644]

diff --git a/XcursorTheme-transparent.spec b/XcursorTheme-transparent.spec
new file mode 100644 (file)
index 0000000..ff6c378
--- /dev/null
@@ -0,0 +1,53 @@
+Summary:       A fully transparent (invisible) X cursor theme
+Summary(pl):   Ca³kowicie przezroczysty (niewidzialny) motyw kursora X
+Name:          XcursorTheme-transparent
+Version:       0.1.1
+Release:       1
+License:       GPL(?)
+Group:         Themes
+Source0:       http://projects.o-hand.com/matchbox/sources/utils/xcursor-transparent-theme-%{version}.tar.gz
+# Source0-md5: 7b0c623049d4aab20600d6473f8aab23
+Patch0:                xcursor-transparent-theme-make.patch
+URL:           http://projects.o-hand.com/matchbox/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains a totally transparent X cursor theme. Using
+the theme provides an effective and flexible way to hide the X11
+Cursor. This kind of behaviour maybe required on Handheld or embedded
+computers running the X Window System.
+
+%description -l pl
+Ten pakiet zawiera ca³kowicie przezroczysty motyw kursora X. U¿ycie
+tego motywu daje efektywny i elastyczny sposób ukrycia kursora X11.
+Takie zachowanie mo¿e byæ wymagane na komputerach kieszonkowych czy
+wbudowanych z dzia³aj±cym systemem X Window.
+
+%prep
+%setup -q -n xcursor-transparent-theme-%{version}
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{_iconsdir}/xcursor-transparent
This page took 0.072161 seconds and 4 git commands to generate.