nowy spec: gcursor.spec

Kamil Kosiński paladine at palanthas.homelinux.org
Tue Sep 21 14:34:48 CEST 2004


No i próbowałem coś przetłumaczyć :) Mam nadzieję, żę wszystko wyszło
dobrze. Wiem, że tam nie było prawie co tłumaczyć, ale powiedzcie, czy
jest dobrze, to wyślę do autora.

-- 
|-------------- Kamil 'paladine' Kosiński -------------|
|------------------------------------------------------|
|---- mail: paladine @ palanthas . homelinux . org ----|
|----- JID: paladine at chrome.pl ------ GG: 4232832 -----|
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcursor-desktop.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: </mailman/pipermail/pld-devel-pl/attachments/20040921/6b60999c/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcursor-po.patch
Type: text/x-patch
Size: 1855 bytes
Desc: not available
URL: </mailman/pipermail/pld-devel-pl/attachments/20040921/6b60999c/attachment-0001.bin>
-------------- next part --------------
# $Revision:$, $Date:$ 
Summary:	gcursor - a little program to change youre Xcursor
Summary(pl):	gcursor - mały program do zmiany kursora
Name:		gcursor
Version:	0.061
Release:	1
License:	GPL
Group:		X11/Applications
Source0:	http://download.qballcow.nl/programs/%{name}/%{name}-%{version}.tar.gz
# Source0-md5:	233810996bc7f69879f8978c523ae723
Patch0:		%{name}-po.patch
Patch1:		%{name}-desktop.patch
URL:		http://qballcow.nl/?name=gcursor&css=0
BuildRequires:	libgnomeui-devel >= 2.0.0
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	pkgconfig
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
gcursor is a little GTK+ program to change youre Xcursor with animated
preview. It sets a gconf key that is used by GNOME's session manager.
You need to log in GNOME again to make the changes.

%description -l pl
gcursor to mały program z animowanym podglądem, bazujący na GTK+,
który służy do zmiany kursora. Ustawia klucz gconf, który jest używany
przez menadżera sesji GNOME. Aby zmiany zadziałały, musisz ponownie
zalogować się do GNOME.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%{__aclocal}
%{__autoconf}
%{__automake}
%configure

%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog TODO
%attr(755,root,root) %{_bindir}/*
%{_datadir}/%{name}
%{_desktopdir}/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log:$


More information about the pld-devel-pl mailing list