]> git.pld-linux.org Git - packages/gtk2-engines.git/blame - gtk2-engines.spec
- converted to UTF-8
[packages/gtk2-engines.git] / gtk2-engines.spec
CommitLineData
b31c1869 1Summary: Default GTK+2 theme engines
6d72c022 2Summary(pl.UTF-8): Motywy do GTK+2
e6105726 3Name: gtk2-engines
4697582b 4Version: 2.8.2
eaf228d1 5Release: 1
9ea31d06 6Epoch: 1
7License: GPL
e70fbcc6 8Group: Themes/GTK+
bd8352ac 9Source0: http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.8/gtk-engines-%{version}.tar.bz2
4697582b 10# Source0-md5: 0c5b0254b57910b1ebcda47ac6a3b1ba
9ea31d06 11URL: http://gtk.themes.org/
12BuildRequires: autoconf
13BuildRequires: automake
4697582b 14BuildRequires: gtk+2-devel >= 2:2.10.6
e9a62ce2 15BuildRequires: libtool
4691de6f 16BuildRequires: pkgconfig
4697582b 17Requires: gtk+2 >= 2:2.10.6
65a8fcbb 18Provides: gnome-themes-Clearlooks
f96efa04 19Provides: gnome-themes-ThinIce
65a8fcbb 20Provides: gtk2-theme-engine-Clearlooks
f96efa04
MK
21Provides: gtk2-theme-engine-Industrial
22Provides: gtk2-theme-engine-Smooth
a0fe1c25 23Provides: gtk2-theme-engine-ThinIce
eaf228d1 24Obsoletes: gnome-themes-LighthouseBlue
7a972f58 25Obsoletes: gnome-themes-LighthouseBlue
26Obsoletes: gnome-themes-ThinIce
7a972f58 27Obsoletes: gtk2-theme-engine-Industrial
eaf228d1 28Obsoletes: gtk2-theme-engine-lighthouseblue
7a972f58 29Obsoletes: gtk2-theme-engine-Smooth
a0fe1c25 30Obsoletes: gtk2-theme-engine-ThinIce
eaf228d1 31Obsoletes: gtk-engines = 1.9.0
9ea31d06 32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
9ea31d06 34%description
35These are the graphical engines for the various GTK+ toolkit themes.
36
6d72c022
JR
37%description -l pl.UTF-8
38Pakiet ten zawiera moduły różnych motywów do biblioteki GTK+.
9ea31d06 39
40%prep
6c7931b2 41%setup -q -n gtk-engines-%{version}
9ea31d06 42
43%build
59cc7909
JB
44%{__libtoolize}
45%{__aclocal}
9ea31d06 46%{__autoconf}
47%{__automake}
48%configure
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
7bc487c8 54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
9ea31d06 56
084cc00a 57# .la are not needed (according to spec included to package)
7bc487c8 58rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.la
084cc00a 59
9ea31d06 60%clean
61rm -rf $RPM_BUILD_ROOT
62
7a972f58 63%post
64umask 022
65%{_bindir}/gdk-pixbuf-query-loaders >%{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
66exit 0
67
9ea31d06 68%files
69%defattr(644,root,root,755)
70%doc ChangeLog README
f5f24a7d 71%dir %{_datadir}/themes/Redmond
65a8fcbb 72%{_datadir}/themes/Clearlooks
7a972f58 73%{_datadir}/themes/Crux
f5f24a7d 74%{_datadir}/themes/Industrial
7a972f58 75%{_datadir}/themes/Mist
f5f24a7d 76%{_datadir}/themes/Redmond/gtk-2.0
77%{_datadir}/themes/ThinIce
6a0bf2c8 78%attr(755,root,root) %{_libdir}/gtk-2.0/*/engines/*.so
79%{_pkgconfigdir}/*
This page took 0.038073 seconds and 4 git commands to generate.