]> git.pld-linux.org Git - packages/kde4-kig.git/commitdiff
- up to 4.7.1 auto/th/kig-4_7_1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 13 Sep 2011 19:57:24 +0000 (19:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4-kig.spec -> 1.1

kde4-kig.spec [new file with mode: 0644]

diff --git a/kde4-kig.spec b/kde4-kig.spec
new file mode 100644 (file)
index 0000000..56d7ed3
--- /dev/null
@@ -0,0 +1,71 @@
+%define                _state          stable
+%define                orgname         kig
+
+Summary:       K Desktop Environment - Interactive Geometry
+Summary(pl_PL.UTF8):   K Desktop Environment - Interaktywna geometria
+Name:          kig
+Version:       4.7.1
+Release:       1
+License:       GPL
+Group:         X11/Applications/Science
+Source0:       ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
+# Source0-md5: bf912d2f54e66406e2029b2eb5a45f7a
+URL:           http://www.kde.org/
+BuildRequires: boost-python-devel
+BuildRequires: kde4-kdelibs-devel
+Obsoletes:     kde4-kdeedu-kig < 4.7.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Kig is an application for Interactive Geometry. It's intended to serve
+two purposes:
+- allow students to interactively explore mathematical figures and
+  concepts using the computer.
+- serve as a WYSIWYG tool for drawing mathematical figures and
+  including them in other documents.
+
+%description -l pl.UTF-8
+Kig to aplikacja do interaktywnej geometrii. Ma służyć dwóm celom:
+- umożliwić uczniom interaktywnie przeglądanie figur i pojęć
+  matematycznych przy użyciu komputera
+- służyć jako narzędzie WYSIWYG do rysowania figur matematycznych i
+  włączania ich do innych dokumentów.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+       ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build/ install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       kde_htmldir=%{_kdedocdir}
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/pykig.py
+%attr(755,root,root) %{_libdir}/kde4/kigpart.so
+%attr(755,root,root) %{_bindir}/kig
+%{_desktopdir}/kde4/kig.desktop
+%{_datadir}/kde4/services/kig_part.desktop
+%{_datadir}/apps/kig
+%{_iconsdir}/hicolor/*x*/apps/kig.png
+%{_iconsdir}/hicolor/scalable/apps/kig.svgz
+%{_iconsdir}/hicolor/*x*/mimetypes/application-x-kig.png
+%{_iconsdir}/hicolor/scalable/mimetypes/application-x-kig.svgz
+%{_mandir}/man1/kig.1*
+
+# subpackage?
+%{_datadir}/apps/katepart/syntax/python-kig.xml
This page took 0.032733 seconds and 4 git commands to generate.