]> git.pld-linux.org Git - SPECS.git/blob - kde-splash-moodin.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / kde-splash-moodin.spec
1
2 %define         _splash         moodin
3
4 Summary:        KDE splash screen
5 Summary(pl.UTF-8):      Ekran startowy KDE
6 Name:           kde-splash-%{_splash}
7 Version:        0.4.2
8 Release:        2
9 License:        GPL
10 Group:          X11/Amusements
11 Source0:        http://moodwrod.com/files/ksplash-engine-%{_splash}_%{version}.tar.gz
12 # Source0-md5:  322404928ed7e17a1c8708d4dc13b960
13 URL:            http://www.kde-look.org/content/show.php?content=25705
14 BuildRequires:  kdebase-devel
15 Requires:       kdebase-desktop >= 9:3.4.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This is a new splash screen engine for KDE 3.4. It includes the
20 moodinn and FingerPrint theme.
21
22 Featues:
23  - Fading icons
24  - Use current icon set or custom images
25  - Use custom text values
26  - Set fading delay and length
27  - Custom icon/image arrangement
28
29 %description -l pl.UTF-8
30 To jest nowy silnik ekranu startowego dla KDE 3.4. Zawiera motywy
31 moodin i FingerPrint.
32
33 Cechy:
34  - wygasające ikony
35  - użycie aktualnego zestawu ikon lub własnych obrazków
36  - użycie własnych wartości tekstu
37  - ustawianie opóźnienia i długości wygasania
38  - własny układ ikon/obrazków
39
40 %prep
41 %setup -q -n %{_splash}
42
43 %build
44
45 %configure \
46         --with-qt-libraries=%{_libdir}
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %{_libdir}/kde3/ksplashmoodin.*
60 %{_datadir}/apps/ksplash/Themes/MoodinKDE
61 %{_datadir}/apps/ksplash/Themes/FingerPrint
62 %{_datadir}/services/ksplashmoodin.desktop
This page took 1.934873 seconds and 3 git commands to generate.