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