]> git.pld-linux.org Git - SPECS.git/blob - kde-theme-mosfet-liquid.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / kde-theme-mosfet-liquid.spec
1 %define         _prenum         pre1
2 %define         _version        0.9.6
3 Summary:        High Performance Liquid
4 Summary(pl.UTF-8):      Wysoko wydajny Liquid
5 Name:           kde-theme-mosfet-liquid
6 Version:        %{_version}%{_prenum}
7 Release:        2
8 License:        GPL
9 Group:          Themes
10 Source0:        http://www.mosfet.org/mosfet-liquid%{_version}-%{_prenum}.tar.gz
11 # Source0-md5:  b307becc99285f4463c65703622ed859
12 Source1:        %{name}.desktop
13 URL:            http://www.mosfet.org/liquid.html
14 BuildRequires:  kdebase-devel >= 3.1.1
15 BuildRequires:  kdelibs-devel >= 3.1.1
16 BuildRequires:  qt-devel >= 6:3.1.2
17 BuildRequires:  rpmbuild(macros) >= 1.176
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 High Performance Liquid is an efficent and streamlined version of a
22 liquid style UI. It makes use of KDE/Qt's widget styling engine, which
23 uses custom C++ code to render the widgets. To meet the high
24 performance objectives, the style is made of tileable components
25 rather than pixmaps (which would need to be scaled).
26
27 %description -l pl.UTF-8
28 Efektywna wersja popularnego stylu interfejsu użytkownika - liquid.
29 Wykorzystuje silnik styli widgetów KDE/Qt, który używa własnego kodu
30 C++ do renderowania widgetów. Aby sprostać wymaganiu dużej wydajności,
31 styl jest tworzony z powtarzalnych komponentów zamiast pixmap (które
32 musiałyby być skalowane).
33
34 %prep
35 %setup -q -n mosfet-liquid%{_version}%{_prenum}
36
37 %build
38 cp -f /usr/share/automake/config.sub admin
39 %configure \
40         --with-qt-libraries=%{_libdir}
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_applnkdir}/Settings/KDE/LookNFeel
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Settings/KDE/LookNFeel/liquid.desktop
52
53 # splash screens conflict
54 rm -rf $RPM_BUILD_ROOT%{_datadir}/apps/ksplash
55
56 %post
57 /sbin/ldconfig
58 %banner %{name} -e <<EOF
59 You may have to run kinstalltheme for this theme to become available
60 in currently opened sessions.
61 EOF
62 %postun -p /sbin/ldconfig
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %attr(755,root,root) %{_libdir}/lib*.so
70 %{_libdir}/lib*.la
71 %attr(755,root,root) %{_libdir}/kde3/*.so
72 %{_libdir}/kde3/*.la
73 %{_libdir}/kde3/plugins/styles/*.so
74 %{_libdir}/kde3/plugins/styles/*.la
75 %{_applnkdir}/Settings/KDE/LookNFeel/liquid.desktop
76 %{_datadir}/apps/*/*.*
77 %{_datadir}/apps/*/*/*.*
This page took 0.166457 seconds and 3 git commands to generate.