development/geany-plugins: Updated for version 1.22.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
James Geboski 2012-07-27 09:29:44 -05:00 committed by Robby Workman
parent e23057adf1
commit 9df8f50379
3 changed files with 12 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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"