]> git.pld-linux.org Git - packages/gtk2-theme-engine-qt.git/blob - gtk2-theme-engine-qt.spec
- reverted last change - it had proper group
[packages/gtk2-theme-engine-qt.git] / gtk2-theme-engine-qt.spec
1 Summary:        A GTK theme engine that uses QT for drawing
2 Summary(pl):    Silnik graficzny wykorzystuj±cy QT do rysowania kontrolek GTK
3 Name:           gtk2-theme-engine-qt
4 Version:        0.3
5 Release:        4
6 License:        GPL
7 Group:          Themes/GTK+
8 Source0:        http://www.freedesktop.org/Software/gtk-qt/gtk-qt-engine-%{version}.tar.bz2
9 # Source0-md5:  0685783bec472b682366f213134a6b3c
10 Patch0:         %{name}-qtdir.patch
11 URL:            http://www.freedesktop.org/Software/gtk-qt
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+2-devel >= 2.0.0
15 BuildRequires:  libtool
16 BuildRequires:  qt-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This GTK theme engine uses the currently selected QT style to do it's
21 drawing. Basically, it makes your GTK apps look like QT ones.
22
23 %description -l pl
24 Ten silnik graficzny do rysowania kontrolek GTK u¿ywa aktualnie
25 wybranego stylu QT. Inaczej mówi±c - sprawia, ¿e aplikacje GTK
26 wygl±daj± jak aplikacje QT.
27
28 %prep
29 %setup -q -n gtk-qt-engine-%{version}
30 %patch0 -p1
31
32 %build
33 %{__libtoolize}
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.4.*/engines/*.la
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS README
54 %attr(755,root,root) %{_libdir}/gtk-2.0/2.4.*/engines/*.so
55 %{_datadir}/themes/Qt
This page took 0.037698 seconds and 4 git commands to generate.