[PATCH] geany-plugins - brakujace zaleznosci
Krzysztof Mrozowicz
krzysztof at mrozowicz.eu
Tue Apr 28 18:23:11 CEST 2020
Cześć,
przesyłam patcha do geany-plugins, w którym dodałem brakujące
zależności i spakietowałem nowo utworzone pliki.
Pozdrawiam
Krzysiek
---
geany-plugins.spec | 68 +++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 67 insertions(+), 1 deletion(-)
diff --git a/geany-plugins.spec b/geany-plugins.spec
index 431c9b1..ce4b10a 100644
--- a/geany-plugins.spec
+++ b/geany-plugins.spec
@@ -2,12 +2,13 @@ Summary: A collection of different plugins for Geany
Summary(pl.UTF-8): Zbiór różnych wtyczek dla Geany
Name: geany-plugins
Version: 1.36
-Release: 3
+Release: 4
License: GPL v2+
Group: Libraries
Source0: https://plugins.geany.org/geany-plugins/%{name}-%{version}.tar.gz
# Source0-md5: 76501a5adb92633cc41d0b6453692454
URL: https://plugins.geany.org
+BuildRequires: GConf2-devel
BuildRequires: check-devel
BuildRequires: cppcheck
BuildRequires: docutils
@@ -15,12 +16,15 @@ BuildRequires: enchant2-devel
BuildRequires: geany-devel >= 1.36
BuildRequires: gpgme-devel
BuildRequires: gtk+2-devel
+BuildRequires: gtk-webkit-devel
BuildRequires: gtkspell-devel
BuildRequires: libgit2-devel
BuildRequires: libmarkdown-devel
BuildRequires: libtool
+BuildRequires: libwnck2-devel
BuildRequires: lua51-devel
BuildRequires: python-pygtk-devel
+BuildRequires: vala
BuildRequires: vte0-devel
Requires: geany >= 1.36
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -130,6 +134,20 @@ help you to write multiline defines with aligned backslash.
Ta wtyczka pomoże Ci napisać definicje wielowierszowe z wyrównanym
odwrotnym ukośnikiem.
+%package devhelp
+Summary: devhelp plugin for Geany
+Summary(pl.UTF-8): : Wtyczka devhelp dla Geany
+Group: Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devhelp
+This plugin embeds an API documentation browser and search
+functionality directly into Geany's user interface.
+
+%description devhelp -l pl.UTF-8
+Ta wtyczka osadza przeglądarkę dokumentacji API i wyszukiwanie
+funkcjonalność bezpośrednio w interfejsie użytkownika Geany.
+
%package geanyctags
Summary: geanyctags plugin for Geany
Summary(pl.UTF-8): : Wtyczka geanyctags dla Geany
@@ -421,6 +439,22 @@ to insert placeholder text into your document.
Lipsum to wtyczka dla Geany, która implementuje generator Lorem Ipsum
do wstawiania tekstu zastępczego do dokumentu.
+%package markdown
+Summary: markdown plugin for Geany
+Summary(pl.UTF-8): : Wtyczka markdown dla Geany
+Group: Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description markdown
+This plugin provides a real-time preview of rendered Markdown, that
+is, Markdown converted to HTML and inserted into an HTML template and
+loaded into a WebKit view.
+
+%description markdown -l pl.UTF-8
+Ta wtyczka zapewnia podgląd w czasie rzeczywistym renderowanego
+znacznika, to znaczy znacznika przekonwertowanego na HTML i
+wstawionego do szablonu HTML i załadowanego do widoku WebKit.
+
%package multiterm
Summary: multiterm plugin for Geany
Summary(pl.UTF-8): : Wtyczka multiterm dla Geany
@@ -665,6 +699,21 @@ Vimode is a Vim-mode plugin for Geany
%description vimode -l pl.UTF-8
Vimode to wtyczka trybu Vim dla Geany
+%package webhelper
+Summary: webhelper plugin for Geany
+Summary(pl.UTF-8): : Wtyczka webhelper dla Geany
+Group: Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description webhelper
+WebHelper is a plugin for Geany that provides some web development
+facilities, such as a web page preview and some debugging tools (web
+inspector).
+
+%description webhelper -l pl.UTF-8
+WebHelper to wtyczka dla Geany, która zapewnia pewne funkcje
+programistyczne, takie jak podgląd strony internetowej i niektóre
+narzędzia do debugowania (web inspector).
%package workbench
Summary: workbench plugin for Geany
@@ -771,6 +820,13 @@ rm -rf $RPM_BUILD_ROOT
%doc defineformat/{AUTHORS,ChangeLog,NEWS,README}
%attr(755,root,root) %{_libdir}/geany/defineformat.so
+%files devhelp
+%defattr(644,root,root,755)
+%doc devhelp/{AUTHORS,ChangeLog,NEWS,README}
+%attr(755,root,root) %{_libdir}/geany/devhelp.so
+%dir %{_datadir}/%{name}/devhelp
+%{_datadir}/%{name}/devhelp/*
+
%files geanyctags
%defattr(644,root,root,755)
%doc geanyctags/{AUTHORS,ChangeLog,NEWS,README}
@@ -872,6 +928,11 @@ rm -rf $RPM_BUILD_ROOT
%doc lipsum/{AUTHORS,ChangeLog,NEWS,README}
%attr(755,root,root) %{_libdir}/geany/lipsum.so
+%files markdown
+%defattr(644,root,root,755)
+%doc markdown/{AUTHORS,ChangeLog,NEWS,README}
+%attr(755,root,root) %{_libdir}/geany/markdown.so
+
%files multiterm
%defattr(644,root,root,755)
%doc multiterm/{AUTHORS,ChangeLog,NEWS,README,TODO}
@@ -948,6 +1009,11 @@ rm -rf $RPM_BUILD_ROOT
%doc vimode/{AUTHORS,ChangeLog,NEWS,README}
%attr(755,root,root) %{_libdir}/geany/vimode.so
+%files webhelper
+%defattr(644,root,root,755)
+%doc webhelper/{AUTHORS,ChangeLog,NEWS,README}
+%attr(755,root,root) %{_libdir}/geany/webhelper.so
+
%files workbench
%defattr(644,root,root,755)
%doc workbench/{AUTHORS,ChangeLog,NEWS,README}
--
2.26.2
More information about the pld-devel-pl
mailing list