]> git.pld-linux.org Git - packages/XcursorTheme-jaguarx.git/commitdiff
- http://www.kde-look.org/content/pre1/6679-1.png AC-branch AC-STABLE auto/ac/XcursorTheme-jaguarx-1_0-1
authordjurban <djurban@pld-linux.org>
Sun, 23 May 2004 13:27:59 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XcursorTheme-jaguarx.spec -> 1.1

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

diff --git a/XcursorTheme-jaguarx.spec b/XcursorTheme-jaguarx.spec
new file mode 100644 (file)
index 0000000..edf2f84
--- /dev/null
@@ -0,0 +1,46 @@
+%define                _name jaguarx
+Summary:       X11 cursor theme - jaguarx
+Summary(pl):   Notyw kursorów dla X11 - jaguarx
+Name:          XcursorTheme-%{_name}
+Version:       1.0
+Release:       1
+License:       Artistic 2.0
+Group:         Themes
+Source0:       http://www.kde-look.org/content/files/6679-%{_name}.tar.bz2
+# Source0-md5: 02aa1e61363a5940ae952a64dc098d71
+URL:           http://www.kde-look.org/content/show.php?content=6679
+BuildRequires: XFree86 >= 4.3
+BuildArch:     noarch
+Requires:      XFree86 >= 4.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This theme consists of a black pointer cursor and other colorful
+cursors. They look like the default X11 theme with a smooth drop
+shadow. The color wheel makes it fit nicely into more colorful themes
+while maintaining a serious look.
+
+%description -l pl
+Ten motyw sk³ada siê z czarnego kursora wskazuj±cego oraz pozosta³ych
+kolorowych kursorów. Wspólnie przypominaj± domy¶lny motyw X11 z
+dodanym cieniem. Kolorowe ko³o, bêd±ce elementem motywu, sprawia, ¿e
+pasuje on równie¿ do bardziej kolorowych styli, nie trac±c przy tym
+powa¿nego wygl±du.
+
+%prep
+%setup -q -n %{_name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
+cp -df cursors/*  $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
+echo "[Icon Theme]" > $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
+echo "Name = jaguarx" >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
+echo "Comment = Clear, animated, X11 default-alike theme with a shadow." >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_iconsdir}/%{_name}
This page took 0.111003 seconds and 4 git commands to generate.