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