diff options
author | James Geboski <jgeboski@gmail.com> | 2012-07-27 09:29:44 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-07-27 09:29:44 -0500 |
commit | 9df8f503793e51f8ad1ab633bf3fb13521ebac46 (patch) | |
tree | b6cdb1355e42644b6feb36f4c34a4a7b2bf90751 /development/geany-plugins | |
parent | e23057adf13a100200245df1fe14d7c62fe8f359 (diff) | |
download | slackbuilds-9df8f503793e51f8ad1ab633bf3fb13521ebac46.tar.gz |
development/geany-plugins: Updated for version 1.22.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/geany-plugins')
-rw-r--r-- | development/geany-plugins/README | 7 | ||||
-rw-r--r-- | development/geany-plugins/geany-plugins.SlackBuild | 7 | ||||
-rw-r--r-- | development/geany-plugins/geany-plugins.info | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/development/geany-plugins/README b/development/geany-plugins/README index 91ec7f70e8..2c9136b3f7 100644 --- a/development/geany-plugins/README +++ b/development/geany-plugins/README @@ -4,5 +4,8 @@ plugins were developed by various developers on SourceForge.net. This requires geany. -Note: the geanygendoc plugin will not be built, as it requires ctpl, -which is not available from SlackBuilds.org. +Optional dependencies: +Plugin DevHelp: devhelp, webkitgtk +Plugin GeniusPaste: libsoup +Plugin Updatechecker: libsoup +Plugin WebHelper: webkitgtk diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild index e0ccf6a14f..281f846edd 100644 --- a/development/geany-plugins/geany-plugins.SlackBuild +++ b/development/geany-plugins/geany-plugins.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Geany Plugins -# Copyright 2010 James Geboski <jgeboski@gmail.com> +# Copyright 2010-2012 James Geboski <jgeboski@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=geany-plugins -VERSION=${VERSION:-0.21.1} +VERSION=${VERSION:-1.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,7 +78,8 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux + --build=$ARCH-slackware-linux \ + --enable-geanygdb make make install DESTDIR=$PKG diff --git a/development/geany-plugins/geany-plugins.info b/development/geany-plugins/geany-plugins.info index 48feb6eea0..04fc30b8fb 100644 --- a/development/geany-plugins/geany-plugins.info +++ b/development/geany-plugins/geany-plugins.info @@ -1,8 +1,8 @@ PRGNAM="geany-plugins" -VERSION="0.21.1" +VERSION="1.22" HOMEPAGE="http://plugins.geany.org/" -DOWNLOAD="http://plugins.geany.org/geany-plugins/geany-plugins-0.21.1.tar.bz2" -MD5SUM="358848a8e1e7cd733404fb5662107c07" +DOWNLOAD="http://plugins.geany.org/geany-plugins/geany-plugins-1.22.tar.bz2" +MD5SUM="ce7f57cec82af49b23151ebccda9424d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="James Geboski" |