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