]> git.pld-linux.org Git - packages/gtk2-theme-engine-qt.git/blob - gtk2-theme-engine-qt.spec
- BR: pkgconfig
[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:  pkgconfig
17 BuildRequires:  qt-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This GTK+ theme engine uses the currently selected Qt style to do it's
22 drawing. Basically, it makes your GTK+ apps look like Qt ones.
23
24 %description -l pl
25 Ten silnik graficzny do rysowania kontrolek GTK+ u¿ywa aktualnie
26 wybranego stylu Qt. Inaczej mówi±c - sprawia, ¿e aplikacje GTK+
27 wygl±daj± jak aplikacje Qt.
28
29 %prep
30 %setup -q -n gtk-qt-engine-%{version}
31 %patch0 -p1
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.4.*/engines/*.la
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS README
55 %attr(755,root,root) %{_libdir}/gtk-2.0/2.4.*/engines/*.so
56 %{_datadir}/themes/Qt
This page took 0.075066 seconds and 4 git commands to generate.