]> git.pld-linux.org Git - SPECS.git/blob - kde4-superkaramba.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / kde4-superkaramba.spec
1 %define         _state          stable
2 %define         orgname         superkaramba
3 %define         qtver           4.8.0
4
5 Summary:        Little interactive widgets on KDE desktop
6 Summary(pl.UTF-8):      Małe interaktywne widżety na pulpicie KDE
7 Name:           kde4-superkaramba
8 Version:        4.14.3
9 Release:        2
10 License:        GPL
11 Group:          X11/Applications
12 Source0:        http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
13 # Source0-md5:  dfeeac786e8a467c348bd36a7e83f7c5
14 URL:            http://www.kde.org/
15 BuildRequires:  python-devel
16 BuildRequires:  qimageblitz-devel >= 0.0.6
17 Obsoletes:      kde4-kdeutils-superkaramba < 4.6.99
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 SuperKaramba is a tool that allows anyone to easily create and run
22 little interactive widgets on a KDE desktop.
23
24 %description -l pl.UTF-8
25 SuperKaramba to narzędzie pozwalające na łatwe tworzenie i
26 uruchamianie małych interaktywnych widżetów na pulpicie KDE.
27
28 %prep
29 %setup -q -n %{orgname}-%{version}
30
31 %build
32 install -d build
33 cd build
34 %cmake \
35         ..
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} -C build/ install \
42         DESTDIR=$RPM_BUILD_ROOT \
43         kde_htmldir=%{_kdedocdir}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %post -p /sbin/ldconfig
49 %postun -p /sbin/ldconfig
50
51 %files
52 %defattr(644,root,root,755)
53 %attr(755,root,root) %{_bindir}/superkaramba
54 %attr(755,root,root) %{_libdir}/kde4/plasma_package_superkaramba.so
55 %attr(755,root,root) %{_libdir}/kde4/plasma_scriptengine_superkaramba.so
56 %attr(755,root,root) %{_libdir}/libsuperkaramba.so
57 %attr(755,root,root) %{_libdir}/libsuperkaramba.so.*.*.*
58 %attr(755,root,root) %ghost %{_libdir}/libsuperkaramba.so.?
59 %{_desktopdir}/kde4/superkaramba.desktop
60 %{_datadir}/apps/superkaramba
61 %{_datadir}/config/superkaramba.knsrc
62 %{_datadir}/dbus-1/interfaces/org.kde.superkaramba.xml
63 %{_iconsdir}/hicolor/*x*/apps/superkaramba.png
64 %{_iconsdir}/hicolor/scalable/apps/superkaramba.svgz
65 %{_datadir}/kde4/services/plasma-package-superkaramba.desktop
66 %{_datadir}/kde4/services/plasma-scriptengine-superkaramba.desktop
This page took 0.464178 seconds and 3 git commands to generate.