]> git.pld-linux.org Git - packages/kde4-superkaramba.git/blame - kde4-superkaramba.spec
- up to 4.13.0
[packages/kde4-superkaramba.git] / kde4-superkaramba.spec
CommitLineData
b8e8b021
RT
1%define _state stable
2%define orgname superkaramba
3%define qtver 4.8.0
4
5Summary: Little interactive widgets on KDE desktop
6Summary(pl.UTF-8): Małe interaktywne widżety na pulpicie KDE
7Name: kde4-superkaramba
33a5101a 8Version: 4.13.0
b8e8b021
RT
9Release: 1
10License: GPL
11Group: X11/Applications
c8e8e769 12Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
33a5101a 13# Source0-md5: 02dbb7ec16fc51d57094d6d7daa10cb2
b8e8b021 14URL: http://www.kde.org/
ecaeb485 15BuildRequires: python-devel
b8e8b021
RT
16BuildRequires: qimageblitz-devel >= 0.0.6
17Obsoletes: kde4-kdeutils-superkaramba < 4.6.99
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21SuperKaramba is a tool that allows anyone to easily create and run
22little interactive widgets on a KDE desktop.
23
24%description -l pl.UTF-8
25SuperKaramba to narzędzie pozwalające na łatwe tworzenie i
26uruchamianie małych interaktywnych widżetów na pulpicie KDE.
27
28%prep
29%setup -q -n %{orgname}-%{version}
30
31%build
32install -d build
33cd build
34%cmake \
35 ..
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} -C build/ install \
42 DESTDIR=$RPM_BUILD_ROOT \
43 kde_htmldir=%{_kdedocdir}
44
45%clean
46rm -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
ecaeb485 60%{_datadir}/apps/superkaramba
b8e8b021
RT
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.033847 seconds and 4 git commands to generate.