]> git.pld-linux.org Git - packages/gcursor.git/commitdiff
- PLD initial release by Kamil Kosiński
authoraflinta <aflinta@pld-linux.org>
Tue, 21 Sep 2004 13:11:28 +0000 (13:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcursor.spec -> 1.1

gcursor.spec [new file with mode: 0644]

diff --git a/gcursor.spec b/gcursor.spec
new file mode 100644 (file)
index 0000000..28790e8
--- /dev/null
@@ -0,0 +1,59 @@
+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}/*
This page took 0.100058 seconds and 4 git commands to generate.