Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 15 Nov 2015 12:49:54 UTC Commit: 3875e89886640552264241ceda58093660a0fbae https://github.com/geany/plugins.geany.org/commit/3875e89886640552264241ceda...
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).
plugins-commits@lists.geany.org