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