mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/geany-plugins: Updated for version 1.22.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
e23057adf1
commit
9df8f50379
3 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue