Summary: Fast and lightweight IDE using GTK+2 Summary(pl): Szybkie i lekkie IDE używające GTK+2 Name: geany Version: 0.3 Release: 2 License: GPL v2+ Group: Development/Tools Source0: http://geany.uvena.de/files/%{name}-%{version}.tar.bz2 # Source0-md5: 64bc92e6d0582bc3594537da5fa7cf91 Patch0: %{name}-desktop.patch Patch1: %{name}-doc_dir.patch URL: http://geany.uvena.de/ BuildRequires: gettext-devel BuildRequires: gtk+2-devel >= 2:2.4.0 BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal was to be as independent as possible from a special Desktop Environment like KDE or GNOME. Basic features of Geany - syntax highlighting - code completion - auto completion of often used constructs like if, for and while - auto completion of XML and HTML tags - call tips - many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists %description -l pl Geany jest małym i lekkim zintegrowanym środowiskiem programistycznym. Został napisany z myślą o byciu małym i szybkim IDE, z małą ilością zależności od innych pakietów. Kolejnym, przyświecającym tworzeniu go celem było maksymalne uniezależnienie od konkretnego środowiska graficznego jak KDE czy GNOME. Podstawowe cechy Geany to: - podświetlanie składni - uzupełnianie kodu - automatyczne uzupełnianie często używanych konstrukcji jak if, for i while - automatyczne uzupełnianie tagów XML i HTML - wyświetlanie podpowiedzi - wiele wspieranych typów plików jak C, Java, PHP, Python, Perl, Pascal - wykazy symboli %prep %setup -q %patch0 -p1 %patch1 -p1 %build %{__aclocal} %{__autoconf} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS NEWS README THANKS TODO %attr(755,root,root) %{_bindir}/geany %{_desktopdir}/geany.desktop %{_datadir}/%{name} %{_pixmapsdir}/geany.png