|
@@ -1,9 +1,9 @@
|
|
%global geany_plug_docdir %{_defaultdocdir}/%{name}-%{version}
|
|
%global geany_plug_docdir %{_defaultdocdir}/%{name}-%{version}
|
|
-%global req_geany_ver 0.19
|
|
|
|
|
|
+%global req_geany_ver 0.20
|
|
|
|
|
|
Name: geany-plugins
|
|
Name: geany-plugins
|
|
-Version: 0.19
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Version: 0.20
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Plugins for Geany
|
|
Summary: Plugins for Geany
|
|
Summary(ja): Geany のプラグイン集
|
|
Summary(ja): Geany のプラグイン集
|
|
|
|
|
|
@@ -23,6 +23,7 @@ Requires: %{name}-geanylipsum %{name}-geanylua %{name}-geanyprj %{name}-geanyse
|
|
Requires: %{name}-geanyvc %{name}-shiftcolumn %{name}-spellcheck
|
|
Requires: %{name}-geanyvc %{name}-shiftcolumn %{name}-spellcheck
|
|
Requires: %{name}-codenav %{name}-treebrowser %{name}-geanyextrasel
|
|
Requires: %{name}-codenav %{name}-treebrowser %{name}-geanyextrasel
|
|
Requires: %{name}-geanyinsertnum %{name}-pretty-print %{name}-geanygendoc
|
|
Requires: %{name}-geanyinsertnum %{name}-pretty-print %{name}-geanygendoc
|
|
|
|
+Requires: %{name}-updatechecker %{name}-webhelper
|
|
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -44,6 +45,8 @@ Plugins for Geany. Plugins included are:
|
|
* Spellcheck (Spell checking of documents or marked text)
|
|
* Spellcheck (Spell checking of documents or marked text)
|
|
* Treebrowser (Alternate file browser with tree view of folders)
|
|
* Treebrowser (Alternate file browser with tree view of folders)
|
|
* XML Pretty Printer
|
|
* XML Pretty Printer
|
|
|
|
+* Updatechecker (Automatically check for Geany updates)
|
|
|
|
+* Webhelper (Preview and Debug Web documents from within Geany using WebKit)
|
|
|
|
|
|
This package is meta package to install all geany-plugins.
|
|
This package is meta package to install all geany-plugins.
|
|
|
|
|
|
@@ -66,6 +69,8 @@ Geany のプラグインです。プラグインには以下のものが含ま
|
|
* Spellcheck (ドキュメントのスペルチェック)
|
|
* Spellcheck (ドキュメントのスペルチェック)
|
|
* Treebrowser (フォルダの内容をツリービューする代替ファイルブラウザ)
|
|
* Treebrowser (フォルダの内容をツリービューする代替ファイルブラウザ)
|
|
* XML Pretty Printer
|
|
* XML Pretty Printer
|
|
|
|
+* Updatechecker (Geany の更新を自動的にチェック)
|
|
|
|
+* Webhelper (WebKit を使い Geany から Web ドキュメントのプレビューとデバッグを実行)
|
|
|
|
|
|
このパッケージは、geany-plugins をすべてインストールするための
|
|
このパッケージは、geany-plugins をすべてインストールするための
|
|
メタパッケージです。
|
|
メタパッケージです。
|
|
@@ -371,6 +376,38 @@ Requires: libxml2 >= 2.6.27
|
|
Plugin for Geany to easily beautify XML code.
|
|
Plugin for Geany to easily beautify XML code.
|
|
|
|
|
|
|
|
|
|
|
|
+%package updatechecker
|
|
|
|
+Summary: Automatically check for Geany updates
|
|
|
|
+Summary(ja): Geany の更新を自動的にチェック
|
|
|
|
+Group: Development/Tools
|
|
|
|
+Requires: geany-plugins-common = %{version}-%{release}
|
|
|
|
+BuildRequires: libsoup-devel
|
|
|
|
+
|
|
|
|
+%description updatechecker
|
|
|
|
+UpdateChecker is a plugin for Geany, which is able to check whether there is
|
|
|
|
+a more recent version of Geany available.
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%package webhelper
|
|
|
|
+Summary: Preview and Debug Web documents from within Geany using WebKit
|
|
|
|
+Summary(ja): WebKit を使い Geany から Web ドキュメントのプレビューとデバッグを実行
|
|
|
|
+Group: Development/Tools
|
|
|
|
+Requires: geany-plugins-common = %{version}-%{release}
|
|
|
|
+BuildRequires: WebKit-gtk-devel >= 1.1.18
|
|
|
|
+
|
|
|
|
+%description webhelper
|
|
|
|
+WebHelper is a plugin for Geany that provides some web development
|
|
|
|
+facilities, such as a web page preview and some debugging tools (web
|
|
|
|
+inspector).
|
|
|
|
+
|
|
|
|
+Prominent features:
|
|
|
|
+
|
|
|
|
+* A basic web view, allowing to display any web page (using WebKit)
|
|
|
|
+* Possible automatic reloading of the web view upon document saving
|
|
|
|
+* A web inspector/debugging tool for the web view's content (including a
|
|
|
|
+ JavaScript console, a viewer and editor of processed HTML and CSS, a network
|
|
|
|
+ usage analysis tool and many more, thanks to WebKit).
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
@@ -509,7 +546,23 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/geany/pretty-print.so
|
|
%{_libdir}/geany/pretty-print.so
|
|
|
|
|
|
|
|
|
|
|
|
+%files updatechecker
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%doc %{geany_plug_docdir}/updatechecker/
|
|
|
|
+%{_libdir}/geany/updatechecker.so
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%files webhelper
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%doc %{geany_plug_docdir}/webhelper/
|
|
|
|
+%{_libdir}/geany/webhelper.so
|
|
|
|
+
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jan 23 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.20-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added geany-plugins-updatechecker and geany-plugins-webhelper
|
|
|
|
+
|
|
* Sun Aug 8 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.19-3
|
|
* Sun Aug 8 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.19-3
|
|
- added geany-plugins-geanygendoc
|
|
- added geany-plugins-geanygendoc
|
|
- added BuildRequires: ctpl-devel >= 0.2
|
|
- added BuildRequires: ctpl-devel >= 0.2
|