]> git.pld-linux.org Git - packages/kde4-kig.git/blob - kde4-kig.spec
c968f0a686dd8263dd303d3ab52a5f5f12e8e131
[packages/kde4-kig.git] / kde4-kig.spec
1 %define         _state          stable
2 %define         orgname         kig
3
4 Summary:        K Desktop Environment - Interactive Geometry
5 Summary(pl.UTF-8):      K Desktop Environment - Interaktywna geometria
6 Name:           kde4-kig
7 Version:        4.14.3
8 Release:        2
9 License:        GPL
10 Group:          X11/Applications/Science
11 Source0:        http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
12 # Source0-md5:  2bc36c90f19b9fbebd7b3c7ac563acb3
13 URL:            http://www.kde.org/
14 BuildRequires:  automoc4
15 BuildRequires:  boost-python-devel
16 BuildRequires:  kde4-kdelibs-devel
17 BuildRequires:  qt4-build
18 Obsoletes:      kde4-kdeedu-kig < 4.6.99
19 Obsoletes:      kig <= 4.8.0
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Kig is an application for Interactive Geometry. It's intended to serve
24 two purposes:
25 - allow students to interactively explore mathematical figures and
26   concepts using the computer.
27 - serve as a WYSIWYG tool for drawing mathematical figures and
28   including them in other documents.
29
30 %description -l pl.UTF-8
31 Kig to aplikacja do interaktywnej geometrii. Ma służyć dwóm celom:
32 - umożliwić uczniom interaktywnie przeglądanie figur i pojęć
33   matematycznych przy użyciu komputera
34 - służyć jako narzędzie WYSIWYG do rysowania figur matematycznych i
35   włączania ich do innych dokumentów.
36
37 %prep
38 %setup -q -n %{orgname}-%{version}
39
40 %build
41 install -d build
42 cd build
43 %cmake \
44         ..
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} -C build/ install \
51         DESTDIR=$RPM_BUILD_ROOT \
52         kde_htmldir=%{_kdedocdir}
53
54 %find_lang %{orgname} --with-kde
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{orgname}.lang
60 %defattr(644,root,root,755)
61 %attr(755,root,root) %{_bindir}/pykig.py
62 %attr(755,root,root) %{_libdir}/kde4/kigpart.so
63 %attr(755,root,root) %{_bindir}/kig
64 %{_desktopdir}/kde4/kig.desktop
65 %{_datadir}/kde4/services/kig_part.desktop
66 %{_datadir}/appdata/kig.appdata.xml
67 %{_datadir}/apps/kig
68 %{_iconsdir}/hicolor/*x*/apps/kig.png
69 %{_iconsdir}/hicolor/scalable/apps/kig.svgz
70 %{_iconsdir}/hicolor/*x*/mimetypes/application-x-kig.png
71 %{_iconsdir}/hicolor/scalable/mimetypes/application-x-kig.svgz
72 %{_mandir}/man1/kig.1*
73
74 # subpackage?
75 %{_datadir}/apps/katepart/syntax/python-kig.xml
This page took 0.127022 seconds and 2 git commands to generate.