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