]> git.pld-linux.org Git - SPECS.git/blob - kde-theme-polyester.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / kde-theme-polyester.spec
1 %define         _name polyester
2
3 Summary:        KDE theme - %{_name}
4 Summary(pl.UTF-8):      Motyw do KDE - %{_name}
5 Name:           kde-theme-%{_name}
6 Version:        1.0.2
7 Release:        1
8 License:        GPL
9 Group:          Themes
10 Source0:        http://www.notmart.org/files/polyester-%{version}.tar.bz2
11 # Source0-md5:  6b85333e774567e69c741b35a54a4df5
12 URL:            http://www.kde-look.org/content/show.php?content=27968
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  kdebase-devel >= 9:3.5.0
16 BuildRequires:  kdelibs-devel >= 9:3.5.0
17 BuildRequires:  rpmbuild(macros) >= 1.129
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 %{_name} KDE theme.
22
23 %description -l pl.UTF-8
24 Motyw KDE %{_name}.
25
26 %package -n kde-style-%{_name}
27 Summary:        KDE style - %{_name}
28 Summary(pl.UTF-8):      Styl do KDE - %{_name}
29 Group:          Themes
30 Requires:       kdelibs
31
32 %description -n kde-style-%{_name}
33 Polyester is a style and kwin decoration both aimed to be a good
34 balance between eye candy and simplicity.
35
36 %description -n kde-style-%{_name} -l pl.UTF-8
37 Styl Polyester to zestaw dekoracji dla kontrolek i okien stworzony
38 tak, aby zachować równowagę pomiędzy prostotą i dobrym wyglądem.
39
40 %package -n kde-colorscheme-%{_name}
41 Summary:        Color scheme for KDE style - %{_name}
42 Summary(pl.UTF-8):      Schemat kolorów do stylu KDE - %{_name}
43 Group:          Themes
44 Requires:       kdebase-core
45
46 %description -n kde-colorscheme-%{_name}
47 Color scheme for KDE style - %{_name}.
48
49 %description -n kde-colorscheme-%{_name} -l pl.UTF-8
50 Schemat kolorów do stylu KDE - %{_name}.
51
52 %package -n kde-decoration-%{_name}
53 Summary:        Kwin decoration - %{_name}
54 Summary(pl.UTF-8):      Dekoracja kwin - %{_name}
55 Group:          Themes
56 Requires:       kdebase-desktop-libs
57
58 %description -n kde-decoration-%{_name}
59 Kwin decoration - %{_name}.
60
61 %description -n kde-decoration-%{_name} -l pl.UTF-8
62 Dekoracja kwin - %{_name}.
63
64 %prep
65 %setup -q -n %{_name}-%{version}
66
67 %build
68 cp -f /usr/share/automake/config.sub admin
69
70 %configure
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75
76 %{__make} install \
77         DESTDIR=$RPM_BUILD_ROOT \
78         kde_htmldir="%{_kdedocdir}"
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files -n kde-style-%{_name}
84 %defattr(644,root,root,755)
85 %{_libdir}/kde3/kstyle_*.la
86 %attr(755,root,root) %{_libdir}/kde3/kstyle_*.so
87 %attr(755,root,root) %{_libdir}/kde3/plugins/styles/*.so
88 #%{_libdir}/kde3/plugins/styles/*.la
89 %{_datadir}/apps/kstyle/themes/*.themerc
90
91 %files -n kde-decoration-%{_name}
92 %defattr(644,root,root,755)
93 %{_libdir}/kde3/kwin3_polyester.la
94 %attr(755,root,root) %{_libdir}/kde3/kwin3_polyester.so
95 %{_libdir}/kde3/kwin_polyester_config.la
96 %attr(755,root,root) %{_libdir}/kde3/kwin_polyester_config.so
97 %{_datadir}/apps/kwin/polyester.desktop
98
99 %files -n kde-colorscheme-%{_name}
100 %defattr(644,root,root,755)
101 %{_datadir}/apps/kdisplay/color-schemes/Polyester*.kcsrc
This page took 1.034227 seconds and 3 git commands to generate.