]> git.pld-linux.org Git - packages/QtCurve.git/blob - QtCurve.spec
- s/bluecurve/QtCurve/
[packages/QtCurve.git] / QtCurve.spec
1 Summary:        A free and corrected port of Redhats gtk/qt theme
2 Summary(pl):    Wolna i poprawiona wersja tematu gtk/qt zrobionego przez Redhata
3 Name:           QtCurve
4 Version:        0.07
5 Release:        4
6 License:        GPL
7 Group:          Themes
8 # from          http://www.kde-look.org/content/download.php?content=5065
9 # redirected to http://www.kde-look.org/content/files/5065-%{name}-%{version}.tar.gz
10 Source0:        %{name}-%{version}.tar.gz
11 # Source0-md5: dbe87cc12125f4f2abff7928eb4c324e
12 URL:            http://www.kde-look.org/content/show.php?content=5065
13 BuildRequires:  kdelibs-devel >= 3.1
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 A free and corrected port of Redhat's gtk/qt theme, made by Craig
18 Drummond <Craig.Drummond@lycos.co.uk>.
19
20 %description -l pl
21 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata,
22 autorstwa Craiga Drummonda <Craig.Drummond@lycos.co.uk>.
23
24 %package -n kde-style-QtCurve
25 Summary:        A free and corrected port of Redhat's gtk/qt theme
26 Summary(pl):    Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata
27 Group:          Themes
28 Requires:       kdelibs >= 3.1
29 Obsoletes:      kde-style-bluecurve
30 Obsoletes:      kde-theme-bluecurve
31
32 %description -n kde-style-QtCurve
33 A free and corrected port of Redhat's gtk/qt theme, made by Craig
34 Drummond <Craig.Drummond@lycos.co.uk>. KDE version.
35
36 %description -n kde-style-QtCurve -l pl
37 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata,
38 autorstwa Craiga Drummonda <Craig.Drummond@lycos.co.uk>. Wersja pod
39 KDE.
40
41 %package -n gtk-theme-QtCurve
42 Summary:        A free and corrected port of Redhat's gtk/qt theme
43 Summary(pl):    Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata
44 Group:          Themes
45 Requires:       gtk+ 
46 Requires:       theme-QtCurve-common
47 Obsoletes:      gtk-theme-bluecurve
48
49 %description -n gtk-theme-QtCurve
50 A free and corrected port of Redhat's gtk/qt theme, made by Craig
51 Drummond <Craig.Drummond@lycos.co.uk>. gtk version.
52
53 %description -n gtk-theme-QtCurve -l pl
54 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata,
55 autorstwa Craiga Drummonda <Craig.Drummond@lycos.co.uk>. Wersja pod
56 gtk.
57
58 %package -n gtk2-theme-QtCurve
59 Summary:        A free and corrected port of Redhat's gtk/qt theme
60 Summary(pl):    Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata
61 Group:          Themes
62 Requires:       gtk+
63 Requires:       theme-QtCurve-common
64 Obsoletes:      gtk2-theme-bluecurve
65
66 %description -n gtk2-theme-QtCurve
67 A free and corrected port of Redhat's gtk/qt theme, made by Craig
68 Drummond <Craig.Drummond@lycos.co.uk>. gtk2 version.
69
70 %description  -n gtk2-theme-QtCurve -l pl
71 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata,
72 autorstwa Craiga Drummonda <Craig.Drummond@lycos.co.uk>. Wersja pod
73 gtk2.
74
75 %package -n theme-QtCurve-common
76 Summary:        A free and corrected port of Redhats gtk/qt theme - common
77 Summary(pl):    Wolna i poprawiona wersja tematu gtk/qt zrobionego przez Redhata - common
78 Group:          Themes
79 Obsoletes:      theme-bluecurve-common
80
81 %description -n theme-QtCurve-common
82 A free and corrected port of Redhats gtk/qt theme, made by Craig 
83 Drummond (Craig.Drummond@lycos.co.uk) Documentation and common 
84 files package.
85
86 %description  -n theme-QtCurve-common -l pl
87 Wolna i poprawiona wersja tematu gtk/qt zrobionego przez Redhata, 
88 autorstwa Craig Drummond (Craig.Drummond@lycos.co.uk) Pakiet z 
89 dokumentacja i plikami wspó³dzielonymi.
90
91 %prep
92 %setup -q
93
94 %build
95 %configure
96 %{__make}
97
98 %install
99 rm -rf $RPM_BUILD_ROOT
100
101 %{__make} install DESTDIR=$RPM_BUILD_ROOT
102
103 %clean
104 rm -rf $RPM_BUILD_ROOT
105
106 %files -n kde-style-QtCurve
107 %defattr(644,root,root,755)
108 %{_libdir}/kde3/plugins/styles/*.la
109 %attr(755,root,root) %{_libdir}/kde3/plugins/styles/*.so
110 %{_datadir}/apps/kstyle/themes/qtcurve.themerc
111
112 %files -n gtk-theme-QtCurve
113 %defattr(644,root,root,755)
114 %{_libdir}/gtk/themes/engines/*.la
115 %attr(755,root,root) %{_libdir}/gtk/themes/engines/*.so
116 %{_datadir}/themes/QtCurve/gtk
117
118 %files -n gtk2-theme-QtCurve
119 %defattr(644,root,root,755)
120 %{_libdir}/gtk-2.0/*/*/*.la
121 %attr(755,root,root) %{_libdir}/gtk-2.0/*/*/*.so
122 %{_datadir}/themes/QtCurve/gtk-2.0
123
124 %files -n theme-QtCurve-common
125 %defattr(644,root,root,755)
126 %doc ChangeLog README TODO
127 %dir %{_datadir}/themes/QtCurve 
This page took 0.093214 seconds and 3 git commands to generate.