]> git.pld-linux.org Git - SPECS.git/blob - kde4-kdetoys.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / kde4-kdetoys.spec
1 #
2 %define         _state          stable
3 %define         orgname         kdetoys
4 %define         qtver           4.8.0
5
6 Summary:        Kdetoys
7 Summary(pl.UTF-8):      Kdetoys
8 Name:           kde4-kdetoys
9 Version:        4.10.4
10 Release:        1
11 License:        LGPL
12 Group:          X11/Libraries
13 Source0:        ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
14 # Source0-md5:  dad7099953ed55fa44275864c711976f
15 URL:            http://www.kde.org/
16 BuildRequires:  automoc4 >= 0.9.84
17 BuildRequires:  cmake >= 2.8.0
18 BuildRequires:  kde4-kdebase-workspace-devel >= %{version}
19 BuildRequires:  kde4-kdelibs-devel >= %{version}
20 BuildRequires:  qt4-build >= %{qtver}
21 BuildRequires:  qt4-qmake >= %{qtver}
22 BuildRequires:  rpmbuild(macros) >= 1.600
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 KDE toys.
27
28 %description -l pl.UTF-8
29 Zabawki KDE.
30
31 %package amor
32 Summary:        amor
33 Group:          X11/Applications
34
35 %description amor
36 On-Screen Creature.
37
38 %package kteatime
39 Summary:        kteatime
40 Group:          X11/Applications
41
42 %description kteatime
43 System tray applet that makes sure your tea doesn't get too strong.
44
45 %package ktux
46 Summary:        ktux
47 Group:          X11/Applications
48
49 %description ktux
50 Tux in a spaceship screen saver.
51
52 %package kweather
53 Summary:        kweather
54 Group:          X11/Applications
55
56 %description kweather
57 A weather reporting panel applet.
58
59 %prep
60 %setup -q -n %{orgname}-%{version}
61
62 %build
63 install -d build
64 cd build
65 %cmake \
66         .. \
67
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} -C build install \
74         DESTDIR=$RPM_BUILD_ROOT
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %files amor
80 %defattr(644,root,root,755)
81 %attr(755,root,root) %{_bindir}/amor
82 %{_desktopdir}/kde4/amor.desktop
83 %{_datadir}/apps/amor
84 %{_datadir}/dbus-1/interfaces/org.kde.amor.xml
85 %{_kdedocdir}/en/amor
86 %{_iconsdir}/hicolor/*x*/apps/amor.png
87 %{_mandir}/man6/amor.6*
88
89 %files kteatime
90 %defattr(644,root,root,755)
91 %attr(755,root,root) %{_bindir}/kteatime
92 %{_desktopdir}/kde4/kteatime.desktop
93 %{_datadir}/apps/kteatime
94 %{_kdedocdir}/en/kteatime
95 %{_iconsdir}/hicolor/*x*/apps/kteatime.png
96 %{_iconsdir}/hicolor/scalable/apps/kteatime.svgz
97
98 %files ktux
99 %defattr(644,root,root,755)
100 %attr(755,root,root) %{_bindir}/ktux
101 %{_datadir}/apps/ktux
102 %{_iconsdir}/hicolor/*x*/apps/ktux.png
103 %{_datadir}/kde4/services/ScreenSavers/ktux.desktop
104
105 #%files kweather
106 #%defattr(644,root,root,755)
107 #%attr(755,root,root) %{_bindir}/kweatherreport
108 #%attr(755,root,root) %{_bindir}/kweatherservice
109 #%{_libdir}/kde4/kcm_weather.so
110 #%{_libdir}/kde4/kcm_weatherservice.so
111 #%{_libdir}/libkdeinit4_kweatherreport.so
112 #%{_datadir}/apps/kweather
113 #%{_datadir}/apps/kweatherservice
114 #%{_datadir}/dbus-1/interfaces/org.kde.kweather.kweather.xml
115 #%{_datadir}/dbus-1/interfaces/org.kde.kweather.service.xml
116 #%{_kdedocdir}/en/kweather
117 #%{_iconsdir}/hicolor/*x*/apps/kweather.png
118 #%{_datadir}/kde4/services/kcmweather.desktop
119 #%{_datadir}/kde4/services/kcmweatherservice.desktop
120 #%{_datadir}/kde4/services/kweatherservice.desktop
This page took 0.035347 seconds and 3 git commands to generate.