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