Eclipse - nowe wtyczki
Kuba Sochacki
soshi at epf.pl
Wed Jun 8 15:54:48 CEST 2005
Witam
Znalazłem kilka wtyczek do Eclipse, może ktoś władny zechciałby zerknąć
i dodać do repozytorium:
eclipse-plugin-TeXclipse - projekty LaTeXa
eclipse-plugin-quickimage - prosta przeglądarka obrazków wewnątrz
środowiska eclipse.
U mnie paczkują się bezproblemowo.
pozdrawiam
soshi
-------------- next part --------------
Summary: TeXlipse - plugin for Eclipse
Summary(pl): TeXlipse - wtyczka do środowiska Eclipse
Name: eclipse-plugin-TeXlipse
Version: 1.0.2
Release: 1
License: Eclipse Public License
Group: Development/Languages
Source0: http://dl.sourceforge.net/sourceforge/texlipse/net.sourceforge.texlipse_%{version}_src.zip
# Source0-md5: a0d0b5954e65d5bd4287af6a3dde3b81
URL: http://texlipse.sourceforge.net/
BuildRequires: unzip
Requires: eclipse >= 3.0
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _eclipse_arch %(echo %{_target_cpu} | sed 's/i.86/x86/;s/athlon/x86/;s/pentium./x86/')
%define _eclipsedir %{_libdir}/eclipse
%description
TeXlipse plugin adds LaTeX editing support to Eclipse. The plugin provides both Latex and Bibtex editors, project creation wizard and a complete user manual of the plugin features.
Available features include:
* Syntax highlighting
* Document outline
* Section folding
* Command completion
* ref and cite completion
* Templates
* Builder integration
* Viewer integration with inverse search
%description -l pl
TeXlipse jest wtyczką środowiska LaTeX dla platformy Eclipse.
Dostarcza edutory dla Latexa and Bibtexa, wizard tworzenia projektów i kompletny podręcznik użytkownika po udogodnieniach wtyczki.
Dostępne są:
* podświetlanie składni
* zwijanie sekcji
* dopenianie komend
* dopełnianie znaczników ref i cite
* szablony
%prep
%setup -q -c
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_eclipsedir}/plugins
cp -r * $RPM_BUILD_ROOT%{_eclipsedir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%dir %{_eclipsedir}
%dir %{_eclipsedir}/plugins
%{_eclipsedir}/plugins/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
-------------- next part --------------
Summary: QuickImage - plugin for Eclipse
Summary(pl): QuickImage - wtyczka do środowiska Eclipse
Name: eclipse-plugin-quickimage
Version: 0.2.0
Release: 1
License: CPL
Group: Development/Languages
Source0: http://psnet.nu/eclipse/quickimage/files/nu.psnet.quickimage_%{version}.zip
# Source0-md5: d6c5d7c7baf450d907123888f876a4eb
URL: http://psnet.nu/eclipse/quickimage/
BuildRequires: unzip
Requires: eclipse >= 3.0
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _eclipse_arch %(echo %{_target_cpu} | sed 's/i.86/x86/;s/athlon/x86/;s/pentium./x86/')
%define _eclipsedir %{_libdir}/eclipse
%description
The QuickImage plugin provides an eclipse-editor for viewing images.
You can browse images one by one in fullsize or all as thumbnails.
Use the toolbar to navigate or by single/double clicking the images.
By default QuickImage associates its editor with .gif .jpg .jpeg .png .bmp .ico
%description -l pl
Wtyczka QuickImage dodaje edytor dla eclipse do podglądu obrazków.
Możesz przeglądać obrazki jeden po drugim w pełnym rozmiarze, lub wszystkie jako miniaturki.
Domyślnie QuickImage kojarzy swój edytor z .gif .jpg .jpeg .png .bmp .ico
%prep
%setup -q -c
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_eclipsedir}/plugins
cp -r * $RPM_BUILD_ROOT%{_eclipsedir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%dir %{_eclipsedir}
%dir %{_eclipsedir}/plugins
%{_eclipsedir}/plugins/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
More information about the pld-devel-pl
mailing list