Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sun, 15 Nov 2015 12:49:54 UTC
Commit: 3875e89886640552264241ceda58093660a0fbae
https://github.com/geany/plugins.geany.org/commit/3875e89886640552264241ced…
Log Message:
-----------
Update signature verification and build instructions
Modified Paths:
--------------
content/downloads.html
Modified: content/downloads.html
20 lines changed, 4 insertions(+), 16 deletions(-)
===================================================================
@@ -136,8 +136,8 @@
<ul>
<li>Import the key via <code>gpg --recv-keys B5688B006F78F01E</code></li>
<li>Verify the downloaded archive either with
- <code>gpg --verify geany-plugins-1.25.tar.bz2.sig geany-plugins-1.25.tar.bz2</code> or
- <code>gpg --verify geany-plugins-1.25.tar.gz.sig geany-plugins-1.25.tar.gz</code>
+ <code>gpg --verify geany-plugins-1.26.tar.bz2.sig geany-plugins-1.26.tar.bz2</code> or
+ <code>gpg --verify geany-plugins-1.26.tar.gz.sig geany-plugins-1.26.tar.gz</code>
</li>
</ul>
@@ -149,7 +149,7 @@
<code>
wget http://download.geany.org/frlan-pubkey.txt<br />
gpg --import < frlan-pubkey.txt<br />
-gpg --verify geany-plugins-1.25.tar.bz2.sig geany-plugins-1.25.tar.bz2
+gpg --verify geany-plugins-1.26.tar.bz2.sig geany-plugins-1.26.tar.bz2
</code>
<h2>Download directly from version control</h2>
@@ -161,19 +161,7 @@
git clone git://github.com/geany/geany-plugins.git geany-plugins
</code>
-<p>You can build the plugins from those sources then using Waf:</p>
-<code>
-./waf configure<br />
-./waf build -p -k
-</code>
-
-<p>You can either copy the resulting .so files to ~/.config/geany/plugins/ or
-install them to /usr/share/geany/ with running following command as root:</p>
-<code>
-./waf install
-</code>
-
-<p>Or either do it the autotools way as well:</p>
+<p>Build and install all plugins:</p>
<code>
./autogen.sh # Note this already runs ./configure<br />
make<br >
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Chow Loong Jin <hyperair(a)debian.org>
Committer: Chow Loong Jin <hyperair(a)debian.org>
Date: Sun, 15 Nov 2015 12:46:19 UTC
Commit: 55d10d44ac26b3839e1c8b09e7f52cd78ed05586
https://github.com/geany/geany-plugins/commit/55d10d44ac26b3839e1c8b09e7f52…
Log Message:
-----------
Add COMMONLIBS to multiterm_la_LIBADD
This fixes an error where -lgeany is missing when --with-geany-libdir is used
with a non-standard path.
Modified Paths:
--------------
multiterm/src/Makefile.am
Modified: multiterm/src/Makefile.am
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -29,4 +29,5 @@ multiterm_la_CFLAGS = \
$(MULTITERM_CFLAGS)
multiterm_la_LIBADD = \
+ $(COMMONLIBS) \
$(MULTITERM_LIBS)
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Sat, 14 Nov 2015 21:02:51 UTC
Commit: dd5d2c3ad3139c8841e988c3600d2a64f6846b7e
https://github.com/geany/geany-plugins/commit/dd5d2c3ad3139c8841e988c3600d2…
Log Message:
-----------
Update NEWS
* Fix wording a little
* List a few more changes
* Add several issue/pull request references
Modified Paths:
--------------
NEWS
Modified: NEWS
25 lines changed, 16 insertions(+), 9 deletions(-)
===================================================================
@@ -1,26 +1,33 @@
Geany Plugins 1.26 (not release yet)
General:
- * Add a note about deprecating waf build system -- will be removed
+ * Add a note about deprecating Waf build system -- will be removed
with 1.27
Addons:
- * Add new feature to copy path of current file into clipboard
- * Update bookmark list also on any line changes in the document
- * Improve Gtk3 support of plugin
+ * Add new feature to copy path of current file into clipboard (#291)
+ * Update bookmark list also on any line changes in the document (SF#129,
+ SF#39, #284)
+ * Add GTK3 support (#271)
GeanyPy:
* Fix Python library loading on Debian based systems
GeanyVC:
- * Enable plugin to work with Gtk3
- * Little improvements on commit dialog
+ * Add GTK3 support (#300)
+ * Little improvements on commit dialog (#300)
+
+ GitChangeBar:
+ * Add support for libgit2 0.23 (#283)
Multiterm:
- * Make a lot of strings translatable
+ * Make a lot of strings translatable (#254)
Pohelper:
- * Fix untranslated and fuzzy count in the stats dialog (#292)
+ * Fix untranslated and fuzzy count in the stats dialog (#292)
+
+ ProjectOrganizer:
+ * Fix some features when the sidebar was never visible
Scope:
* Use Geany spawn: maximum GDB line length fixed to 1MB, no CPU
@@ -28,7 +35,7 @@ Geany Plugins 1.26 (not release yet)
Spellcheck:
* Add an option to show spelling suggestion on top of the context
- menu instead of an submenu (still default)
+ menu instead of in a submenu (still default) (#287, #290)
Internationalization:
* Updated translations: de, fr, nl, pt
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sat, 14 Nov 2015 17:04:05 UTC
Commit: 6290ae52690f7bdb1f5c94ea9d39533644bbdc5b
https://github.com/geany/geany-plugins/commit/6290ae52690f7bdb1f5c94ea9d395…
Log Message:
-----------
Minor update of NEWS
Modified Paths:
--------------
NEWS
Modified: NEWS
5 lines changed, 4 insertions(+), 1 deletions(-)
===================================================================
@@ -6,9 +6,12 @@ Geany Plugins 1.26 (not release yet)
Addons:
* Add new feature to copy path of current file into clipboard
- * Improve refreshing behaviour of TODO list
+ * Update bookmark list also on any line changes in the document
* Improve Gtk3 support of plugin
+ GeanyPy:
+ * Fix Python library loading on Debian based systems
+
GeanyVC:
* Enable plugin to work with Gtk3
* Little improvements on commit dialog
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sat, 14 Nov 2015 13:23:19 UTC
Commit: 2b842cbc85078e682250ed4556dcb2ec04e30be3
https://github.com/geany/geany-plugins/commit/2b842cbc85078e682250ed4556dcb…
Log Message:
-----------
Update of NEWS
Modified Paths:
--------------
NEWS
Modified: NEWS
13 lines changed, 11 insertions(+), 2 deletions(-)
===================================================================
@@ -1,14 +1,23 @@
Geany Plugins 1.26 (not release yet)
General:
+ * Add a note about deprecating waf build system -- will be removed
+ with 1.27
Addons:
* Add new feature to copy path of current file into clipboard
* Improve refreshing behaviour of TODO list
* Improve Gtk3 support of plugin
+ GeanyVC:
+ * Enable plugin to work with Gtk3
+ * Little improvements on commit dialog
+
Multiterm:
- * Make a lot of strings translateable
+ * Make a lot of strings translatable
+
+ Pohelper:
+ * Fix untranslated and fuzzy count in the stats dialog (#292)
Scope:
* Use Geany spawn: maximum GDB line length fixed to 1MB, no CPU
@@ -19,7 +28,7 @@ Geany Plugins 1.26 (not release yet)
menu instead of an submenu (still default)
Internationalization:
- * Updated translations: de, fr, pt
+ * Updated translations: de, fr, nl, pt
* New translations: kk
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).