]> git.pld-linux.org Git - packages/geany-plugins.git/blame - geany-plugins.spec
- enabling markdown plugin
[packages/geany-plugins.git] / geany-plugins.spec
CommitLineData
62350ae6
JR
1Summary: A collection of different plugins for Geany
2Summary(pl.UTF-8): Zbiór różnych wtyczek dla Geany
3Name: geany-plugins
15ffdde0 4Version: 1.37
a4025e86 5Release: 2
62350ae6
JR
6License: GPL v2+
7Group: Libraries
8Source0: https://plugins.geany.org/geany-plugins/%{name}-%{version}.tar.gz
15ffdde0 9# Source0-md5: e1ea1ef1dd3963186b1d14d214261509
62350ae6
JR
10URL: https://plugins.geany.org
11BuildRequires: check-devel
12BuildRequires: cppcheck
13BuildRequires: docutils
14BuildRequires: enchant2-devel
15ffdde0 15BuildRequires: geany-devel >= 1.37
62350ae6 16BuildRequires: gpgme-devel
15ffdde0
KM
17BuildRequires: gtk+3-devel
18BuildRequires: gtkspell3-devel
62350ae6
JR
19BuildRequires: libgit2-devel
20BuildRequires: libmarkdown-devel
21BuildRequires: libtool
22BuildRequires: lua51-devel
0bb9cb2c 23BuildRequires: vala
15ffdde0
KM
24BuildRequires: vte-devel
25Requires: geany >= 1.37
26Obsoletes: geany-plugins-devhelp < 1.37
27Obsoletes: geany-plugins-geanypy < 1.37
15ffdde0
KM
28Obsoletes: geany-plugins-multiterm < 1.37
29Obsoletes: geany-plugins-webhelper < 1.37
62350ae6
JR
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33Geany-Plugins is a collection of different plugins for Geany, a
34lightweight IDE.
35
36%description -l pl.UTF-8
37Geany-Plugins to zbiór różnych wtyczek dla Geany, lekiego IDE
38używającego GTK+2.
39
62350ae6
JR
40%package addons
41Summary: Various small plugins for Geany
42Summary(pl.UTF-8): Różne drobne dodatki dla Geany
43Group: Libraries
44Requires: %{name} = %{version}-%{release}
45
46%description addons
47This plugin adds various small addons to Geany which aren't worth an
48own plugin but might still useful for people.
49
50%description addons -l pl.UTF-8
51Ten plugin dodaje ró ż ne ma~B e dodatki do Geany, któ re nie zas~B
52uguj~E aby mie~G w~B asne pluginy ale wci~E ż s~E uż yteczne dla
53ludzi.
54
62350ae6
JR
55%package autoclose
56Summary: autoclose plugin for Geany
57Summary(pl.UTF-8): wtyczka automatycznego zamykania nawiasów dla Geany
58Group: Libraries
59Requires: %{name} = %{version}-%{release}
60
61%description autoclose
62This plugin enables auto-closing features.
63
64%description autoclose -l pl.UTF-8
65Ta wtyczka automatycznie zamyka nawiasy w trakcie pisania kodu.
66
62350ae6
JR
67%package automark
68Summary: automark plugin for Geany
69Summary(pl.UTF-8): : Wtyczka automark dla Geany
70Group: Libraries
71Requires: %{name} = %{version}-%{release}
72
73%description automark
74This is a simple plugin that highlights all words that match current
75word under cursor.
76
77%description automark -l pl.UTF-8
78Ta wtyczka podświetla wszystkie słowa pasujące do aktualnie
79znajdującego się pod kursorem.
80
62350ae6
JR
81%package codenav
82Summary: codenav plugin for Geany
83Summary(pl.UTF-8): : Wtyczka codenav dla Geany
84Group: Libraries
85Requires: %{name} = %{version}-%{release}
86
87%description codenav
88This plugin adds some facilities for navigating in code files.
89
90%description codenav -l pl.UTF-8
91Wtyczka ułatwiająca nawigowanie po kodzie.
92
62350ae6
JR
93%package commander
94Summary: commander plugin for Geany
95Summary(pl.UTF-8): : Wtyczka commander dla Geany
96Group: Libraries
97Requires: %{name} = %{version}-%{release}
98
99%description commander
100Commander is a plugin for Geany that provides a command panel for
101rapid access to any action.
102
103%description commander -l pl.UTF-8
104Commander to wtyczka do Geany, która zapewnia panel poleceń
105umożliwiający szybki dostęp do dowolnej akcji.
106
62350ae6
JR
107%package debugger
108Summary: debugger plugin for Geany
109Summary(pl.UTF-8): : Wtyczka debugger dla Geany
110Group: Libraries
111Requires: %{name} = %{version}-%{release}
112
113%description debugger
114Plugin enables debugging in Geany. Currently supports GDB only, but
115was developed with multiple debuggers support in mind, so the other
116backends support is planned as well.
117
118%description debugger -l pl.UTF-8
119Wtyczka umożliwia debugowanie w Geany. Obecnie obsługuje tylko GDB,
120ale została opracowana z myślą o obsłudze wielu debuggerów, więc
121planowane jest także wsparcie innych backendów.
122
62350ae6
JR
123%package defineformat
124Summary: defineformat plugin for Geany
125Summary(pl.UTF-8): : Wtyczka defineformat dla Geany
126Group: Libraries
127Requires: %{name} = %{version}-%{release}
128
129%description defineformat
130Defineformat -- on-the-fly #define prettyprinter. This plugin will
131help you to write multiline defines with aligned backslash.
132
133%description defineformat -l pl.UTF-8
134Ta wtyczka pomoże Ci napisać definicje wielowierszowe z wyrównanym
135odwrotnym ukośnikiem.
136
15ffdde0
KM
137# Incompatible with GTK+3 yet
138#%package devhelp
139#Summary: devhelp plugin for Geany
140#Summary(pl.UTF-8): : Wtyczka devhelp dla Geany
141#Group: Libraries
142#Requires: %{name} = %{version}-%{release}
0bb9cb2c 143
15ffdde0
KM
144#%description devhelp
145#This plugin embeds an API documentation browser and search
146#functionality directly into Geany's user interface.
0bb9cb2c 147
15ffdde0
KM
148#%description devhelp -l pl.UTF-8
149#Ta wtyczka osadza przeglądarkę dokumentacji API i wyszukiwanie
150#funkcjonalność bezpośrednio w interfejsie użytkownika Geany.
0bb9cb2c 151
62350ae6
JR
152%package geanyctags
153Summary: geanyctags plugin for Geany
154Summary(pl.UTF-8): : Wtyczka geanyctags dla Geany
155Group: Libraries
156Requires: %{name} = %{version}-%{release}
157Requires: ctags
158
159%description geanyctags
160GeanyCtags adds a simple support for generating and querying ctags
161files for a Geany project. It requires that the ctags command is
162installed in a system path
163
164%description geanyctags -l pl.UTF-8
165GeanyCtags dodaje prostą obsługę generowania i sprawdzania plików
166ctags dla projektu Geany. Wtyczka wymaga zainstalowanego ctags.
167
62350ae6
JR
168%package geanydoc
169Summary: geanydoc plugin for Geany
170Summary(pl.UTF-8): : Wtyczka geanydoc dla Geany
171Group: Libraries
172Requires: %{name} = %{version}-%{release}
173
174%description geanydoc
175Geanydoc is plugin for Geany IDE that allow execute specified commands
176on the current word at the cursor position.
177
178%description geanydoc -l pl.UTF-8
179Geanydoc to wtyczka dla Geany IDE, która pozwala wykonywać określone
180polecenia dla aktualnie zaznaczonego słowa.
181
62350ae6
JR
182%package geanyextrasel
183Summary: geanyextrasel plugin for Geany
184Summary(pl.UTF-8): : Wtyczka geanyextrasel dla Geany
185Group: Libraries
186Requires: %{name} = %{version}-%{release}
187
188%description geanyextrasel
189The Extra Selection plugin adds the following functions to Geany:
190- Goto matching brace and select (Select to Matching Brace).
191- Goto line and select (Select to Line).
192- Toggle the current selection type between stream and rectangular
193 (without changing column mode, can be invoked while drag-selecting).
194- Ctrl-Shift-Alt-Left/Right/Home/End keys - same as Ctrl-Shift, but
195 for rectangular selection.
196- Column mode - while active, all (Ctrl)-Shift-movement keys do
197 rectangle selection instead of stream.
198- Selection with anchor instead of the Shift-movement keys.
199
200%description geanyextrasel -l pl.UTF-8
201Wtyczka Extra Selection dodaje do Geany następujące funkcje:
202- Przejdź do pasującego nawiasu klamrowego i wybierz (Wybierz do
203 pasującego nawiasu klamrowego).
204- Idź do linii i wybierz (Wybierz do linii).
205- Przełącz bieżący typ wyboru między strumieniem a prostokątem (bez
206 zmiany trybu kolumny, można wywoływać podczas zaznaczania
207 przeciągnięciem).
208- Ctrl-Shift-Alt-Left / Right / Home / End - tak samo jak Ctrl-Shift,
209 ale do wyboru prostokątnego.
210- Tryb kolumny - gdy aktywne, wszystkie klawisze (Ctrl) -Shift-ruch
211 robią zaznaczenie prostokąta zamiast strumienia.
212- Wybór za pomocą kotwicy zamiast klawiszy Shift-move.
213
62350ae6
JR
214%package geanyinsertnum
215Summary: geanyinsertnum plugin for Geany
216Summary(pl.UTF-8): : Wtyczka geanyinsertnum dla Geany
217Group: Libraries
218Requires: %{name} = %{version}-%{release}
219
220%description geanyinsertnum
221This plugin replaces a (possibly zero-width) rectangular selection
222with integer numbers, using start/step/base etc. specified by the
223user. For practical reasons, the number of lines is limited to 250000.
224Lines shorter than the current selection are skipped.
225
226%description geanyinsertnum -l pl.UTF-8
227Wtyczka ta zastępuje prostokątny wybór (prawdopodobnie o zerowej
228szerokości) liczbami całkowitymi, używając start / step / base itp.
229Określonych przez użytkownika. Ze względów praktycznych liczba linii
230jest ograniczona do 250000. Linie krótsze niż bieżący wybór są
231pomijane.
232
62350ae6
JR
233%package geanylua
234Summary: geanylua plugin for Geany
235Summary(pl.UTF-8): : Wtyczka geanylua dla Geany
236Group: Libraries
237Requires: %{name} = %{version}-%{release}
238
239%description geanylua
240This is a plugin for the Geany IDE to provide Lua scripting.
241
242%description geanylua -l pl.UTF-8
243Ta wtyczka umożliwia używanie w Geany skryptów LUA.
244
62350ae6
JR
245%package geanymacro
246Summary: geanymacro plugin for Geany
247Summary(pl.UTF-8): : Wtyczka geanymacro dla Geany
248Group: Libraries
249Requires: %{name} = %{version}-%{release}
250
251%description geanymacro
252Geanymacro is a plugin to provide user defined macros for Geany
253
254%description geanymacro -l pl.UTF-8
255Geanymacro to wtyczka pozwalająca użytkownikowi definiować własne
256makra.
257
62350ae6
JR
258%package geanyminiscript
259Summary: geanyminiscript plugin for Geany
260Summary(pl.UTF-8): : Wtyczka geanyminiscript dla Geany
261Group: Libraries
262Requires: %{name} = %{version}-%{release}
263
264%description geanyminiscript
265A Geany Mini-Script filter plugin
266
267%description geanyminiscript -l pl.UTF-8
268Wtyczka filtra Geany Mini-Script
269
62350ae6
JR
270%package geanynumberedbookmarks
271Summary: geanynumberedbookmarks plugin for Geany
272Summary(pl.UTF-8): : Wtyczka geanynumberedbookmarks dla Geany
273Group: Libraries
274Requires: %{name} = %{version}-%{release}
275
276%description geanynumberedbookmarks
277Geanynumberedbookmarks is a plugin to provide users with 10 numbered
278bookmarks (in addition to the usual bookkmarks)
279
280%description geanynumberedbookmarks -l pl.UTF-8
281Geanynumberedbookmarks to wtyczka zapewniająca użytkownikom 10
282ponumerowanych zakładek (oprócz zwykłych zakładek)
283
62350ae6
JR
284%package geanypg
285Summary: geanypg plugin for Geany
286Summary(pl.UTF-8): : Wtyczka geanypg dla Geany
287Group: Libraries
288Requires: %{name} = %{version}-%{release}
289
290%description geanypg
291GeanyPG is a plugin for Geany that allows the user to encrypt, decrypt
292and verify signatures with GnuPG.
293
294%description geanypg -l pl.UTF-8
295GeanyPG to wtyczka dla Geany, która pozwala użytkownikowi szyfrować,
296deszyfrować i weryfikować podpisy za pomocą GnuPG.
297
62350ae6
JR
298%package geanyprj
299Summary: geanyprj plugin for Geany
300Summary(pl.UTF-8): : Wtyczka geanyprj dla Geany
301Group: Libraries
302Requires: %{name} = %{version}-%{release}
303
304%description geanyprj
305Geanyprj is alternative project manager for Geany fast light IDE.
306
307%description geanyprj -l pl.UTF-8
308Geanyprj jest alternatywnym menedżerem projektów dla Geany IDE.
309
15ffdde0
KM
310# Incompatible with GTK+3 yet
311#%package geanypy
312#Summary: geanypy plugin for Geany
313#Summary(pl.UTF-8): : Wtyczka geanypy dla Geany
314#Group: Libraries
315#Requires: %{name} = %{version}-%{release}
62350ae6 316
15ffdde0
KM
317#%description geanypy
318#Write Geany plugins in Python! Geanypy provides most of the standard
319#Geany C API for Python.
62350ae6 320
15ffdde0
KM
321#%description geanypy -l pl.UTF-8
322#Pisz wtyczki Geany w Pythonie! Geanypy zapewnia większość
323#standardowych API C Geany dla Pythona.
62350ae6 324
62350ae6
JR
325%package geanyvc
326Summary: geanyvc plugin for Geany
327Summary(pl.UTF-8): : Wtyczka geanyvc dla Geany
328Group: Libraries
329Requires: %{name} = %{version}-%{release}
330
331%description geanyvc
332GeanyVC is plugin that provides a uniform way of accessing the
333different version-control systems inside Geany IDE. Only small subset
334of vc is implemented, but, hey, you don't need anything besides diff,
335log, status, revert and commit most time.
336
337%description geanyvc -l pl.UTF-8
338GeanyVC to wtyczka, która zapewnia jednolity sposób uzyskiwania
339dostępu do różnych systemów kontroli wersji w Geany IDE.
340Zaimplementowano tylko niewielki podzbiór funkcji, ale, hej, nie
341potrzebujesz niczego poza różnicami, logowaniem, statusem,
342przywracaniem i zatwierdzaniem przez większość czasu.
343
62350ae6
JR
344%package geniuspaste
345Summary: geniuspaste plugin for Geany
346Summary(pl.UTF-8): : Wtyczka geniuspaste dla Geany
347Group: Libraries
348Requires: %{name} = %{version}-%{release}
349
350%description geniuspaste
351This plugin allows the user to paste code from Geany into a configured
352pastebin service. At the moment it ships with builtin support these
353pastebin services, but more can be added:
354- codepad.org
355- dpaste.de
356- fpaste.org
357- pastebin.geany.org
358- paste.debian.net
359- sprunge.us GeniusPaste detects automatically the syntax of the code
360 and pastes it with syntax highlighting enabled. It can also display
361 the pasted code opening a new browser tab.
362
363%description geniuspaste -l pl.UTF-8
364Ta wtyczka pozwala użytkownikowi wkleić kod z Geany do skonfigurowanej
365usługi pastebin. W tej chwili jest on wyposażony we wbudowane wsparcie
366tych usług pastebin, ale można dodać więcej:
367- codepad.org
368- dpaste.de
369- fpaste.org
370- pastebin.geany.org
371- paste.debian.net
372- sprunge.us GeniusPaste automatycznie wykrywa składnię kodu i wkleja
373 go z włączonym podświetlaniem składni. Może także wyświetlać wklejony
374 kod otwierając nową kartę przeglądarki.
375
62350ae6
JR
376%package git-changebar
377Summary: git-changebar plugin for Geany
378Summary(pl.UTF-8): : Wtyczka git-changebar dla Geany
379Group: Libraries
380Requires: %{name} = %{version}-%{release}
381
382%description git-changebar
383This plugin highlights uncommitted changes to files tracked with Git,
384allows to navigate through the hunks and undo them.
385
386%description git-changebar -l pl.UTF-8
387Ta wtyczka podkreśla niezatwierdzone zmiany w plikach śledzonych za
388pomocą Git, pozwala nawigować między zmienionymi blokami i cofać je.
389
62350ae6
JR
390%package keyrecord
391Summary: keyrecord plugin for Geany
392Summary(pl.UTF-8): : Wtyczka keyrecord dla Geany
393Group: Libraries
394Requires: %{name} = %{version}-%{release}
395
396%description keyrecord
397This plugin allows you to record a sequence of keystrokes and to
398replay it several times.
399
400%description keyrecord -l pl.UTF-8
401Ta wtyczka pozwala nagrywać sekwencję naciśnięć klawiszy i odtwarzać
402ją kilka razy.
403
62350ae6
JR
404%package latex
405Summary: latex plugin for Geany
406Summary(pl.UTF-8): : Wtyczka latex dla Geany
407Group: Libraries
408Requires: %{name} = %{version}-%{release}
409
410%description latex
411LaTeX is a little plugin to improve support of LaTeX on Geany.
412
413%description latex -l pl.UTF-8
414LaTeX to prosta wtyczka rozszerzająca możliwości Geany w tym zakresie.
415
62350ae6
JR
416%package lineoperations
417Summary: lineoperations plugin for Geany
418Summary(pl.UTF-8): : Wtyczka lineoperations dla Geany
419Group: Libraries
420Requires: %{name} = %{version}-%{release}
421
422%description lineoperations
423Line Operations is an assortment of simple line functions that can be
424applied to an open file, or selection.
425
426%description lineoperations -l pl.UTF-8
427Line Operations to zestaw prostych funkcji liniowych, które można
428zastosować do otwartego pliku lub zaznaczenia.
429
62350ae6
JR
430%package lipsum
431Summary: lipsum plugin for Geany
432Summary(pl.UTF-8): : Wtyczka lipsum dla Geany
433Group: Libraries
434Requires: %{name} = %{version}-%{release}
435
436%description lipsum
437Lipsum is a plugin for Geany that implements a Lorem Ipsum generator
438to insert placeholder text into your document.
439
440%description lipsum -l pl.UTF-8
441Lipsum to wtyczka dla Geany, która implementuje generator Lorem Ipsum
442do wstawiania tekstu zastępczego do dokumentu.
443
a4025e86
KM
444%package markdown
445Summary: markdown plugin for Geany
446Summary(pl.UTF-8): : Wtyczka markdown dla Geany
447Group: Libraries
448Requires: %{name} = %{version}-%{release}
15ffdde0 449
a4025e86
KM
450%description markdown
451This plugin provides a real-time preview of rendered Markdown, that
452is, Markdown converted to HTML and inserted into an HTML template and
453loaded into a WebKit view.
15ffdde0 454
a4025e86
KM
455%description markdown -l pl.UTF-8
456Ta wtyczka zapewnia podgląd w czasie rzeczywistym renderowanego
457znacznika, to znaczy znacznika przekonwertowanego na HTML i
458wstawionego do szablonu HTML i załadowanego do widoku WebKit.
15ffdde0
KM
459
460# Incompatible with GTK+3 yet
461#%package multiterm
462#Summary: multiterm plugin for Geany
463#Summary(pl.UTF-8): : Wtyczka multiterm dla Geany
464#Group: Libraries
465#Requires: %{name} = %{version}-%{release}
466
467#%description multiterm
468#MultiTerm is similar to Geany's built-in VTE terminal except that it
469#supports multiple terminals in tabs and supports different shells in
470#each of the terminal tabs.
471
472#%description multiterm -l pl.UTF-8
473#MultiTerm jest podobne do wbudowanego w Geany terminala VTE, z tą
474#różnicą, że wspiera wiele terminali w zakładkach i różnie powłoki w
475#każdej zakłądce terminalowej.
62350ae6
JR
476
477%package overview
478Summary: overview plugin for Geany
479Summary(pl.UTF-8): : Wtyczka overview dla Geany
480Group: Libraries
481Requires: %{name} = %{version}-%{release}
482
483%description overview
484The Overview plugin is a small zoomed-out view next to the normal
485editor view that allows to see and navigate a lot of the file at once.
486It is similar to the Minimap in SublimeText or such similar feature in
487numerous other editors.
488
489%description overview -l pl.UTF-8
490Wtyczka Overview to mały, pomniejszony widok obok normalnego widoku
491edytora, który pozwala zobaczyć i nawigować po wielu plikach
492jednocześnie. Jest podobny do Minimapy w SublimeText lub podobnej
493funkcji w wielu innych edytorach.
494
62350ae6
JR
495%package pairtaghighlighter
496Summary: pairtaghighlighter plugin for Geany
497Summary(pl.UTF-8): : Wtyczka pairtaghighlighter dla Geany
498Group: Libraries
499Requires: %{name} = %{version}-%{release}
500
501%description pairtaghighlighter
502Finds and highlights matching opening/closing HTML tag by clicking or
503moving cursor inside a tag.
504
505%description pairtaghighlighter -l pl.UTF-8
506Znajduje i wyróżnia pasujący otwierający / zamykający znacznik HTML,
507klikając lub przesuwając kursor wewnątrz znacznika.
508
62350ae6
JR
509%package pohelper
510Summary: pohelper plugin for Geany
511Summary(pl.UTF-8): : Wtyczka pohelper dla Geany
512Group: Libraries
513Requires: %{name} = %{version}-%{release}
514
515%description pohelper
516Translation Helper is a plugin for Geany that improves the support for
517GetText translation files, by providing various features specific to
518this format and to translators.
519
520%description pohelper -l pl.UTF-8
521Translation Helper to wtyczka dla Geany, która poprawia obsługę plików
522tłumaczeń GetText, zapewniając różne funkcje specyficzne dla tego
523formatu i dla tłumaczy.
524
62350ae6
JR
525%package pretty-printer
526Summary: pretty-printer plugin for Geany
527Summary(pl.UTF-8): : Wtyczka pretty-printer dla Geany
528Group: Libraries
529Requires: %{name} = %{version}-%{release}
530
531%description pretty-printer
532Formats an XML file and makes it human-readable.
533
534%description pretty-printer -l pl.UTF-8
535Formatuje XML i czyni go czytelnym dla ludzi.
536
62350ae6
JR
537%package projectorganizer
538Summary: projectorganizer plugin for Geany
539Summary(pl.UTF-8): : Wtyczka projectorganizer dla Geany
540Group: Libraries
541Requires: %{name} = %{version}-%{release}
542
543%description projectorganizer
544Project Organizer is an extension of Geany's project management
545displaying a tree of files belonging to the project in the sidebar.
546
547%description projectorganizer -l pl.UTF-8
548Project Organizer to rozszerzenie zarządzania projektami Geany,
549wyświetlające na pasku bocznym drzewo plików należących do projektu.
550
62350ae6
JR
551%package scope
552Summary: scope plugin for Geany
553Summary(pl.UTF-8): : Wtyczka scope dla Geany
554Group: Libraries
555Requires: %{name} = %{version}-%{release}
556
557%description scope
558Scope is a graphical GDB front-end with the normal functions you would
559expect (stepping, breakpoints...), and a few notable features:
560- The comminication between Scope and gdb is asynchronous.
561- You can enter any gdb command, at any time (of course, for the
562 command to be executed, gdb must be[come] available).
563- All gdb I/O (along with some other messages) is displayed in a
564 terminal-like "Debug Console". Whenever you find the GUI lacking,
565 simply switch to that console and work directly with gdb.
566- 7-bit/Locale/UTF-8 support for values.
567
568%description scope -l pl.UTF-8
569Zakres jest graficznym interfejsem GDB z normalnymi funkcjami, których
570można oczekiwać (krokami, punktami przerwania ...) i kilkoma ważnymi
571funkcjami:
572- Łączność między Scope a gdb jest asynchroniczna.
573- Możesz wprowadzić dowolne polecenie gdb w dowolnym momencie
574 (oczywiście, aby polecenie zostało wykonane, gdb musi być [come]
575 dostępne).
576- Wszystkie wejścia / wyjścia gdb (wraz z kilkoma innymi komunikatami)
577 są wyświetlane w podobnej do terminalu „konsoli debugowania”. Ilekroć
578 zauważysz brak w GUI, po prostu przełącz się na tę konsolę i pracuj
579 bezpośrednio z gdb.
580- Obsługa 7-bit/Locale/UTF-8
581
62350ae6
JR
582%package sendmail
583Summary: sendmail plugin for Geany
584Summary(pl.UTF-8): : Wtyczka sendmail dla Geany
585Group: Libraries
586Requires: %{name} = %{version}-%{release}
587
588%description sendmail
589SendMail is a little plugin to send a document as attachment using the
590preferred mail client from inside Geany. It is similar to the envelope
591symbol of most office tools and requires a mail client that is
592supporting remote calls. This is not a direct binding to sendmail,
593even if it could be used for.
594
595%description sendmail -l pl.UTF-8
596SendMail to mała wtyczka do wysyłania dokumentu jako załącznika przy
597użyciu preferowanego klienta poczty z Geany. Jest podobny do symbolu
598koperty większości narzędzi biurowych i wymaga klienta poczty
599obsługującego połączenia zdalne. Nie jest to bezpośrednie powiązanie z
600sendmailem, nawet jeśli mogłoby być wykorzystane.
601
62350ae6
JR
602%package shiftcolumn
603Summary: shiftcolumn plugin for Geany
604Summary(pl.UTF-8): : Wtyczka shiftcolumn dla Geany
605Group: Libraries
606Requires: %{name} = %{version}-%{release}
607
608%description shiftcolumn
609This plugin allows you to move blocks of text horizontally in left or
610right direction skipping one character at a time.
611
612%description shiftcolumn -l pl.UTF-8
613Ta wtyczka umożliwia przenoszenie bloków tekstu poziomo w lewo lub w
614prawo, pomijając jeden znak na raz.
615
62350ae6
JR
616%package spellcheck
617Summary: spellcheck plugin for Geany
618Summary(pl.UTF-8): : Wtyczka spellcheck dla Geany
619Group: Libraries
620Requires: %{name} = %{version}-%{release}
621
622%description spellcheck
623This plugin checks the content of the current document in Geany with
624the spell check library Enchant. You can also select a certain text
625passage, then the plugin will only check the selected text. All lines
626with misspelled words are highlighted with a red squiggly underline
627and the wrong words are printed in the messages window at the bottom
628of Geany together with available suggestions. For the plugin to work
629at all, you need to have the Enchant library installed together with
630at least one backend (Aspell, Myspell, Hunspell, ...). The plugin's
631configure dialog lists all available languages/dictionaries which can
632be used for the spell check.
633
634%description spellcheck -l pl.UTF-8
635Ta wtyczka sprawdza zawartość bieżącego dokumentu w Geany za pomocą
636biblioteki sprawdzania pisowni Enchant. Możesz także wybrać określony
637fragment tekstu, a następnie wtyczka sprawdzi tylko zaznaczony tekst.
638Wszystkie wiersze z błędnie napisanymi słowami są podświetlone
639czerwonym zawijasowym podkreśleniem, a nieprawidłowe słowa są
640drukowane w oknie wiadomości u dołu Geany wraz z dostępnymi
641sugestiami. Aby wtyczka w ogóle działała, musisz mieć zainstalowaną
642bibliotekę Enchant wraz z co najmniej jednym backendem (Aspell,
643Myspell, Hunspell, ...). Okno dialogowe konfiguracji wtyczki zawiera
644listę wszystkich dostępnych języków / słowników, których można użyć do
645sprawdzania pisowni.
646
62350ae6
JR
647%package tableconvert
648Summary: tableconvert plugin for Geany
649Summary(pl.UTF-8): : Wtyczka tableconvert dla Geany
650Group: Libraries
651Requires: %{name} = %{version}-%{release}
652
653%description tableconvert
654Tableconvert is a plugin which helps on converting a tabulator
655separated selection into a table.
656
657%description tableconvert -l pl.UTF-8
658Tableconvert to wtyczka, która pomaga w konwertowaniu selekcji
659rozdzielonej tabulatorami na tabelę.
660
62350ae6
JR
661%package treebrowser
662Summary: treebrowser plugin for Geany
663Summary(pl.UTF-8): : Wtyczka treebrowser dla Geany
664Group: Libraries
665Requires: %{name} = %{version}-%{release}
666
667%description treebrowser
668The TreeBrowser plugin for Geany provides an alternate way to browse
669through your files. It displays files and directories in a tree view
670and has more features than the file browser plugin delivered with
671Geany itself.
672
673%description treebrowser -l pl.UTF-8
674Wtyczka TreeBrowser dla Geany zapewnia alternatywny sposób
675przeglądania plików. Wyświetla pliki i katalogi w widoku drzewa i ma
676więcej funkcji niż wtyczka przeglądarki plików dostarczana z samą
677Geany.
678
679%package updatechecker
680Summary: updatechecker plugin for Geany
681Summary(pl.UTF-8): : Wtyczka updatechecker dla Geany
682Group: Libraries
683Requires: %{name} = %{version}-%{release}
684
685%description updatechecker
686UpdateChecker is a plugin for Geany, which is able to check whether
687there is a more recent version of Geany available.
688
689%description updatechecker -l pl.UTF-8
690UpdateChecker to wtyczka dla Geany, która może sprawdzić, czy dostępna
691jest nowsza wersja Geany.
692
62350ae6
JR
693%package vimode
694Summary: vimode plugin for Geany
695Summary(pl.UTF-8): : Wtyczka vimode dla Geany
696Group: Libraries
697Requires: %{name} = %{version}-%{release}
698
699%description vimode
700Vimode is a Vim-mode plugin for Geany
701
702%description vimode -l pl.UTF-8
703Vimode to wtyczka trybu Vim dla Geany
704
15ffdde0
KM
705# Incompatible with GTK+3 yet
706#%package webhelper
707#Summary: webhelper plugin for Geany
708#Summary(pl.UTF-8): : Wtyczka webhelper dla Geany
709#Group: Libraries
710#Requires: %{name} = %{version}-%{release}
0bb9cb2c 711
15ffdde0
KM
712#%description webhelper
713#WebHelper is a plugin for Geany that provides some web development
714#facilities, such as a web page preview and some debugging tools (web
715#inspector).
0bb9cb2c 716
15ffdde0
KM
717#%description webhelper -l pl.UTF-8
718#WebHelper to wtyczka dla Geany, która zapewnia pewne funkcje
719#programistyczne, takie jak podgląd strony internetowej i niektóre
720#narzędzia do debugowania (web inspector).
62350ae6
JR
721
722%package workbench
723Summary: workbench plugin for Geany
724Summary(pl.UTF-8): : Wtyczka workbench dla Geany
725Group: Libraries
726Requires: %{name} = %{version}-%{release}
727
728%description workbench
729The Workbench plugin is an extension that makes it possible to manage
730multiple projects in geany. You can add geany projects to a workbench.
731From there you can add directories to the project to manage the files
732belonging to the project.
733
734%description workbench -l pl.UTF-8
735Wtyczka Workbench jest rozszerzeniem, które umożliwia zarządzanie
736wieloma projektami w geany. Możesz dodać projekty geany do "stołu
737roboczego". Stamtąd możesz dodawać katalogi do projektu, aby zarządzać
738plikami należącymi do projektu.
739
740
741%package xmlsnippets
742Summary: xmlsnippets plugin for Geany
743Summary(pl.UTF-8): : Wtyczka xmlsnippets dla Geany
744Group: Libraries
745Requires: %{name} = %{version}-%{release}
746
747%description xmlsnippets
748This plugin extends XML/HTML tag autocompletion provided by Geany. It
749automatically inserts a matching snippet after you type an opening
750tag.
751
752%description xmlsnippets -l pl.UTF-8
753Ta wtyczka rozszerza automatyczne uzupełnianie tagów XML / HTML
754dostarczone przez Geany. Automatycznie wstawia pasujący fragment po
755wpisaniu otwierającego tagu.
756
757%prep
758%setup -q
759
760%build
761%configure
762
763%{__make} V=1
764
765%install
766rm -rf $RPM_BUILD_ROOT
767
768%{__make} install \
769 DESTDIR=$RPM_BUILD_ROOT
770
8cddc7ba
JR
771%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
772%{__rm} $RPM_BUILD_ROOT%{_libdir}/{,geany/,%{name}/geanylua/}*.la
15ffdde0 773%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgeanypluginutils.so
62350ae6 774# fix locales
8cddc7ba 775%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/el
62350ae6
JR
776
777%find_lang %{name}
62350ae6
JR
778
779%clean
780rm -rf $RPM_BUILD_ROOT
781
782%files -f %{name}.lang
783%defattr(644,root,root,755)
8cddc7ba 784%doc NEWS README
704ce5ae
JR
785%attr(755,root,root) %{_libdir}/*.so.*.*.*
786%attr(755,root,root) %ghost %{_libdir}/*.so.0
ce9f7323 787%dir %{_libdir}/%{name}
62350ae6
JR
788%dir %{_datadir}/%{name}
789
790%files addons
791%defattr(644,root,root,755)
8cddc7ba 792%doc addons/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 793%attr(755,root,root) %{_libdir}/geany/addons.so
62350ae6
JR
794
795%files autoclose
796%defattr(644,root,root,755)
8cddc7ba 797%doc autoclose/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 798%attr(755,root,root) %{_libdir}/geany/autoclose.so
62350ae6
JR
799
800%files automark
801%defattr(644,root,root,755)
8cddc7ba 802%doc automark/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 803%attr(755,root,root) %{_libdir}/geany/automark.so
62350ae6
JR
804
805%files codenav
806%defattr(644,root,root,755)
8cddc7ba 807%doc codenav/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 808%attr(755,root,root) %{_libdir}/geany/codenav.so
62350ae6
JR
809
810%files commander
811%defattr(644,root,root,755)
8cddc7ba 812%doc commander/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 813%attr(755,root,root) %{_libdir}/geany/commander.so
62350ae6
JR
814
815%files debugger
816%defattr(644,root,root,755)
8cddc7ba 817%doc commander/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 818%attr(755,root,root) %{_libdir}/geany/debugger.so
62350ae6
JR
819%dir %{_datadir}/%{name}/debugger
820%{_datadir}/%{name}/debugger/*
821
822%files defineformat
823%defattr(644,root,root,755)
8cddc7ba 824%doc defineformat/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 825%attr(755,root,root) %{_libdir}/geany/defineformat.so
62350ae6 826
15ffdde0
KM
827#%files devhelp
828#%defattr(644,root,root,755)
829#%doc devhelp/{AUTHORS,ChangeLog,NEWS,README}
830#%attr(755,root,root) %{_libdir}/geany/devhelp.so
831#%dir %{_datadir}/%{name}/devhelp
832#%{_datadir}/%{name}/devhelp/*
0bb9cb2c 833
62350ae6
JR
834%files geanyctags
835%defattr(644,root,root,755)
8cddc7ba 836%doc geanyctags/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 837%attr(755,root,root) %{_libdir}/geany/geanyctags.so
62350ae6
JR
838
839%files geanydoc
840%defattr(644,root,root,755)
8cddc7ba 841%doc geanydoc/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 842%attr(755,root,root) %{_libdir}/geany/geanydoc.so
62350ae6
JR
843
844%files geanyextrasel
845%defattr(644,root,root,755)
8cddc7ba 846%doc geanyextrasel/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 847%attr(755,root,root) %{_libdir}/geany/geanyextrasel.so
62350ae6
JR
848
849%files geanyinsertnum
850%defattr(644,root,root,755)
8cddc7ba 851%doc geanyinsertnum/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 852%attr(755,root,root) %{_libdir}/geany/geanyinsertnum.so
62350ae6
JR
853
854%files geanylua
855%defattr(644,root,root,755)
8cddc7ba 856%doc geanylua/{AUTHORS,ChangeLog,NEWS,README} geanylua/docs/*.html
704ce5ae
JR
857%attr(755,root,root) %{_libdir}/geany/geanylua.so
858%dir %{_libdir}/%{name}/geanylua
859%attr(755,root,root) %{_libdir}/%{name}/geanylua/*.so
62350ae6
JR
860%dir %{_datadir}/%{name}/geanylua
861%{_datadir}/%{name}/geanylua/*
62350ae6
JR
862
863%files geanymacro
864%defattr(644,root,root,755)
8cddc7ba 865%doc geanymacro/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 866%attr(755,root,root) %{_libdir}/geany/geanymacro.so
62350ae6
JR
867
868%files geanyminiscript
869%defattr(644,root,root,755)
8cddc7ba 870%doc geanyminiscript/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 871%attr(755,root,root) %{_libdir}/geany/geanyminiscript.so
62350ae6
JR
872
873%files geanynumberedbookmarks
874%defattr(644,root,root,755)
8cddc7ba 875%doc geanynumberedbookmarks/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 876%attr(755,root,root) %{_libdir}/geany/geanynumberedbookmarks.so
62350ae6
JR
877
878%files geanypg
879%defattr(644,root,root,755)
8cddc7ba 880%doc geanypg/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 881%attr(755,root,root) %{_libdir}/geany/geanypg.so
62350ae6
JR
882
883%files geanyprj
884%defattr(644,root,root,755)
8cddc7ba 885%doc geanyprj/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 886%attr(755,root,root) %{_libdir}/geany/geanyprj.so
62350ae6 887
15ffdde0
KM
888#%files geanypy
889#%defattr(644,root,root,755)
890#%doc geanypy/{AUTHORS,ChangeLog,NEWS,README}
891#%attr(755,root,root) %{_libdir}/geany/geanypy.so
892#%{_libdir}/geany/*.py
893#%{_libdir}/geany/geanypy
62350ae6
JR
894
895%files geanyvc
896%defattr(644,root,root,755)
8cddc7ba 897%doc geanyvc/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 898%attr(755,root,root) %{_libdir}/geany/geanyvc.so
62350ae6
JR
899
900%files geniuspaste
901%defattr(644,root,root,755)
8cddc7ba 902%doc geniuspaste/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 903%attr(755,root,root) %{_libdir}/geany/geniuspaste.so
62350ae6
JR
904%dir %{_datadir}/%{name}/geniuspaste
905%dir %{_datadir}/%{name}/geniuspaste/pastebins
906%{_datadir}/%{name}/geniuspaste/pastebins/*
907
908%files git-changebar
909%defattr(644,root,root,755)
8cddc7ba 910%doc git-changebar/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 911%attr(755,root,root) %{_libdir}/geany/git-changebar.so
62350ae6
JR
912%dir %{_datadir}/%{name}/git-changebar
913%{_datadir}/%{name}/git-changebar/*
914
915%files keyrecord
916%defattr(644,root,root,755)
8cddc7ba 917%doc keyrecord/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 918%attr(755,root,root) %{_libdir}/geany/keyrecord.so
62350ae6
JR
919
920%files latex
921%defattr(644,root,root,755)
8cddc7ba 922%doc latex/{AUTHORS,ChangeLog,NEWS,README} latex/doc/latex.pdf
704ce5ae 923%attr(755,root,root) %{_libdir}/geany/latex.so
62350ae6
JR
924
925%files lineoperations
926%defattr(644,root,root,755)
8cddc7ba 927%doc lineoperations/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 928%attr(755,root,root) %{_libdir}/geany/lineoperations.so
62350ae6
JR
929
930%files lipsum
931%defattr(644,root,root,755)
8cddc7ba 932%doc lipsum/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 933%attr(755,root,root) %{_libdir}/geany/lipsum.so
62350ae6 934
a4025e86
KM
935%files markdown
936%defattr(644,root,root,755)
937%doc markdown/{AUTHORS,ChangeLog,NEWS,README}
938%attr(755,root,root) %{_libdir}/geany/markdown.so
0bb9cb2c 939
15ffdde0
KM
940#%files multiterm
941#%defattr(644,root,root,755)
942#%doc multiterm/{AUTHORS,ChangeLog,NEWS,README,TODO}
943#%attr(755,root,root) %{_libdir}/geany/multiterm.so
8cddc7ba 944
62350ae6
JR
945%files overview
946%defattr(644,root,root,755)
8cddc7ba 947%doc overview/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 948%attr(755,root,root) %{_libdir}/geany/overview.so
62350ae6
JR
949%dir %{_datadir}/%{name}/overview
950%{_datadir}/%{name}/overview/*
951
952%files pairtaghighlighter
953%defattr(644,root,root,755)
8cddc7ba 954%doc pairtaghighlighter/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 955%attr(755,root,root) %{_libdir}/geany/pairtaghighlighter.so
62350ae6
JR
956
957%files pohelper
958%defattr(644,root,root,755)
8cddc7ba 959%doc pohelper/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 960%attr(755,root,root) %{_libdir}/geany/pohelper.so
62350ae6
JR
961%dir %{_datadir}/%{name}/pohelper
962%{_datadir}/%{name}/pohelper/*
963
964%files pretty-printer
965%defattr(644,root,root,755)
8cddc7ba 966%doc pretty-printer/{AUTHORS,NEWS,README}
704ce5ae 967%attr(755,root,root) %{_libdir}/geany/pretty-printer.so
62350ae6
JR
968
969%files projectorganizer
970%defattr(644,root,root,755)
8cddc7ba 971%doc projectorganizer/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 972%attr(755,root,root) %{_libdir}/geany/projectorganizer.so
62350ae6
JR
973
974%files scope
975%defattr(644,root,root,755)
8cddc7ba 976%doc scope/{AUTHORS,ChangeLog,NEWS,README} scope/docs/*.html
704ce5ae 977%attr(755,root,root) %{_libdir}/geany/scope.so
62350ae6
JR
978%dir %{_datadir}/%{name}/scope
979%{_datadir}/%{name}/scope/*
62350ae6
JR
980
981%files sendmail
982%defattr(644,root,root,755)
8cddc7ba 983%doc sendmail/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 984%attr(755,root,root) %{_libdir}/geany/sendmail.so
62350ae6
JR
985
986%files shiftcolumn
987%defattr(644,root,root,755)
8cddc7ba 988%doc shiftcolumn/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 989%attr(755,root,root) %{_libdir}/geany/shiftcolumn.so
62350ae6
JR
990
991%files spellcheck
992%defattr(644,root,root,755)
8cddc7ba 993%doc spellcheck/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 994%attr(755,root,root) %{_libdir}/geany/spellcheck.so
62350ae6
JR
995
996%files tableconvert
997%defattr(644,root,root,755)
8cddc7ba 998%doc tableconvert/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 999%attr(755,root,root) %{_libdir}/geany/tableconvert.so
62350ae6
JR
1000
1001%files treebrowser
1002%defattr(644,root,root,755)
8cddc7ba 1003%doc treebrowser/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1004%attr(755,root,root) %{_libdir}/geany/treebrowser.so
62350ae6
JR
1005
1006%files updatechecker
1007%defattr(644,root,root,755)
8cddc7ba 1008%doc updatechecker/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1009%attr(755,root,root) %{_libdir}/geany/updatechecker.so
62350ae6
JR
1010
1011%files vimode
1012%defattr(644,root,root,755)
8cddc7ba 1013%doc vimode/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1014%attr(755,root,root) %{_libdir}/geany/vimode.so
62350ae6 1015
15ffdde0
KM
1016#%files webhelper
1017#%defattr(644,root,root,755)
1018#%doc webhelper/{AUTHORS,ChangeLog,NEWS,README}
1019#%attr(755,root,root) %{_libdir}/geany/webhelper.so
0bb9cb2c 1020
62350ae6
JR
1021%files workbench
1022%defattr(644,root,root,755)
8cddc7ba 1023%doc workbench/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1024%attr(755,root,root) %{_libdir}/geany/workbench.so
62350ae6
JR
1025
1026%files xmlsnippets
1027%defattr(644,root,root,755)
8cddc7ba 1028%doc xmlsnippets/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1029%attr(755,root,root) %{_libdir}/geany/xmlsnippets.so
This page took 0.358727 seconds and 4 git commands to generate.