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